/* team.html — page-specific styles */

/* NAV */

/* PAGE HERO */
.page-hero{background:var(--navy);min-height:500px;display:flex;align-items:flex-end;position:relative;overflow:hidden;}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 60% 40%,rgba(200,151,59,0.08) 0%,transparent 60%);}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(200,151,59,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(200,151,59,0.03) 1px,transparent 1px);background-size:80px 80px;}
.hero-inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:120px 5% 60px;width:100%;display:grid;grid-template-columns:1fr 340px;gap:60px;align-items:end;}

.hero-title{font-size:clamp(44px,5.5vw,80px);font-weight:300;color:var(--white);line-height:1.06;}
.hero-title em{font-style:italic;color:var(--gold-light);}
.hero-title strong{font-weight:600;display:block;}
.hero-desc{font-size:16px;color:rgba(255,255,255,0.5);max-width:560px;margin-top:18px;line-height:1.8;}
.hero-stats-card{background:rgba(255,255,255,0.03);border:1px solid var(--border);padding:32px;position:relative;}
.hero-stats-card::before{content:'';position:absolute;top:-1px;left:32px;right:32px;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);}
.hsc-label{font-size:10px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin-bottom:20px;}
.hsc-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.hsc-stat{border-left:2px solid var(--gold);padding-left:14px;}
.hsc-num{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:700;color:var(--white);line-height:1;}
.hsc-text{font-size:10px;color:rgba(255,255,255,0.45);text-transform:uppercase;letter-spacing:0.08em;margin-top:3px;}

/* SECTIONS */

/* TEAM PHILOSOPHY STRIP */
.philosophy-section{background:var(--navy-mid);padding:56px 0;border-bottom:1px solid var(--border);}
.philosophy-inner{max-width:1280px;margin:0 auto;padding:0 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:0;}
.ph-item{padding:24px 32px;border-right:1px solid var(--border-light);display:flex;align-items:flex-start;gap:16px;}
.ph-item:last-child{border-right:none;}
.ph-icon{width:44px;height:44px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.ph-icon svg{width:20px;height:20px;stroke:var(--gold);fill:none;stroke-width:1.5;}
.ph-text strong{display:block;font-family:'Cormorant Garamond',serif;font-size:17px;font-weight:600;color:var(--white);margin-bottom:4px;}
.ph-text span{font-size:12px;color:rgba(255,255,255,0.45);line-height:1.5;}

/* MANAGING PARTNER SPOTLIGHT */
.mp-section{background:var(--off-white);padding:100px 0;}
.mp-grid{display:grid;grid-template-columns:440px 1fr;gap:80px;align-items:start;}
.mp-photo-wrap{position:relative;}
.mp-photo-frame{aspect-ratio:3/4;background:linear-gradient(160deg,#0c1830,#060d1f);overflow:hidden;position:relative;}
.mp-photo-frame::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 28%,rgba(200,151,59,0.12) 0%,transparent 65%),linear-gradient(to bottom,transparent 55%,rgba(6,13,31,0.5) 100%);z-index:1;pointer-events:none;}
.mp-photo-frame::after{content:'';position:absolute;inset:0;border:1px solid rgba(200,151,59,0.25);z-index:2;pointer-events:none;}
.mp-photo-frame img{width:100%;height:100%;object-fit:cover;object-position:center 10%;display:block;filter:contrast(1.04) saturate(0.96);}
.mp-photo-placeholder{width:100%;height:100%;background:linear-gradient(155deg,#0c1830 0%,#060d1f 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;}
.mp-photo-placeholder svg{opacity:0.12;width:80px;height:80px;}
.mp-photo-placeholder p{font-size:11px;color:rgba(255,255,255,0.15);letter-spacing:0.1em;text-transform:uppercase;}
.mp-corner-tl{position:absolute;top:-14px;left:-14px;width:60px;height:60px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);}
.mp-corner-br{position:absolute;bottom:-14px;right:-14px;width:60px;height:60px;border-bottom:2px solid var(--gold);border-right:2px solid var(--gold);}
.mp-badge{position:absolute;top:28px;right:-22px;background:var(--gold);color:var(--navy);padding:18px 20px;text-align:center;box-shadow:0 8px 28px rgba(200,151,59,0.4);}
.mp-badge-role{font-size:9px;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;display:block;margin-bottom:4px;}
.mp-badge-court{font-family:'Cormorant Garamond',serif;font-size:14px;font-weight:700;display:block;line-height:1.2;}
.mp-content{}
.mp-eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:14px;}
.mp-eyebrow::after{content:'';flex:1;height:1px;background:rgba(200,151,59,0.2);}
.mp-name{font-size:clamp(34px,3.5vw,54px);font-weight:600;color:var(--text-dark);line-height:1.08;}
.mp-name em{font-style:normal;color:#7A5C28;}
.mp-title-role{font-size:13px;font-weight:500;letter-spacing:0.08em;color:var(--gold);margin-top:8px;text-transform:uppercase;}
.mp-divider{width:44px;height:1.5px;background:var(--gold);margin:24px 0;}
.mp-bio{font-size:15px;color:var(--text-mid);line-height:1.85;}
.mp-bio+.mp-bio{margin-top:12px;}
.mp-credentials{margin-top:28px;}
.mp-cred-title{font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--text-light);margin-bottom:14px;}
.mp-cred-list{list-style:none;display:flex;flex-direction:column;gap:10px;}
.mp-cred-list li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--text-dark);line-height:1.5;}
.cred-dot{width:6px;height:6px;background:var(--gold);flex-shrink:0;margin-top:7px;}
.mp-expertise{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.mp-exp-tag{font-size:11px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;padding:7px 14px;border:1px solid rgba(200,151,59,0.2);color:var(--gold);background:rgba(200,151,59,0.04);text-align:center;}
.mp-actions{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap;}

.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px);}

/* WIPO HIGHLIGHT BAND */
.wipo-band{background:var(--navy);padding:44px 0;}
.wipo-inner{max-width:1280px;margin:0 auto;padding:0 5%;display:flex;align-items:center;gap:48px;flex-wrap:wrap;}
.wipo-logo{font-family:'Cormorant Garamond',serif;font-size:44px;font-weight:300;color:var(--gold-light);letter-spacing:-0.02em;flex-shrink:0;}
.wipo-divider{width:1px;height:60px;background:var(--border);flex-shrink:0;}
.wipo-text strong{display:block;font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--white);margin-bottom:6px;}
.wipo-text p{font-size:14px;color:rgba(255,255,255,0.5);line-height:1.7;max-width:600px;}
.wipo-badge{margin-left:auto;background:rgba(200,151,59,0.08);border:1px solid var(--border);padding:14px 22px;flex-shrink:0;}
.wipo-badge span{font-size:10px;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:4px;}
.wipo-badge strong{font-family:'Cormorant Garamond',serif;font-size:18px;color:var(--white);}

/* FULL TEAM GRID */
.team-section{background:var(--white);padding:100px 0;}
.team-header{text-align:center;max-width:600px;margin:0 auto 56px;}
.team-title{font-size:clamp(32px,3.5vw,52px);font-weight:400;color:var(--text-dark);margin-top:12px;}
.team-title em{font-style:italic;color:#7A5C28;}
.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:rgba(0,0,0,0.06);}
.team-card{background:var(--white);display:grid;grid-template-columns:200px 1fr;min-height:280px;transition:background 0.25s;position:relative;overflow:hidden;}
.team-card::after{content:'';position:absolute;left:0;top:0;bottom:0;width:0;background:var(--gold);transition:width 0.35s;}
.team-card:hover{background:#FEFCF8;}
.team-card:hover::after{width:3px;}
.tc-photo{background:linear-gradient(155deg,#0c1830,#060d1f);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;position:relative;overflow:hidden;}
.tc-photo::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 28%,rgba(200,151,59,0.12) 0%,transparent 65%),linear-gradient(to bottom,transparent 55%,rgba(6,13,31,0.5) 100%);z-index:1;pointer-events:none;}
.tc-photo::after{content:'';position:absolute;inset:0;border:1px solid rgba(200,151,59,0.2);z-index:2;pointer-events:none;}
.tc-photo img{width:100%;height:100%;object-fit:cover;object-position:center 10%;display:block;filter:contrast(1.04) saturate(0.96);transition:transform 0.5s ease;}
.tc-photo.avatar-photo{background:#f8f6f2;}
.tc-photo.avatar-photo::before,.tc-photo.avatar-photo::after{display:none;}
.tc-photo.avatar-photo img{object-fit:contain;object-position:center top;filter:none;padding:16px 12px 0;}
.team-card:hover .tc-photo img{transform:scale(1.03);}
.tc-photo svg{width:52px;height:52px;opacity:0.12;}
.tc-photo p{font-size:10px;color:rgba(255,255,255,0.15);letter-spacing:0.08em;text-transform:uppercase;}
.tc-photo-note{position:absolute;bottom:12px;left:0;right:0;text-align:center;font-size:9px;color:rgba(255,255,255,0.12);letter-spacing:0.06em;}
.tc-content{padding:32px 28px;display:flex;flex-direction:column;gap:0;}
.tc-num{font-family:'Cormorant Garamond',serif;font-size:11px;color:rgba(200,151,59,0.4);letter-spacing:0.12em;margin-bottom:10px;}
.tc-name{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;color:var(--text-dark);line-height:1.15;margin-bottom:6px;}
.tc-role{font-size:11px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;}
.tc-divider{width:32px;height:1px;background:var(--gold);margin-bottom:16px;}
.tc-bio{font-size:13px;color:var(--text-mid);line-height:1.7;flex-grow:1;}
.tc-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px;}
.tc-tag{font-size:9px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:4px 10px;border:1px solid rgba(200,151,59,0.2);color:var(--gold);background:rgba(200,151,59,0.04);}
.tc-socials{display:flex;gap:8px;margin-top:16px;}
.tc-social{width:30px;height:30px;border:1px solid rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:border-color 0.2s,background 0.2s;}
.tc-social:hover{border-color:var(--gold);background:rgba(200,151,59,0.06);}
.tc-social svg{width:13px;height:13px;stroke:var(--text-light);fill:none;stroke-width:1.5;}
.tc-social:hover svg{stroke:var(--gold);}

/* AREAS OF EXPERTISE MATRIX */
.expertise-section{background:var(--navy);padding:80px 0;}
.exp-title{font-size:clamp(28px,3vw,46px);font-weight:400;color:var(--white);margin-top:10px;}
.exp-title em{font-style:italic;color:var(--gold-light);}
.exp-table{margin-top:40px;border:1px solid var(--border);overflow:hidden;}
.exp-table-header{display:grid;grid-template-columns:200px repeat(5,1fr);background:rgba(200,151,59,0.06);border-bottom:1px solid var(--border);}
.exp-th{padding:14px 16px;font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold);border-right:1px solid var(--border-light);}
.exp-th:last-child{border-right:none;}
.exp-th.attorney-col{color:rgba(255,255,255,0.5);}
.exp-row{display:grid;grid-template-columns:200px repeat(5,1fr);border-bottom:1px solid var(--border-light);}
.exp-row:last-child{border-bottom:none;}
.exp-row:hover{background:rgba(255,255,255,0.02);}
.exp-area{padding:14px 16px;font-size:13px;color:rgba(255,255,255,0.65);border-right:1px solid var(--border-light);display:flex;align-items:center;}
.exp-cell{padding:14px 16px;border-right:1px solid var(--border-light);display:flex;align-items:center;justify-content:center;}
.exp-cell:last-child{border-right:none;}
.exp-check{width:20px;height:20px;background:rgba(200,151,59,0.15);border:1px solid rgba(200,151,59,0.3);display:flex;align-items:center;justify-content:center;}
.exp-check svg{width:10px;height:10px;stroke:var(--gold);fill:none;stroke-width:2.5;}
.exp-dot{width:8px;height:8px;background:rgba(255,255,255,0.08);border-radius:50%;}
.exp-primary .exp-check{background:rgba(200,151,59,0.25);border-color:var(--gold);}

/* JOIN US */
.join-section{background:var(--off-white);padding:100px 0;}
.join-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.join-img{aspect-ratio:4/3;background:linear-gradient(145deg,#0c1830,#060d1f);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}
.join-img::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(200,151,59,0.06) 0%,transparent 60%);}
.join-img-text{text-align:center;position:relative;z-index:1;}
.join-img-text .big{font-family:'Cormorant Garamond',serif;font-size:80px;font-weight:300;color:rgba(200,151,59,0.15);line-height:1;display:block;}
.join-img-text .small{font-size:11px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:rgba(200,151,59,0.4);margin-top:8px;display:block;}
.join-title{font-size:clamp(28px,3.5vw,48px);font-weight:400;color:var(--text-dark);margin-top:10px;}
.join-title em{font-style:italic;color:#7A5C28;}
.join-
.join-body+.join-
.join-requirements{margin-top:28px;display:flex;flex-direction:column;gap:10px;}
.join-req{display:flex;align-items:flex-start;gap:12px;font-size:13.5px;color:var(--text-dark);line-height:1.5;}
.req-dot{width:5px;height:5px;background:var(--gold);flex-shrink:0;margin-top:8px;}
.join-actions{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap;}

/* CTA */
.cta-section{background:var(--navy);padding:100px 0;position:relative;overflow:hidden;}
.cta-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 50% 50%,rgba(200,151,59,0.07) 0%,transparent 60%);}
.cta-inner{text-align:center;position:relative;z-index:1;max-width:720px;margin:0 auto;padding:0 5%;}
.cta-title{font-size:clamp(34px,4vw,56px);font-weight:400;color:var(--white);line-height:1.15;margin-bottom:18px;}
.cta-title em{font-style:italic;color:var(--gold-light);}
.cta-desc{font-size:15px;color:rgba(255,255,255,0.55);line-height:1.8;margin-bottom:40px;}
.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}

.cta-contact-row{display:flex;justify-content:center;gap:48px;margin-top:52px;padding-top:44px;border-top:1px solid var(--border);flex-wrap:wrap;}
.cta-contact-item{display:flex;align-items:center;gap:14px;text-decoration:none;}
.cta-icon{width:44px;height:44px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.cta-icon svg{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:1.5;}
.cc-label{font-size:10px;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.35);}
.cc-value{font-size:14px;font-weight:500;color:rgba(255,255,255,0.85);}

.wa-btn:hover{transform:scale(1.08);}
.wa-btn svg{width:28px;height:28px;fill:white;}

@keyframes fadeUp{from{opacity:0;transform:translateY(24px);}to{opacity:1;transform:translateY(0);}}

@media(max-width:1100px){.hero-inner{grid-template-columns:1fr;}.hero-stats-card{display:none;}.mp-grid{grid-template-columns:1fr;}.mp-photo-wrap{max-width:440px;}.join-grid{grid-template-columns:1fr;}}
@media(max-width:900px){.team-grid{grid-template-columns:1fr;}.philosophy-inner{grid-template-columns:1fr 1fr;}.exp-table{overflow-x:auto;}.exp-table-header,.exp-row{grid-template-columns:150px repeat(5,100px);}}
@media(max-width:768px){.mp-expertise{grid-template-columns:1fr 1fr;}.cta-contact-row{gap:24px;}.philosophy-inner{grid-template-columns:1fr;}.team-card{grid-template-columns:1fr;}.tc-photo{aspect-ratio:3/4;width:100%;}.tc-photo.avatar-photo{aspect-ratio:4/5;}}
