
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

/* ══════════════════════════════════════════════════════════════════════════
   HERO SECTION
══════════════════════════════════════════════════════════════════════════ */
.about-hero {
    padding: 140px 0 100px;
    background: #0c2c17; 
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 40%, rgba(211, 159, 60, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 60%, rgba(155, 120, 38, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.about-hero::after {
    content: '';
    position: absolute;
    top: 40px; left: 40px; right: 40px; bottom: 40px;
    border: 1px solid rgba(211, 159, 60, 0.08);
    pointer-events: none;
}

.hero-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 40px;
}

.hero-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(211, 159, 60, 0.3);
    background: rgba(211, 159, 60, 0.06);
}

.hero-icon i {
    font-size: 1.8rem;
    color: #d39f3c; 
}

.hero-eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #d39f3c; 
    margin: 0 0 20px;
}

.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 600;
    color: #f5f0e8;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: 0.5px;
}

.hero-title em {
    font-style: italic;
    color: #d39f3c; 
}

.hero-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin: 32px 0;
}

.hero-divider span {
    display: block;
    height: 1px;
    width: 80px;
    background: linear-gradient(to right, transparent, #d39f3c, transparent); 
}

.hero-divider i {
    display: block;
    width: 6px;
    height: 6px;
    background: #d39f3c; 
    border-radius: 50%;
    font-style: normal;
}

.hero-subtitle {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.9;
    color: #b4c5b9; 
    max-width: 700px;
    margin: 0 auto;
}

/* ══════════════════════════════════════════════════════════════════════════
   WHO WE ARE SECTION
══════════════════════════════════════════════════════════════════════════ */
.who-we-are-section {
    padding: 120px 0;
    background: linear-gradient(to bottom, #f4f7f5 0%, #ffffff 100%); 
    position: relative;
}

.who-we-are-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(211, 159, 60, 0.2), transparent);
}

.who-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.who-text-col {
    padding-right: 20px;
}

.section-label {
    font-family: 'Jost', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #d39f3c; 
    margin: 0 0 20px;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 600;
    color: #0c2c17; 
    line-height: 1.2;
    margin: 0 0 12px;
    letter-spacing: 0.5px;
}

.section-title .highlight {
    color: #d39f3c; 
    font-style: italic;
}

.text-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 28px 0;
}

.text-divider span {
    display: block;
    height: 1px;
    width: 60px;
    background: linear-gradient(to right, #d39f3c, transparent); 
}

.text-divider i {
    display: block;
    width: 6px;
    height: 6px;
    background: #d39f3c; 
    border-radius: 50%;
    font-style: normal;
}

.section-body {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 2;
    color: #3b4e41; 
    margin: 0;
}

.since-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    padding: 14px 24px;
    background: rgba(211, 159, 60, 0.06);
    border: 1px solid rgba(211, 159, 60, 0.15);
    border-radius: 2px;
}

.since-tag::before {
    content: '';
    width: 30px;
    height: 1px;
    background: #d39f3c; 
}

.since-tag span {
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9b7826; 
}

.who-image-col {
    position: relative;
}

.image-frame {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.image-frame::before {
    content: '';
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(211, 159, 60, 0.2);
    border-radius: 4px;
    pointer-events: none;
    z-index: 1;
}

.image-frame img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-frame:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(211, 159, 60, 0.15) 0%, rgba(12, 44, 23, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 4px;
}

.image-frame:hover .image-overlay {
    opacity: 1;
}

/* ══════════════════════════════════════════════════════════════════════════
   VALUES SECTION
══════════════════════════════════════════════════════════════════════════ */
.values-section {
    padding: 120px 0 100px;
    background: #ffffff;
    position: relative;
}

.values-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.values-header {
    max-width: 800px;
    margin: 0 auto 70px;
}

.values-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 600;
    color: #0c2c17; 
    margin: 0 0 12px;
}

.values-title .highlight {
    color: #d39f3c; 
    font-style: italic;
}

.values-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin: 32px 0;
}

.values-divider span {
    display: block;
    height: 1px;
    width: 80px;
    background: linear-gradient(to right, transparent, #d39f3c, transparent); 
}

.values-divider i {
    display: block;
    width: 6px;
    height: 6px;
    background: #d39f3c; 
    border-radius: 50%;
    font-style: normal;
}

.values-lead {
    font-family: 'Jost', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.9;
    color: #0c2c17; 
    margin: 0 0 16px;
}

/* ══════════════════════════════════════════════════════════════════════════
   TECHNOLOGY / TREATMENTS SECTION
══════════════════════════════════════════════════════════════════════════ */
.tech-section {
    padding: 120px 0;
    background: #0c2c17; 
    position: relative;
    overflow: hidden;
}

.tech-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 50%, rgba(211, 159, 60, 0.07) 0%, transparent 50%),
        radial-gradient(circle at 85% 30%, rgba(155, 120, 38, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.tech-section::after {
    content: '';
    position: absolute;
    top: 40px; left: 40px; right: 40px; bottom: 40px;
    border: 1px solid rgba(211, 159, 60, 0.08);
    pointer-events: none;
}

.tech-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.tech-header {
    max-width: 900px;
    margin: 0 auto 80px;
}

.tech-eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #d39f3c; 
    margin: 0 0 20px;
}

.tech-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 600;
    color: #f5f0e8;
    line-height: 1.2;
    margin: 0 0 12px;
}

.tech-title em {
    font-style: italic;
    color: #d39f3c; 
}

.tech-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin: 32px 0;
}

.tech-divider span {
    display: block;
    height: 1px;
    width: 80px;
    background: linear-gradient(to right, transparent, #d39f3c, transparent); 
}

.tech-divider i {
    display: block;
    width: 6px;
    height: 6px;
    background: #d39f3c; 
    border-radius: 50%;
    font-style: normal;
}

.tech-body {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 2;
    color: rgba(245, 240, 232, 0.7); 
    margin: 0;
}

/* Dynamic Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 70px;
}

.feature-card {
    padding: 40px 24px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(211, 159, 60, 0.12);
    border-radius: 4px;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: linear-gradient(to right, transparent, #d39f3c, transparent); 
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-card:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(211, 159, 60, 0.25);
    transform: translateY(-8px);
}

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

/* Image Wrap for Treatments */
.feature-img-wrap {
    width: 85px;
    height: 85px;
    margin: 0 auto 24px;
    border-radius: 50%;
    border: 2px solid rgba(211, 159, 60, 0.3);
    overflow: hidden;
    transition: all 0.4s ease;
    background: rgba(211, 159, 60, 0.08); /* Fallback color */
}

.feature-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-card:hover .feature-img-wrap {
    border-color: #d39f3c;
    transform: scale(1.08);
}

.feature-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #f5f0e8;
    margin: 0 0 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
}

.feature-desc {
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(245, 240, 232, 0.7); 
    margin: 0;
    text-align: center;
}

/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    .about-hero { padding: 100px 0 70px; }
    .hero-inner { padding: 0 24px; }
    .hero-title { font-size: 2.5rem; }
    
    .who-we-are-section,
    .values-section,
    .tech-section { padding: 80px 0; }
    
    .who-inner {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 24px;
    }
    
    .who-text-col { padding-right: 0; }
    
    .section-title,
    .values-title,
    .tech-title { font-size: 2.3rem; }
    
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }
    
    .values-inner,
    .tech-inner { padding: 0 24px; }
}

@media (max-width: 640px) {
    .about-hero { padding: 80px 0 50px; }
    .hero-title { font-size: 2rem; }
    .section-title,
    .values-title,
    .tech-title { font-size: 1.9rem; }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .who-inner,
    .values-inner,
    .tech-inner { padding: 0 20px; }
}