/* ============================================
ABOUT PAGE STYLES
============================================ */


.top-heading {
text-align: center;
padding: 60px 20px 40px;
position: relative;
overflow: hidden;
}

.top-heading .bg-title {
font-size: 90px;
font-weight: 500;
color: #e0dcd8;
position: absolute;
top: -10px;
left: 50%;
transform: translateX(-50%);
z-index: 1;
letter-spacing: 12px;
opacity: .6;
white-space: nowrap;
user-select: none;
font-family:auto;
}

.top-heading h1 {
font-size: 60px;
font-weight: 500;
letter-spacing: 6px;
position: relative;
z-index: 2;
margin: 0;
}

.services .desk-only strong {
font-style: italic;
}

/* Page Header */
.page-header-content {
text-align: center;
}

.page-title {
text-align: center;
margin: 0 auto;
}

/* About Section */
.about-section {
max-width: 1300px;
display: flex;
flex-direction: column;
margin: 0 auto;
padding: 3rem 20px;
gap: 2.5rem;
align-items: center;
}

.about-img-container {
position: relative;
max-width: 500px;
width: 100%;
margin: 0 auto;
}


.services {
width: 100%;
max-width: 100%;
padding: 2.5rem 3rem;
background: linear-gradient(135deg, rgba(250, 248, 243, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);
border-radius: 12px;
border-left: 5px solid #d4e8d9;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
position: relative;
margin: 0 auto;
}

.services::before {
content: "";
position: absolute;
top: 0;
left: -5px;
width: 5px;
height: 70px;
background: linear-gradient(180deg, #b8d4c1 0%, #f4e4bc 100%);
border-radius: 3px 0 0 3px;
z-index: 1;
}

.services p {
font-size: 1rem;
line-height: 1.9;
color: #3d3d3d;
margin-bottom: 1rem;
font-weight: 400;
font-family: 'Poppins', sans-serif;
text-align: left;
letter-spacing: 0.3px;
position: relative;
padding: 0;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.services p::first-letter {
font-size: 3.8rem;
font-weight: 600;
font-family: 'Playfair Display', serif;
float: left;
line-height: 0.8;
margin: 0.12rem 0.6rem 0.05rem 0;
color: #4a6b45;
letter-spacing: -1px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.services p:first-of-type {
    font-size: 1rem;
    line-height: 1.9;
    color: #3d3d3d;
    margin-bottom: 1rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.services p:first-of-type::first-letter {
font-size: 4.5rem;
color: #395137;
margin-right: 0.7rem;
margin-top: 0;
}


.services p:last-child {
margin-bottom: 0;
}

.about-img-container img {
border-radius: 10px;
width: 100%;
height: auto;
object-fit: cover;
max-width: 100%;
background: #ffffff;
filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.25));
}

.about-text {
flex: 1;
font-size: 18px;
line-height: 1.8;
color: #4a4a4a;
white-space: pre-line;
}

.btn-row{
display:flex;
align-items:center;
justify-content: center;
}

.connect-btn {
display: inline-block;
padding: 14px 30px;
background: #000;
color: #fff;
text-decoration: none;
border-radius: 50px;
font-size: 16px;
letter-spacing: 1px;
transition: .3s;
}

.connect-btn:hover {
background: #333;
}

.bio {
max-width: 40%;
}

.bio h1{
margin-bottom: 20px;
font-size: 50px;
letter-spacing: 2px;
text-transform: uppercase;
color: #395137;
}

/* Artwork Slider */
.slider {
position: relative;
max-width:1000px;
width: 100%;
max-height:600px;
overflow: hidden;
margin: 40px auto;
background: #000;
border-radius: 12px;
}
.slides {
display: flex;
transition: transform 0.4s ease;
}
.slides img {
width: 100%;
height: auto;
object-fit: cover;
}
.arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(0,0,0,0.6);
color: #fff;
border: none;
padding: 8px 14px;
font-size: 24px;
cursor: pointer;
border-radius: 6px;
z-index:9;
}
.left { left: 10px; }
.right { right: 10px; }

.bg-sec{
background: #eeebe5;
padding-bottom: 50px;
}

.artist-overview {
position: relative;
padding: 80px 0 0;
overflow: hidden;
background: linear-gradient(135deg, #eeebe5, #bdb7af, #5c5a57);
}

.overview-grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
gap: 4rem;
align-items: center;
}

.overview-content {
display: flex;
flex-direction: column;
}

.badge-row {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
margin-bottom: 1.5rem;
}

.accent-pill {
display: inline-flex;
align-items: center;
gap: 0.35rem;
padding: 0.45rem 1.2rem;
border-radius: 999px;
background: rgba(44, 44, 44, 0.08);
color: var(--text-charcoal);
font-size: 0.85rem;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
}

.accent-pill.pill-outline {
background: transparent;
border: 1px solid rgba(44, 44, 44, 0.15);
color: var(--text-light);
}

.overview-title {
font-family: 'Playfair Display', serif;
font-size: clamp(2.5rem, 4vw, 3.8rem);
line-height: 1.15;
margin-bottom: 1.25rem;
color: var(--text-charcoal);
}

.overview-lead {
font-size: 1.2rem;
line-height: 1.8;
color: var(--text-slate);
margin-bottom: 2.5rem;
}

.bio-columns {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 2rem;
margin-bottom: 2.5rem;
}

.bio-column p {
font-size: 1.05rem;
line-height: 1.85;
color: var(--text-slate);
}

.experience-stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 1.5rem;
margin-bottom: 2.5rem;
}

.stat-card {
background: var(--white);
border-radius: 18px;
padding: 1.75rem;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
border: 1px solid rgba(212, 212, 212, 0.35);
display: flex;
flex-direction: column;
gap: 0.75rem;
}

.stat-number {
font-family: 'Playfair Display', serif;
font-size: 2.25rem;
color: var(--text-charcoal);
font-weight: 700;
}

.stat-label {
font-size: 0.95rem;
color: var(--text-slate);
line-height: 1.6;
}

.about-highlights {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 1.5rem;
margin: 2.5rem 0 1rem;
}

.highlight-card {
display: flex;
gap: 1rem;
align-items: flex-start;
background: rgba(250, 248, 243, 0.8);
padding: 1.5rem;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
border: 1px solid rgba(212, 212, 212, 0.3);
transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.highlight-card:hover {
transform: translateY(-6px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.highlight-icon {
display: inline-flex;
width: 42px;
height: 42px;
align-items: center;
justify-content: center;
background: rgba(212, 232, 217, 0.5);
border-radius: 12px;
color: var(--text-charcoal);
font-size: 1.1rem;
}

.highlight-card h4 {
font-size: 1.1rem;
margin-bottom: 0.35rem;
color: var(--text-charcoal);
}

.highlight-card p {
font-size: 0.95rem;
color: var(--text-slate);
line-height: 1.6;
}

.signature-quote {
position: relative;
display: flex;
gap: 1rem;
align-items: center;
background: linear-gradient(135deg, rgba(245, 230, 232, 0.35), rgba(212, 232, 217, 0.35));
padding: 1.75rem 2rem;
border-radius: 18px;
margin-bottom: 2rem;
box-shadow: var(--shadow-md);
}

.quote-icon {
width: 48px;
height: 48px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.6);
display: flex;
align-items: center;
justify-content: center;
color: var(--text-charcoal);
font-size: 1.3rem;
}

.signature-quote p {
font-size: 1.05rem;
font-style: italic;
color: var(--text-charcoal);
line-height: 1.8;
}

.overview-actions {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 2rem;
}

.overview-actions .cta-btn {
min-width: 200px;
justify-content: center;
}

.overview-visual {
position: relative;
}

.visual-stage {
position: relative;
padding: 2.5rem;
border-radius: 36px;
background: linear-gradient(160deg, rgba(245, 230, 232, 0.65) 0%, rgba(212, 232, 217, 0.55) 35%, rgba(244, 228, 188, 0.55) 100%);
overflow: visible;
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.background-orb {
position: absolute;
border-radius: 50%;
opacity: 0.35;
}

.orb-one {
width: 280px;
height: 280px;
top: -120px;
right: 40px;
background: radial-gradient(circle at center, rgba(255, 255, 255, 0.65), transparent 70%);
}

.orb-two {
width: 220px;
height: 220px;
bottom: -140px;
left: 20px;
background: radial-gradient(circle at center, rgba(255, 243, 205, 0.65), transparent 70%);
}

.portrait-frame {
position: relative;
border-radius: 28px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
max-width: 420px;
margin: 0 auto;
}

.portrait-main {
width: 100%;
height: auto;
display: block;
}

.floating-chip {
position: absolute;
left: -40px;
bottom: 18%;
background: rgba(0, 0, 0, 0.75);
color: var(--white);
padding: 0.85rem 1.2rem 0.85rem 1rem;
border-radius: 999px;
display: flex;
align-items: center;
gap: 0.6rem;
font-size: 0.85rem;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.chip-dot {
width: 10px;
height: 10px;
background: rgba(244, 228, 188, 0.9);
border-radius: 50%;
display: inline-block;
}

.floating-art-card {
position: absolute;
top: -40px;
right: -35px;
width: 210px;
background: var(--white);
padding: 1.5rem;
border-radius: 20px;
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
display: flex;
flex-direction: column;
gap: 0.5rem;
border: 1px solid rgba(212, 212, 212, 0.3);
}

.floating-art-card h4 {
font-size: 1.1rem;
color: var(--text-charcoal);
}

.floating-art-card p {
font-size: 0.9rem;
color: var(--text-light);
}

.art-badge {
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--text-charcoal);
background: rgba(244, 228, 188, 0.35);
padding: 0.3rem 0.75rem;
border-radius: 999px;
align-self: flex-start;
}

.aux-image {
position: absolute;
border-radius: 18px;
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
border: 3px solid rgba(255, 255, 255, 0.8);
object-fit: cover;
transform: rotate(-4deg);
}

.aux-one {
width: 160px;
height: 210px;
top: -55px;
left: -25px;
}

.aux-two {
width: 150px;
height: 190px;
bottom: -60px;
right: -20px;
transform: rotate(6deg);
}

/* Journey timeline */
.journey-section {
padding: var(--spacing-xl) 0;
background: var(--accent-cream);
}

.timeline {
max-width: 900px;
margin: 0 auto;
position: relative;
padding-left: 3rem;
}

.timeline::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 2px;
background: var(--primary-rose);
}

.timeline-item {
position: relative;
margin-bottom: 4rem;
padding-left: 3rem;
}

.timeline-item::before {
content: '';
position: absolute;
left: -1.5rem;
top: 0;
width: 20px;
height: 20px;
border-radius: 50%;
background: var(--primary-rose);
border: 4px solid var(--white);
box-shadow: var(--shadow-md);
}

.timeline-year {
font-family: 'Playfair Display', serif;
font-size: 2.5rem;
font-weight: 700;
color: var(--primary-rose);
margin-bottom: 0.5rem;
}

.timeline-content h3 {
font-size: 1.5rem;
margin-bottom: 0.75rem;
}

.timeline-content p {
font-size: 1.125rem;
line-height: 1.8;
color: var(--text-slate);
}

/* Philosophy */
.philosophy-section {
padding: var(--spacing-xl) 0;
background: var(--white);
}

.philosophy-content {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 4rem;
align-items: start;
}

.philosophy-quote {
position: relative;
padding-left: 3rem;
}

.philosophy-quote i {
position: absolute;
top: 0;
left: 0;
font-size: 3rem;
color: var(--primary-rose);
opacity: 0.3;
}

.philosophy-quote p {
font-size: 1.125rem;
line-height: 1.9;
margin-bottom: 1.5rem;
color: var(--text-slate);
}

.philosophy-images {
display: grid;
gap: 2rem;
}

.phil-image {
border-radius: 15px;
overflow: hidden;
box-shadow: var(--shadow-lg);
transition: transform var(--transition-base);
}

.phil-image:hover {
transform: translateY(-5px);
}

.phil-image img {
width: 100%;
height: auto;
display: block;
}

/* Inspiration */
.inspiration-section {
padding: var(--spacing-xl) 0;
background: var(--accent-cream);
}

.inspiration-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2.5rem;
}

.inspiration-card {
background: var(--white);
padding: 3rem 2rem;
border-radius: 20px;
text-align: center;
box-shadow: var(--shadow-md);
transition: all var(--transition-base);
}

.inspiration-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-xl);
}

.inspiration-icon {
width: 80px;
height: 80px;
margin: 0 auto 1.5rem;
background: var(--gradient-hero);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
color: var(--text-charcoal);
}

.inspiration-card h3 {
font-size: 1.5rem;
margin-bottom: 1rem;
}

.inspiration-card p {
font-size: 1rem;
line-height: 1.7;
color: var(--text-slate);
}

/* Philanthropy */
.philanthropy-section {
padding: var(--spacing-xl) 0;
background: var(--white);
}

.philanthropy-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 2rem;
margin-top: 3rem;
}

.philanthropy-card {
background: var(--accent-cream);
border-radius: 20px;
padding: 2.5rem 2rem;
box-shadow: var(--shadow-md);
position: relative;
overflow: hidden;
transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.philanthropy-card::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(244, 228, 188, 0.25), rgba(212, 232, 217, 0.25));
opacity: 0;
transition: opacity var(--transition-base);
pointer-events: none;
}

.philanthropy-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-xl);
}

.philanthropy-card:hover::before {
opacity: 1;
}

.philanthropy-card h3 {
margin-bottom: 1rem;
font-size: 1.35rem;
}

.philanthropy-card p {
color: var(--text-slate);
line-height: 1.7;
}

.card-icon {
width: 58px;
height: 58px;
border-radius: 16px;
background: var(--white);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.6rem;
color: var(--text-charcoal);
margin-bottom: 1.5rem;
box-shadow: var(--shadow-sm);
}

/* Signature Series */
.series-section {
padding: var(--spacing-xl) 0;
background: var(--accent-cream);
}

.series-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2.5rem;
}

.series-card {
background: var(--white);
border-radius: 20px;
overflow: hidden;
box-shadow: var(--shadow-md);
transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.series-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-xl);
}

.series-image {
position: relative;
overflow: hidden;
}

.series-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.series-card:hover .series-image img {
transform: scale(1.08);
}

.series-content {
padding: 2rem;
}

.series-content h3 {
font-size: 1.4rem;
margin-bottom: 0.75rem;
}

.series-content p {
color: var(--text-slate);
line-height: 1.7;
}

.service-items{
list-style: none;
display: flex;
padding: 15px;
margin: 0;
border-radius: 8px;
flex-wrap: wrap;
gap: 10px
}
.service-items li {
background: #faf8f2;
border-radius: 20px;
padding: 5px 10px;
}

/* Responsive */
@media (max-width: 1200px) {
.overview-grid {
grid-template-columns: 1fr;
gap: 3rem;
}

.overview-visual {
order: -1;
}

.visual-stage {
max-width: 620px;
margin: 0 auto 2rem;
}

.about-highlights {
grid-template-columns: repeat(2, minmax(200px, 1fr));
}

.philanthropy-grid,
.series-grid {
grid-template-columns: repeat(2, minmax(240px, 1fr));
gap: 1.5rem;
}
}

@media (max-width: 968px) {
.overview-grid,
.philosophy-content {
grid-template-columns: 1fr;
}

.overview-actions {
flex-direction: column;
align-items: stretch;
}

.visual-stage {
padding: 2rem;
}

.floating-chip {
position: static;
margin-top: 1.25rem;
align-self: flex-start;
}

.floating-art-card {
position: static;
width: 100%;
margin-top: 1.5rem;
}

.aux-one,
.aux-two {
display: none;
}

.bio-columns,
.about-highlights,
.philanthropy-grid,
.series-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}

.philanthropy-card,
.series-card {
padding: 2rem;
}
.top-heading .bg-title{
font-size: 75px;
}

}


@media(max-width:767px){

.about-section{
display: flex;
flex-direction: column;
gap: 2rem;
}
.about-img-container {
max-width: 100%;
}
.bio{
max-width: 100%;
}
.artist-overview{
padding: 50px 0 0; 
}
.about-img-container{
max-width:100%;
}
.mobile-only {
display: block;
}
.desk-only {
display: none;
}

ul.mobile-only{
padding-left:20px;
}

.top-heading .bg-title {
font-size: 60px;
top: 35px;
white-space: normal;
line-height: 1;
}

.top-heading h1 {
font-size: 50px;
}
}

@media (max-width: 968px) {
.about-section {
display: flex;
flex-direction: column;
gap: 2rem;
padding: 2rem 20px;
}

.about-img-container {
max-width: 100%;
margin: 0 auto;
}

.services {
max-width: 100%;
padding: 2rem 2rem;
}
}

@media (max-width: 600px) {
.badge-row {
gap: 0.5rem;
}

.bio-columns {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.about-section{
margin-top: 0;
padding-top: 2rem;
padding-left: 20px;
padding-right: 20px;
display: flex;
flex-direction: column;
gap: 2rem;
}

.about-img-container {
max-width: 100%;
}

.services {
padding: 1.5rem 1.5rem 1.5rem 2rem !important;
}

.services p {
font-size: 1rem !important;
line-height: 1.85 !important;
font-family: 'Poppins', sans-serif !important;
color: #3d3d3d !important;
}

.services p::first-letter {
font-size: 3.5rem !important;
margin: 0.1rem 0.6rem 0 0 !important;
}

.services p:first-of-type {
font-size: 1.1rem !important;
}

.services p:first-of-type::first-letter {
font-size: 4rem !important;
margin-right: 0.6rem !important;
}

.experience-stats {
grid-template-columns: 1fr;
}

.signature-quote {
flex-direction: column;
text-align: center;
}

.overview-actions .cta-btn {
min-width: 0;
}



}


@media (max-width: 400px){ 
.top-heading h1{
font-size:35px;
}
.top-heading .bg-title {
font-size: 40px;
}
}

