:root {
  --navy: #0B1D33; --navy-light: #132D4F; --gold: #B8964E; --gold-light: #D4AF6A;
  --gold-pale: #F5ECD7; --cream: #FAF7F0; --white: #FFFFFF;
  --gray-200: #E8EAED; --gray-400: #9CA3AF; --gray-600: #6B7280;
  --text-dark: #1A1A2E; --text-body: #3D3D56;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--sans);color:var(--text-body);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.container{max-width:1200px;margin:0 auto;padding:0 2rem}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(11,29,51,0.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(184,150,78,0.15);transition:all 0.4s}
.nav.scrolled{background:rgba(11,29,51,0.98);box-shadow:0 4px 30px rgba(0,0,0,0.2)}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:72px}
.nav-logo{font-family:var(--serif);font-size:1.35rem;font-weight:600;color:var(--gold);text-decoration:none;letter-spacing:0.02em}
.nav-logo span{color:var(--white);font-weight:400}
.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}
.nav-links a{color:rgba(255,255,255,0.8);text-decoration:none;font-size:0.85rem;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;transition:color 0.3s;position:relative;padding:0.25rem 0}
.nav-links a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--gold);transition:width 0.3s}
.nav-links a:hover{color:var(--gold)}
.nav-links a:hover::after{width:100%}
.hamburger{display:none;background:none;border:none;cursor:pointer;padding:0.5rem}
.hamburger span{display:block;width:24px;height:2px;background:var(--white);margin:5px 0;transition:all 0.3s}

/* HERO */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--navy);overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(184,150,78,0.08) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(19,45,79,0.6) 0%,transparent 50%),linear-gradient(160deg,var(--navy) 0%,#0F2844 50%,var(--navy) 100%)}
.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,var(--navy),transparent);z-index:1}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:8rem 0 6rem}
.hero-content{animation:fadeInUp 1s ease 0.2s both}
.hero-label{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.75rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}
.hero-label::before{content:'';width:28px;height:1.5px;background:var(--gold)}
.hero h1{font-family:var(--serif);font-size:clamp(2.8rem,5vw,4.2rem);font-weight:600;line-height:1.15;color:var(--white);margin-bottom:1rem}
.hero h1 em{font-style:italic;color:var(--gold-light);font-weight:500}
.hero-subtitle{font-size:1.15rem;color:rgba(255,255,255,0.65);line-height:1.8;margin-bottom:2.5rem;max-width:520px}
.hero-bar{font-size:0.9rem;color:rgba(255,255,255,0.5);letter-spacing:0.02em;margin-bottom:2.5rem}
.hero-bar strong{color:var(--gold-light)}
.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}
.btn-primary{display:inline-flex;align-items:center;gap:0.5rem;padding:0.9rem 2rem;background:var(--gold);color:var(--navy);font-weight:600;font-size:0.85rem;letter-spacing:0.05em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:all 0.3s;font-family:var(--sans)}
.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 25px rgba(184,150,78,0.3)}
.btn-secondary{display:inline-flex;align-items:center;gap:0.5rem;padding:0.9rem 2rem;background:transparent;color:var(--white);font-weight:500;font-size:0.85rem;letter-spacing:0.05em;text-transform:uppercase;text-decoration:none;border:1.5px solid rgba(255,255,255,0.25);transition:all 0.3s}
.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}
.hero-image-wrapper{position:relative;display:flex;justify-content:center;animation:fadeInUp 1s ease 0.5s both}
.hero-image-frame{position:relative;width:380px;height:460px}
.hero-image-frame::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:1.5px solid rgba(184,150,78,0.3)}
.hero-image-frame img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1;filter:grayscale(15%) contrast(1.05)}
.hero-image-badge{position:absolute;bottom:-20px;right:-20px;z-index:2;background:var(--gold);color:var(--navy);padding:1.2rem 1.5rem;text-align:center}
.hero-image-badge .badge-number{font-family:var(--serif);font-size:2rem;font-weight:700;line-height:1}
.hero-image-badge .badge-label{font-size:0.65rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em}

/* CREDENTIALS */
.credentials-bar{background:var(--navy);border-top:1px solid rgba(184,150,78,0.15);padding:2.5rem 0;position:relative;z-index:2}
.credentials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.credential-item .credential-value{font-family:var(--serif);font-size:1.8rem;font-weight:700;color:var(--gold)}
.credential-item .credential-label{font-size:0.75rem;color:rgba(255,255,255,0.5);text-transform:uppercase;letter-spacing:0.1em;margin-top:0.25rem}

/* SECTIONS */
.section{padding:6rem 0}
.section-dark{background:var(--navy);color:var(--white)}
.section-cream{background:var(--cream)}
.section-label{display:inline-flex;align-items:center;gap:0.75rem;font-size:0.72rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.section-label::before{content:'';width:28px;height:1.5px;background:var(--gold)}
.section-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:600;line-height:1.2;color:var(--text-dark);margin-bottom:1.5rem}
.section-dark .section-title{color:var(--white)}
.section-intro{font-size:1.05rem;color:var(--gray-600);line-height:1.8;max-width:680px;margin-bottom:3rem}
.section-dark .section-intro{color:rgba(255,255,255,0.6)}

/* ABOUT */
.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}
.about-text p{margin-bottom:1.25rem;font-size:1rem;line-height:1.85}
.about-text p:first-of-type::first-letter{font-family:var(--serif);font-size:3.5rem;font-weight:700;color:var(--gold);float:left;line-height:0.8;margin-right:0.5rem;margin-top:0.15rem}
.about-sidebar{position:sticky;top:100px}
.about-card{background:var(--cream);padding:2.5rem;margin-bottom:1.5rem;border-left:3px solid var(--gold)}
.about-card h4{font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--text-dark);margin-bottom:0.75rem}
.about-card p{font-size:0.9rem;line-height:1.7;color:var(--gray-600)}
.about-card ul{list-style:none;padding:0}
.about-card ul li{font-size:0.9rem;padding:0.4rem 0;color:var(--gray-600);border-bottom:1px solid var(--gray-200)}
.about-card ul li:last-child{border:none}
.about-card ul li strong{color:var(--text-dark);font-weight:600}

/* PRACTICE */
.practice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.practice-card{padding:2.5rem;background:rgba(255,255,255,0.04);border:1px solid rgba(184,150,78,0.12);transition:all 0.4s;position:relative;overflow:hidden}
.practice-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform 0.4s}
.practice-card:hover{background:rgba(184,150,78,0.06);border-color:rgba(184,150,78,0.25);transform:translateY(-4px)}
.practice-card:hover::before{transform:scaleX(1)}
.practice-number{font-family:var(--serif);font-size:2.5rem;font-weight:700;color:rgba(184,150,78,0.2);line-height:1;margin-bottom:1rem}
.practice-card h3{font-family:var(--serif);font-size:1.3rem;font-weight:600;color:var(--white);margin-bottom:0.75rem}
.practice-card p{font-size:0.88rem;color:rgba(255,255,255,0.55);line-height:1.75}

/* TIMELINE */
.timeline{position:relative;padding-left:3rem;max-width:900px}
.timeline::before{content:'';position:absolute;left:0;top:0;bottom:0;width:1.5px;background:var(--gray-200)}
.timeline-item{position:relative;padding-bottom:3.5rem}
.timeline-item:last-child{padding-bottom:0}
.timeline-item::before{content:'';position:absolute;left:-3rem;top:6px;width:11px;height:11px;background:var(--white);border:2.5px solid var(--gold);border-radius:50%;transform:translateX(-50%);margin-left:0.75px}
.timeline-item.current::before{background:var(--gold);box-shadow:0 0 0 4px rgba(184,150,78,0.2)}
.timeline-dates{font-size:0.75rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold);margin-bottom:0.5rem}
.timeline-role{font-family:var(--serif);font-size:1.4rem;font-weight:600;color:var(--text-dark);margin-bottom:0.25rem}
.timeline-company{font-size:0.9rem;color:var(--gray-600);margin-bottom:0.75rem;font-weight:500}
.timeline-company a{color:var(--gold);text-decoration:none}
.timeline-company a:hover{text-decoration:underline}
.timeline-desc{font-size:0.92rem;line-height:1.8;color:var(--gray-600)}
.timeline-desc ul{padding-left:1.2rem;margin-top:0.5rem}
.timeline-desc ul li{margin-bottom:0.35rem}

/* EDUCATION */
.edu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.edu-card{padding:2.5rem;background:var(--white);border:1px solid var(--gray-200);position:relative;transition:all 0.3s}
.edu-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,0.06)}
.edu-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold)}
.edu-degree{font-family:var(--serif);font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:0.25rem}
.edu-school{font-size:0.88rem;color:var(--gold);font-weight:600;margin-bottom:0.15rem}
.edu-location{font-size:0.8rem;color:var(--gray-400);margin-bottom:1rem}
.edu-details{font-size:0.88rem;line-height:1.75;color:var(--gray-600)}

/* TESTIMONIAL */
.testimonial-section{background:var(--navy);padding:5rem 0;position:relative;overflow:hidden}
.testimonial-section::before{content:'\201C';position:absolute;top:-40px;left:10%;font-family:var(--serif);font-size:30rem;color:rgba(184,150,78,0.04);line-height:1;pointer-events:none}
.testimonial-content{text-align:center;position:relative;z-index:1;max-width:750px;margin:0 auto}
.testimonial-quote{font-family:var(--serif);font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:400;font-style:italic;color:var(--white);line-height:1.6;margin-bottom:2rem}
.testimonial-author{font-size:0.9rem;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:0.1em}
.testimonial-author-title{font-size:0.8rem;color:rgba(255,255,255,0.45);margin-top:0.25rem}

/* HONORS */
.honors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.honor-card{display:flex;gap:1.5rem;padding:2rem;background:var(--white);border:1px solid var(--gray-200);transition:all 0.3s}
.honor-card:hover{border-color:var(--gold)}
.honor-icon{flex-shrink:0;width:48px;height:48px;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;font-size:1.3rem}
.honor-card h4{font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--text-dark);margin-bottom:0.35rem}
.honor-card p{font-size:0.85rem;color:var(--gray-600);line-height:1.65}

/* SKILLS */
.skills-flex{display:flex;flex-wrap:wrap;gap:0.65rem;margin-top:1.5rem}
.skill-tag{padding:0.55rem 1.25rem;background:rgba(255,255,255,0.06);border:1px solid rgba(184,150,78,0.2);color:rgba(255,255,255,0.75);font-size:0.82rem;font-weight:500;transition:all 0.3s}
.skill-tag:hover{background:rgba(184,150,78,0.1);border-color:var(--gold);color:var(--white)}

/* VENTURES */
.ventures-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.venture-card{padding:2.5rem;background:var(--white);border:1px solid var(--gray-200);transition:all 0.3s;text-decoration:none;color:inherit;display:block}
.venture-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,0.06)}
.venture-card h4{font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--text-dark);margin-bottom:0.5rem}
.venture-card p{font-size:0.88rem;color:var(--gray-600);line-height:1.7;margin-bottom:1rem}
.venture-link{font-size:0.8rem;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:0.08em}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.contact-info h3{font-family:var(--serif);font-size:1.8rem;font-weight:600;color:var(--white);margin-bottom:1.5rem}
.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}
.contact-icon{width:40px;height:40px;flex-shrink:0;background:rgba(184,150,78,0.1);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--gold)}
.contact-item .contact-label{font-size:0.72rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--gold);margin-bottom:0.15rem}
.contact-item .contact-value{font-size:1rem;color:var(--white)}
.contact-item .contact-value a{color:var(--white);text-decoration:none}
.contact-item .contact-value a:hover{color:var(--gold)}
.contact-form{display:flex;flex-direction:column;gap:1rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-field{padding:1rem 1.25rem;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);color:var(--white);font-family:var(--sans);font-size:0.9rem;transition:border-color 0.3s;outline:none}
.form-field::placeholder{color:rgba(255,255,255,0.35)}
.form-field:focus{border-color:var(--gold)}
textarea.form-field{min-height:150px;resize:vertical}
.contact-social{display:flex;gap:1rem;margin-top:2rem}
.social-link{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,0.15);color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.85rem;font-weight:600;transition:all 0.3s}
.social-link:hover{border-color:var(--gold);color:var(--gold)}

/* FOOTER */
.footer{background:#070F1A;padding:2.5rem 0;border-top:1px solid rgba(184,150,78,0.1)}
.footer-inner{display:flex;justify-content:space-between;align-items:center}
.footer p{font-size:0.78rem;color:rgba(255,255,255,0.35)}
.footer a{color:var(--gold);text-decoration:none}
.footer-disclaimer{font-size:0.72rem;color:rgba(255,255,255,0.25);max-width:600px;line-height:1.6;text-align:right}

@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.animate-on-scroll{opacity:0;transform:translateY(25px);transition:opacity 0.7s ease,transform 0.7s ease}
.animate-on-scroll.visible{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:0.1s}.delay-2{transition-delay:0.2s}.delay-3{transition-delay:0.3s}.delay-4{transition-delay:0.4s}

@media(max-width:1024px){
  .hero-grid{grid-template-columns:1fr;text-align:center;gap:3rem}
  .hero-subtitle{margin-left:auto;margin-right:auto}
  .hero-ctas{justify-content:center}
  .hero-image-frame{width:300px;height:370px;margin:0 auto}
  .about-grid{grid-template-columns:1fr;gap:3rem}
  .about-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
  .practice-grid{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:1fr;gap:3rem}
}
@media(max-width:768px){
  .nav-links{display:none;position:absolute;top:72px;left:0;right:0;background:var(--navy);flex-direction:column;padding:2rem;gap:1.5rem;border-top:1px solid rgba(184,150,78,0.15)}
  .nav-links.active{display:flex}
  .hamburger{display:block}
  .hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
  .hamburger.active span:nth-child(2){opacity:0}
  .hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
  .credentials-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}
  .practice-grid,.edu-grid,.honors-grid,.ventures-grid{grid-template-columns:1fr}
  .about-sidebar{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .footer-inner{flex-direction:column;gap:1rem;text-align:center}
  .footer-disclaimer{text-align:center}
  .section{padding:4rem 0}
}

/* BLOG STYLES */
.blog-header{background:var(--navy);padding:8rem 0 4rem;text-align:center}
.blog-header h1{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.2rem);font-weight:600;color:var(--white)}
.blog-header p{color:rgba(255,255,255,0.6);margin-top:0.75rem;font-size:1.05rem}
.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;padding:4rem 0}
.blog-card{border:1px solid var(--gray-200);transition:all 0.3s;overflow:hidden;background:var(--white)}
.blog-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,0.06)}
.blog-card-image{height:220px;overflow:hidden;background:var(--cream)}
.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}
.blog-card:hover .blog-card-image img{transform:scale(1.05)}
.blog-card-content{padding:2rem}
.blog-card-meta{font-size:0.75rem;color:var(--gold);font-weight:600;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:0.75rem}
.blog-card-title{font-family:var(--serif);font-size:1.3rem;font-weight:600;color:var(--text-dark);margin-bottom:0.75rem;line-height:1.35}
.blog-card-title a{color:inherit;text-decoration:none}
.blog-card-title a:hover{color:var(--gold)}
.blog-card-excerpt{font-size:0.9rem;color:var(--gray-600);line-height:1.7}
.blog-card-link{display:inline-block;margin-top:1rem;font-size:0.8rem;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:0.08em;text-decoration:none}

/* SINGLE POST */
.single-header{background:var(--navy);padding:8rem 0 3rem}
.single-header .container{max-width:800px}
.single-meta{font-size:0.75rem;color:var(--gold);font-weight:600;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:1rem}
.single-header h1{font-family:var(--serif);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:600;color:var(--white);line-height:1.25}
.single-content{max-width:800px;margin:0 auto;padding:3rem 2rem 5rem}
.single-content p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.9}
.single-content h2{font-family:var(--serif);font-size:1.6rem;font-weight:600;color:var(--text-dark);margin:2.5rem 0 1rem}
.single-content h3{font-family:var(--serif);font-size:1.3rem;font-weight:600;color:var(--text-dark);margin:2rem 0 0.75rem}
.single-content ul,.single-content ol{padding-left:1.5rem;margin-bottom:1.5rem}
.single-content li{margin-bottom:0.5rem;line-height:1.8}
.single-content blockquote{border-left:3px solid var(--gold);padding:1.5rem 2rem;margin:2rem 0;background:var(--cream);font-style:italic}
.single-content a{color:var(--gold)}
.single-content img{margin:2rem 0;border:1px solid var(--gray-200)}

/* PAGINATION */
.pagination{display:flex;justify-content:center;gap:0.5rem;padding:2rem 0 4rem}
.pagination a,.pagination span{padding:0.6rem 1rem;border:1px solid var(--gray-200);text-decoration:none;color:var(--text-body);font-size:0.85rem;transition:all 0.3s}
.pagination a:hover{border-color:var(--gold);color:var(--gold)}
.pagination .current{background:var(--gold);color:var(--navy);border-color:var(--gold);font-weight:600}

/* CF7 OVERRIDES */
.contact-form .wpcf7-form{display:flex;flex-direction:column;gap:1rem}
.contact-form .wpcf7-form input[type="text"],.contact-form .wpcf7-form input[type="email"],.contact-form .wpcf7-form input[type="tel"],.contact-form .wpcf7-form select,.contact-form .wpcf7-form textarea{padding:1rem 1.25rem;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);color:var(--white);font-family:var(--sans);font-size:0.9rem;transition:border-color 0.3s;outline:none;width:100%}
.contact-form .wpcf7-form input::placeholder,.contact-form .wpcf7-form textarea::placeholder{color:rgba(255,255,255,0.35)}
.contact-form .wpcf7-form input:focus,.contact-form .wpcf7-form textarea:focus{border-color:var(--gold)}
.contact-form .wpcf7-form textarea{min-height:150px;resize:vertical}
.contact-form .wpcf7-form input[type="submit"]{display:inline-flex;align-items:center;justify-content:center;padding:0.9rem 2rem;background:var(--gold);color:var(--navy);font-weight:600;font-size:0.85rem;letter-spacing:0.05em;text-transform:uppercase;border:none;cursor:pointer;transition:all 0.3s;font-family:var(--sans)}
.contact-form .wpcf7-form input[type="submit"]:hover{background:var(--gold-light)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:768px){.blog-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}}


/* REVIEWS GRID */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.review-card{padding:2rem;background:var(--white);border:1px solid var(--gray-200);transition:all 0.3s;position:relative}
.review-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,0.06)}
.review-stars{color:var(--gold);font-size:1rem;margin-bottom:0.75rem;letter-spacing:2px}
.review-text{font-family:var(--serif);font-size:1rem;font-style:italic;color:var(--text-body);line-height:1.7;margin-bottom:1rem}
.review-author strong{font-family:var(--sans);font-size:0.85rem;color:var(--text-dark)}
.review-role{font-size:0.75rem;color:var(--gray-400);margin-top:0.15rem}
@media(max-width:1024px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.reviews-grid{grid-template-columns:1fr}}

/* VENTURES GRID 4-col for CaseDesk addition */
@media(min-width:1025px){.ventures-grid{grid-template-columns:repeat(4,1fr)}}
