body   {
       font-family: Arial, sans-serif;
       margin: 0;
       color: #18202a;
}	
header   {
        background-color: #18202a;
        color: white;
        padding: 18px 8%;
        text-align: center;
}
.brand {
      display: flex;
      align-items: center;
      gap: 15px;
}
.brand img {
      width: 60px;
      height: 60px;
      object-fit: contain;
}
.brand-text h1 {
       margin: 0;
       font-size: 22px;
       letter-spacing: 1px;
}
.brand-text p {
       margin: 5px 0 0;
       font-family: Arial, sans-serif;
       font-size: 12px;
       text-transform: uppercase;
       letter-spacing: 2px;
}

nav     {
        margin-top: 20px;
}
nav a {
       color: white;
       text-decoration: none;
       margin-top: 0 12px;
       font-size: 14px;
}

nav a:hover {
     color: #cccccc;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 8%;
}
header h1 {
    margin: 0;
    font-size: 24px;
}

nav {
    margin-top: 0;
}

nav a {
    margin-left: 22px;
}
header img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}







section  {
         padding: 60px 10%;
}

section h2 {
         font-family: Georgia, serif;
         font-size: 40px;
}
section a {
          display: inline-block;
          background-color: #18202a;
          color: white;
          padding: 12px 20px;
          text-decoration: none;
          margin-top: 15px;
}



.hero  {
    min-height: 500px;
    display: flex;
     align-items: center;
     padding: 60px 8%;
     background-color: #f5f5f3;
}

.hero-content   {
     max-width: 750px;
}
.eyebrow  {
   font-size: 13px;
   letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 20px;
}
.hero h2  {
   font-family: goergia, serif;
   font-size: 52px;
   line-height: 1.15;
   margin: 0 0 25px;
   color: #18202a;
}
.hero p  {
   font-size: 18px;
    line-height: 1.7;
    max-width: 650px;
}
.hero-button  {
     display: inline-block;
     background-color: #18202a;
     color: white;
     padding: 15px 25px;
     margin-top: 20px;
     text-decoration: none;
}
.hero-button:hover {
     background-color: #303b49;
}



.practice-section {
         padding: 90px 8%;
         background-color: #ffffff;
}
.section-heading {
        max-width: 700px;
        margin-bottom: 50px;
}
.section-heading h2 {
        font-family: Georgia, serif;
        font-size: 42px;
        margin: 10px 0 15px;
        color: #18202a;
}
.section-heading > p:last-child {
        font-size: 17px;
        line-height: 1.7;
        color: #555555;
}
.practice-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
}
.practice-card {
        padding: 35px;
        border: 1px solid #dddddd;
        background-color: #fafafa;
        transition: transform 0.3s ease;
}
.practice-card h3 {
        font-family: Georgia, serif;
        font-size: 25px;   
        color: #18202a;
        margin-top: 0;
}
.practice-card p {
         font-size: 16px;
         line-height: 1.7;
         color: #555555;
}
.practice-card a {
         display: inline-block;
         margin-top: 15px;
         color: white;
         text-decoration: none;
         font-weight: bold;
}
.practice-card a:hover {
         text-decoration: underline;
}
.practice-card:hover {
          transform: translateY(-5px);
}







.about-section {
           padding: 90px 8%;
           background-color: #F5F5F3;
}
.about-content {
           display: grid;
           grid-template-columns: 2fr 1fr;
           gap: 70px;
           align-items: center;
}
.about-text {
           max-width: 750px;
}
.about-text h2 {
            font-family: Georgia, serif;
            font-size: 42px;
            line-height: 1.2;
            color: #18202a;
            margin: 10px 0 25px;
}
.about-text p {
           font-size: 17px;
           line-height: 1.8;
           color: #555555;
}
.about-button {
           display: inline-block;
           background-color: #18202a;
           color: white;
           padding: 14px 24px;
           margin-top: 15px;
           text-decoration: none;
}
.about-button:hover {
          background-color: #303b49;
}
.about-highlight {
          background-color: #18202a;
          color: white;
           padding: 40px;
}
.about-highlight h3 {
         font-family: Georgia, serif;
         font-size: 25px;
           margin-top: 0;
}
.about-highlight ul {
          padding-left: 20px;
           margin-bottom: 0;
}
.about-highlight li {
           margin-bottom: 15px;
}











.why-section {
padding: 90px 8%;
background-color: #18202a;
color: white;
}
.why-section .section-heading {
max-width: 750px;
}
.why-section .section-heading h2 {
color: white;
}
.why-section .section-heading > p:last-child {
color: #dddddd;
}
.why-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 25px;
margin-top: 50px;
}
.why-card {
padding: 35px;
border: 1px solid #3a424c;
background-color: #222b36;
}
.why-card h3 {
font-family: Georgia, serif;
font-size: 24px;
margin-top: 0;
margin-bottom: 15px;
}
.why-card p {
font-size: 16px;
line-height: 1.7;
color: #dddddd;
margin-bottom: 0;
}










.matters-section {
padding: 90px 8%;
background-color: #f5f5f3;
}
.matters-section .section-heading {
max-width: 750px;
}
.matters-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 25px;
margin-top: 50px;
}
.matter-card {
background-color: white;
padding: 35px;
border: 1px solid #dddddd;
transition: transform 0.3s ease;
}
.matter-card:hover {
transform: translateY(-5px);
}
.matter-type {
font-size: 12px;
font-weight: bold;
letter-spacing: 1.5px;
color: #666666;
margin-bottom: 15px;
}
.matter-card h3 {
font-family: Georgia, serif;
font-size: 23px;
line-height: 1.4;
color: #18202a;
margin-top: 0;
}
.matter-card p:not(.matter-type) {
font-size: 16px;
line-height: 1.7;
color: #555555;
}
.matter-card a {
display: inline-block;
margin-top: 15px;
color: white;
text-decoration: none;
font-weight: bold;
}
.matter-card a:hover {
text-decoration: underline;
}









.contact-section {
padding: 90px 8%;
background-color: white;
}
.contact-content {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 70px;
align-items: center;
}
.contact-text {
max-width: 700px;
}
.contact-text h2 {
font-family: Georgia, serif;
font-size: 42px;
line-height: 1.2;
color: #18202a;
margin: 10px 0 25px;
}
.contact-text p {
font-size: 17px;
line-height: 1.8;
color: #555555;
}
.contact-card {
background-color: #18202a;
color: white;
padding: 40px;
}
.contact-card h3 {
font-family: Georgia, serif;
font-size: 27px;
margin-top: 0;
}
.contact-card p {
color: #dddddd;
line-height: 1.7;
}
.contact-button {
display: inline-block;
background-color: white;
color: #18202a;
padding: 14px 24px;
margin-top: 15px;
text-decoration: none;
font-weight: bold;
}
.contact-button:hover {
background-color: #dddddd;
}









.site-footer {
background-color: #18202a;
color: white;
padding: 70px 8% 25px;
}
.footer-content {
display: grid;
grid-template-columns: 2fr 1fr 1.5fr;
gap: 60px;
padding-bottom: 50px;
}
.footer-brand h2 {
font-family: Georgia, serif;
font-size: 24px;
margin-top: 0;
}
.footer-brand p {
max-width: 400px;
color: #cccccc;
line-height: 1.7;
}
.footer-links h3,
.footer-contact h3 {
font-family: Georgia, serif;
font-size: 20px;
margin-top: 0;
}
.footer-links a,
.footer-contact a {
display: block;
color: #cccccc;
text-decoration: none;
margin-bottom: 12px;
}
.footer-links a:hover,
.footer-contact a:hover {
color: white;
}
.footer-contact p {
color: #cccccc;
line-height: 1.7;
}
.footer-bottom {
border-top: 1px solid #3a424c;
padding-top: 25px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
}
.footer-bottom p {
color: #aaaaaa;
font-size: 14px;
}
.footer-bottom a {
color: #aaaaaa;
text-decoration: none;
margin-left: 20px;
font-size: 14px;
}
.footer-bottom a:hover {
color: white;
}






















.page-hero {
padding: 100px 8%;
background-color: #f5f5f3;
}
.page-hero-content {
max-width: 800px;
}
.page-hero h2 {
font-family: Georgia, serif;
font-size: 52px;
line-height: 1.2;
margin: 10px 0 20px;
color: #18202a;
}
.page-hero-content > p:last-child {
font-size: 18px;
line-height: 1.7;
color: #555555;
}
.about-page-section {
padding: 90px 8%;
background-color: white;
}
.about-page-content {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 70px;
align-items: center;
}
.about-page-text {
max-width: 750px;
}
.about-page-text h2 {
font-family: Georgia, serif;
font-size: 42px;
margin: 10px 0 25px;
color: #18202a;
}
.about-page-text p {
font-size: 17px;
line-height: 1.8;
color: #555555;
}
.about-page-box {
background-color: #18202a;
color: white;
padding: 40px;
}
.about-page-box h3 {
font-family: Georgia, serif;
font-size: 26px;
margin-top: 0;
}
.about-page-box ul {
padding-left: 20px;
margin-bottom: 0;
}
.about-page-box li {
margin-bottom: 15px;
}
.approach-section {
padding: 90px 8%;
background-color: #f5f5f3;
}
.approach-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
margin-top: 50px;
}
.approach-card {
background-color: white;
border: 1px solid #dddddd;
padding: 35px;
}
.approach-card h3 {
font-family: Georgia, serif;
font-size: 24px;
color: #18202a;
margin-top: 0;
}
.approach-card p {
color: #555555;
line-height: 1.7;
}
.about-cta {
padding: 80px 8%;
background-color: #18202a;
color: white;
}
.about-cta h2 {
font-family: Georgia, serif;
font-size: 40px;
margin: 10px 0 20px;
}
.about-cta p {
color: #dddddd;
line-height: 1.7;
}
.about-cta a {
display: inline-block;
background-color: white;
color: #18202a;
padding: 14px 24px;
margin-top: 15px;
text-decoration: none;
font-weight: bold;
}
.about-cta a:hover {
background-color: #dddddd;
}






















.practice-detail-section {
    padding: 90px 8%;
    background-color: #ffffff;
}


.practice-detail {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 40px;

    max-width: 1000px;

    padding: 55px 0;

    border-bottom: 1px solid #dddddd;
}


.practice-detail:last-child {
    border-bottom: none;
}


.practice-detail-number {
    font-family: Georgia, serif;
    font-size: 30px;
    color: #888888;
}


.practice-detail h2 {
    font-family: Georgia, serif;
    font-size: 36px;
    color: #18202a;

    margin: 10px 0 20px;
}


.practice-detail p {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
}


.practice-cta {
    padding: 90px 8%;

    background-color: #18202a;

    color: white;
}


.practice-cta h2 {
    font-family: Georgia, serif;
    font-size: 40px;

    margin: 10px 0 20px;
}


.practice-cta p {
    max-width: 650px;

    color: #dddddd;

    line-height: 1.7;
}


.practice-cta a {
    display: inline-block;

    background-color: white;

    color: #18202a;

    padding: 14px 24px;

    margin-top: 15px;

    text-decoration: none;

    font-weight: bold;
}


.practice-cta a:hover {
    background-color: #dddddd;
}






















.team-section {
    padding: 90px 8%;
    background-color: #ffffff;
}


.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
    max-width: 1000px;
}


.team-card {
    border: 1px solid #dddddd;
    background-color: #f5f5f3;
}


.team-photo-placeholder {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #e5e5e2;

    color: #777777;

    font-size: 14px;
    letter-spacing: 2px;
}


.team-card-content {
    padding: 30px;
}


.team-position {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #777777;
}


.team-card h3 {
    font-family: Georgia, serif;
    font-size: 28px;
    color: #18202a;
    margin: 10px 0 15px;
}


.team-card-content p:last-child {
    color: #555555;
    line-height: 1.7;
}


.team-cta {
    padding: 90px 8%;
    background-color: #18202a;
    color: white;
}


.team-cta h2 {
    font-family: Georgia, serif;
    font-size: 40px;
    margin: 10px 0 20px;
}


.team-cta p {
    max-width: 650px;
    color: #dddddd;
    line-height: 1.7;
}


.team-cta a {
    display: inline-block;
    background-color: white;
    color: #18202a;
    padding: 14px 24px;
    margin-top: 15px;
    text-decoration: none;
    font-weight: bold;
}


.team-cta a:hover {
    background-color: #dddddd;
}






















/* ================================
   EXPERIENCE PAGE
================================ */

.experience-section {
    padding: 90px 8%;
    background: #ffffff;
}

.experience-intro {
    max-width: 750px;
    margin: 0 auto 60px;
    text-align: center;
}

.experience-intro h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.experience-intro p {
    line-height: 1.8;
    color: #555;
}

.case-list {
    max-width: 1000px;
    margin: auto;
}

.case-item {
    display: flex;
    gap: 35px;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

.case-number {
    font-size: 30px;
    font-weight: bold;
    min-width: 70px;
}

.case-content {
    max-width: 750px;
}

.case-category {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.case-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.case-content p {
    color: #555;
    line-height: 1.8;
}

.experience-note {
    max-width: 1000px;
    margin: 60px auto 0;
    padding: 25px;
    border: 1px solid #ddd;
}

.experience-note p {
    color: #555;
    line-height: 1.7;
}

.experience-cta {
    padding: 80px 8%;
    text-align: center;
    background: #111;
    color: white;
}

.experience-cta h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.experience-cta p {
    margin-bottom: 30px;
    line-height: 1.7;
}



























/* ================================
   INSIGHT PAGE
================================ */

.insights-section {
    padding: 90px 8%;
}

.insights-grid {
    max-width: 1100px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.insight-card {
    padding: 30px;
    border: 1px solid #ddd;
    background: #fff;
}

.insight-category {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.insight-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.insight-card p {
    color: #555;
    line-height: 1.7;
}

.insight-card a {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    text-decoration: none;
}

.insights-cta {
    padding: 80px 8%;
    text-align: center;
    background: #111;
    color: white;
}

.insights-cta h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.insights-cta p {
    margin-bottom: 30px;
}

















/* ================================
   CONTACT FORM IMPROVEMENTS
================================ */

.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
    outline: none;
    border-color: #222;
}

.contact-form-card button {
    transition: 0.3s ease;
}

.contact-form-card button:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.contact-form-card button:active {
    transform: translateY(0);
}

.contact-form-card input::placeholder,
.contact-form-card textarea::placeholder {
    color: #888;
}
	

















/* ================================
   GOOGLE MAPS BUTTON
================================ */

.map-button {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 18px;
    border: 1px solid #222;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease;
}

.map-button:hover {
    transform: translateY(-1px);
    opacity: 0.85;
}














/* ================================
   WHATSAPP BUTTON
================================ */

.whatsapp-button {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 18px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #222;
    transition: 0.3s ease;
}

.whatsapp-button:hover {
    transform: translateY(-1px);
    opacity: 0.85;
}













/* ================================
   FAQ SECTION
================================ */

.faq-section {
    padding: 90px 8%;
    background: #f7f7f7;
}

.faq-section .section-heading {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.faq-section .section-heading h2 {
    font-size: 40px;
    margin-bottom: 18px;
}

.faq-section .section-heading > p:last-child {
    color: #555;
    line-height: 1.8;
}

.faq-list {
    max-width: 950px;
    margin: 55px auto 0;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 28px 30px;
    margin-bottom: 15px;
}

.faq-item h3 {
    font-size: 19px;
    margin-bottom: 12px;
}

.faq-item p {
    color: #555;
    line-height: 1.7;
    margin: 0;
}


/* Mobile */

@media (max-width: 768px) {

    .faq-section {
        padding: 60px 20px;
    }

    .faq-section .section-heading h2 {
        font-size: 30px;
    }

    .faq-item {
        padding: 22px;
    }

    .faq-item h3 {
        font-size: 17px;
        line-height: 1.5;
    }

}














/* ================================
   LEGAL INFORMATION PAGES
================================ */

.legal-page {
    max-width: 900px;
    margin: auto;
    padding: 80px 8%;
}

.legal-page h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 12px;
}

.legal-page p {
    color: #555;
    line-height: 1.8;
}






















/* ================================
   MOBILE RESPONSIVE DESIGN
================================ */

@media (max-width: 768px) {

    header {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .brand {
        width: 100%;
    }

    nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    nav a {
        padding: 10px 0;
    }


    .page-hero {
        padding: 70px 20px;
    }

    .page-hero-content h2 {
        font-size: 32px;
    }


    .experience-section,
    .insights-section,
    .contact-page-section,
    .legal-page {
        padding: 60px 20px;
    }


    .case-item {
        flex-direction: column;
        gap: 15px;
    }


    .insights-grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }


    .contact-page-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }


    .contact-form-card {
        padding: 25px;
    }


    .experience-cta,
    .insights-cta {
        padding: 60px 20px;
    }


    .experience-intro h2,
    .contact-information h2 {
        font-size: 30px;
    }


    .site-footer {
        padding: 50px 20px 20px;
    }


    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }


    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

}
























/* =================================
   PRINCIPAL PROFILE
================================= */

.principal-profile {
    max-width: 1100px;
    margin: 60px auto 0;

    display: grid;
    grid-template-columns: 45% 55%;

    background: #ffffff;
    border: 1px solid #e1e1e1;
}


/* LAWYER PHOTO */

.principal-photo {
    width: 100%;
    height: 100%;
    min-height: 560px;
    overflow: hidden;
}

.principal-photo img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;
}


/* INFORMATION */

.principal-info {
    padding: 55px 55px;
}

.principal-info .team-position {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 12px;
}


.principal-info h2 {
    font-size: 42px;
    line-height: 1.15;
    margin: 0 0 18px;
}


.profile-line {
    width: 55px;
    height: 3px;
    margin-bottom: 28px;
}


.principal-info > p:not(.team-position) {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}


/* ROLE BOX */

.principal-focus {
    display: flex;
    align-items: center;

    gap: 18px;

    margin-top: 30px;
    padding: 20px;

    background: #f5f5f5;
}


.focus-icon {
    font-size: 32px;
    font-weight: bold;
}


.focus-title {
    margin: 0 0 5px;

    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
}


.focus-text {
    margin: 0;

    font-size: 16px;
}


/* VALUES */

.profile-values {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;

    margin-top: 30px;

    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.5px;
}





@media (max-width: 768px) {

    .principal-photo {
        width: 100%;
        height: 430px;
    }

    .principal-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }


}


























/* ================================
   THANK YOU PAGE
================================ */

.thank-you-section {
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 8%;
    text-align: center;
    background: #f7f7f7;
}

.thank-you-content {
    max-width: 750px;
    margin: auto;
}

.thank-you-content h2 {
    font-size: 46px;
    line-height: 1.2;
    margin: 10px 0 20px;
}

.thank-you-line {
    width: 55px;
    height: 3px;
    margin: 0 auto 30px;
}

.thank-you-content > p:not(.eyebrow) {
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}

.thank-you-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.secondary-button {
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid #222;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

@media (max-width: 768px) {

    .thank-you-section {
        min-height: 60vh;
        padding: 70px 20px;
    }

    .thank-you-content h2 {
        font-size: 34px;
    }

    .thank-you-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .thank-you-actions a {
        text-align: center;
    }

}



















/* ================================
   404 ERROR PAGE
================================ */

.error-section {
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 8%;
    text-align: center;
    background: #f7f7f7;
}

.error-content {
    max-width: 750px;
    margin: auto;
}

.error-number {
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px;
}

.error-content h2 {
    font-size: 40px;
    line-height: 1.25;
    margin: 10px 0 20px;
}

.error-content > p:not(.error-number):not(.eyebrow) {
    max-width: 600px;
    margin: 0 auto;
    color: #555;
    line-height: 1.8;
}

.error-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 35px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {

    .error-section {
        min-height: 60vh;
        padding: 70px 20px;
    }

    .error-number {
        font-size: 75px;
    }

    .error-content h2 {
        font-size: 30px;
    }

    .error-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .error-actions a {
        text-align: center;
    }

}








































/* =========================================
   MOBILE RESPONSIVE DESIGN
   ========================================= */

@media (max-width: 768px) {

    /* GENERAL */
    * {
        box-sizing: border-box;
    }

    body {
        width: 100%;
        margin: 0;
        overflow-x: hidden;
    }

    section {
        width: 100%;
    }


    /* HEADER */
    header {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 20px;
    }

    .brand {
        width: auto;
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .brand img {
        width: 55px;
        height: 55px;
        flex-shrink: 0;
    }

    .brand-text {
        min-width: 0;
        text-align: left;
    }

    .brand-text h1 {
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 0.8px;
    }

    .brand-text p {
        font-size: 9px;
        letter-spacing: 1.5px;
        margin-top: 4px;
    }


    /* NAVIGATION */
    nav {
        width: 100%;
        margin-top: 18px;
        display: flex;
        flex-direction: column;
    }

    nav a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 9px 0;
        font-size: 13px;
    }


    /* HERO */
    .hero {
        width: 100%;
        min-height: auto;
        padding: 65px 20px;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
    }

    .hero h2 {
        font-size: 36px;
        line-height: 1.12;
        margin-bottom: 20px;
    }

    .hero p {
        font-size: 15px;
        line-height: 1.7;
        max-width: 100%;
    }

    .hero-button {
        font-size: 13px;
        padding: 13px 18px;
    }


    /* PAGE HERO */
    .page-hero {
        width: 100%;
        padding: 65px 20px;
    }

    .page-hero-content {
        width: 100%;
        max-width: 100%;
    }

    .page-hero h2 {
        font-size: 36px;
        line-height: 1.15;
    }

    .page-hero-content > p:last-child {
        font-size: 15px;
        line-height: 1.7;
    }


    /* GENERAL SECTION HEADINGS */
    .section-heading {
        width: 100%;
        max-width: 100%;
    }

    .section-heading h2 {
        font-size: 32px;
        line-height: 1.2;
    }


    /* PRACTICE AREAS */
    .practice-section {
        padding: 65px 20px;
    }

    .practice-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .practice-card {
        padding: 25px;
    }

    .practice-card h3 {
        font-size: 23px;
    }

    .practice-card p {
        font-size: 15px;
    }


    /* ABOUT SECTION */
    .about-section {
        padding: 65px 20px;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-text h2 {
        font-size: 32px;
    }

    .about-text p {
        font-size: 15px;
    }

    .about-highlight {
        padding: 25px;
    }


    /* WHY CHOOSE US */
    .why-section {
        padding: 65px 20px;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-card {
        padding: 25px;
    }


    /* SELECTED MATTERS */
    .matters-section {
        padding: 65px 20px;
    }

    .matters-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .matter-card {
        padding: 25px;
    }

    .matter-card h3 {
        font-size: 21px;
    }


    /* CONTACT SECTION */
    .contact-section {
        padding: 65px 20px;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .contact-text h2 {
        font-size: 32px;
    }

    .contact-text p {
        font-size: 15px;
    }

    .contact-card {
        padding: 25px;
    }


    /* ABOUT PAGE */
    .about-page-section {
        padding: 65px 20px;
    }

    .about-page-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-page-text h2 {
        font-size: 32px;
    }

    .about-page-text p {
        font-size: 15px;
    }

    .about-page-box {
        padding: 25px;
    }


    /* APPROACH */
    .approach-section {
        padding: 65px 20px;
    }

    .approach-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .approach-card {
        padding: 25px;
    }


    /* PRINCIPAL PROFILE */
    .principal-profile {
        display: block;
        width: 100%;
        margin-top: 40px;
    }

    .principal-photo {
        width: 100%;
        height: 430px;
    }

    .principal-info {
        padding: 30px 25px;
    }

    .principal-info h2 {
        font-size: 32px;
    }


    /* EXPERIENCE */
    .experience-section {
        padding: 65px 20px;
    }

    .experience-intro h2 {
        font-size: 32px;
    }

    .case-item {
        flex-direction: column;
        gap: 15px;
        padding: 30px 0;
    }

    .case-number {
        min-width: auto;
        font-size: 26px;
    }

    .case-content h3 {
        font-size: 22px;
    }


    /* INSIGHTS */
    .insights-section {
        padding: 65px 20px;
    }

    .insights-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }


    /* CONTACT PAGE */
    .contact-page-section {
        padding: 65px 20px;
    }

    .contact-page-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-information h2 {
        font-size: 32px;
    }

    .contact-form-card {
        padding: 25px;
    }

    .contact-form-card input,
    .contact-form-card select,
    .contact-form-card textarea {
        width: 100%;
        max-width: 100%;
    }


    /* FAQ */
    .faq-section {
        padding: 65px 20px;
    }

    .faq-section .section-heading h2 {
        font-size: 32px;
    }

    .faq-item {
        padding: 22px;
    }


    /* CTA SECTIONS */
    .experience-cta,
    .insights-cta,
    .team-cta,
    .about-cta {
        padding: 65px 20px;
    }

    .experience-cta h2,
    .insights-cta h2,
    .team-cta h2,
    .about-cta h2 {
        font-size: 32px;
    }


    /* FOOTER */
    .site-footer {
        padding: 55px 20px 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-brand h2 {
        font-size: 21px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-bottom a {
        margin-left: 0;
        margin-right: 15px;
    }


    /* BUTTONS */
    .contact-button,
    .secondary-button,
    .whatsapp-button,
    .map-button {
        max-width: 100%;
    }

}
























/* =========================================
   PROFESSIONAL SERVICES - MOBILE CAROUSEL
   ========================================= */

@media (max-width: 768px) {

    .practice-section {
        padding: 65px 0;
        overflow: hidden;
    }

    .practice-section .section-heading {
        padding: 0 20px;
        margin-bottom: 35px;
    }

    .practice-section .section-heading h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .practice-section .section-heading > p:last-child {
        font-size: 15px;
        line-height: 1.7;
    }


    /* CAROUSEL AREA */
    .practice-grid {
        display: flex;
        flex-direction: row;
        gap: 15px;

        width: 100%;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 5px 20px 20px;

        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
    }

    /* Hide scrollbar */
    .practice-grid::-webkit-scrollbar {
        display: none;
    }


    /* EACH SLIDE */
    .practice-card {
        flex: 0 0 calc(100vw - 55px);

        width: calc(100vw - 55px);

        min-width: calc(100vw - 55px);

        scroll-snap-align: start;

        padding: 28px 25px;

        box-sizing: border-box;
    }


    .practice-card h3 {
        font-size: 23px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .practice-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .practice-card a {
        font-size: 14px;
    }

}






















/* =========================================
   PROFESSIONAL SERVICES CAROUSEL POLISH
   ========================================= */

@media (max-width: 768px) {

    .practice-grid {
        gap: 18px;
        padding: 5px 20px 25px;
    }

    .practice-card {
        flex: 0 0 calc(100vw - 55px);
        min-width: calc(100vw - 55px);

        min-height: 300px;

        padding: 30px 26px;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        background-color: #ffffff;
        border: 1px solid #dddddd;

        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

        border-radius: 2px;
    }

    .practice-card h3 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .practice-card p {
        font-size: 15px;
        line-height: 1.75;
    }

    .practice-card a {
        margin-top: 25px;
        font-size: 14px;
        font-weight: bold;
    }

}













/* =========================================
   MOBILE CAROUSEL INDICATORS
   ========================================= */

.carousel-indicators {
    display: none;
}

@media (max-width: 768px) {

    .carousel-indicators {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 8px;
    }

    .carousel-dot {
        width: 7px;
        height: 7px;
        display: block;
        border-radius: 50%;
        background-color: #c7c7c7;
    }

    .carousel-dot.active {
        width: 9px;
        height: 9px;
        background-color: #18202a;
    }

}






















/* =========================================
   MOBILE SELECTED MATTERS CAROUSEL
   ========================================= */

.matter-indicators {
    display: none;
}

@media (max-width: 768px) {

    .matters-section {
        padding: 70px 0;
        overflow: hidden;
    }

    .matters-section .section-heading {
        padding: 0 20px;
        margin-bottom: 35px;
    }

    .matters-section .section-heading h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .matters-section .section-heading > p:last-child {
        font-size: 15px;
        line-height: 1.7;
    }

    /* THE CAROUSEL */

    .matter-carousel {
        display: flex;
        flex-direction: row;
        gap: 18px;

        width: 100%;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 5px 20px 25px;

        box-sizing: border-box;

        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
    }

    .matter-carousel::-webkit-scrollbar {
        display: none;
    }

    /* EACH MATTER CARD */

    .matter-carousel .matter-card {
        flex: 0 0 calc(100vw - 55px);

        width: calc(100vw - 55px);
        min-width: calc(100vw - 55px);

        box-sizing: border-box;

        padding: 32px 27px;

        scroll-snap-align: start;

        background-color: #ffffff;

        border: 1px solid #dddddd;

        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);

        border-radius: 3px;

        display: flex;
        flex-direction: column;
    }

    /* MATTER TYPE */

    .matter-carousel .matter-type {
        font-size: 11px;
        letter-spacing: 1.8px;
        line-height: 1.4;

        margin-bottom: 14px;
    }

    /* MATTER TITLE */

    .matter-carousel .matter-card h3 {
        font-size: 25px;
        line-height: 1.28;

        margin: 0 0 22px;
    }

    /* MATTER DESCRIPTION */

    .matter-carousel .matter-card p:not(.matter-type) {
        font-size: 15px;
        line-height: 1.75;

        color: #555555;

        margin-bottom: 20px;
    }

    /* VIEW MATTER BUTTON */

    .matter-carousel .matter-card a {
        align-self: flex-start;

        margin-top: auto;

        padding: 12px 18px;

        background-color: #18202a;

        color: #ffffff;

        text-decoration: none;

        font-size: 13px;

        font-weight: bold;

        letter-spacing: 0.3px;
    }

    .matter-carousel .matter-card a:hover {
        background-color: #303b49;
    }

    /* INDICATORS */

    .matter-indicators {
        display: flex;

        justify-content: center;
        align-items: center;

        gap: 8px;

        margin-top: 5px;
    }

    .matter-dot {
        width: 7px;
        height: 7px;

        padding: 0;

        border: 0;

        border-radius: 50%;

        background-color: #c7c7c7;

        cursor: pointer;
    }

    .matter-dot.active {
        width: 9px;
        height: 9px;

        background-color: #18202a;
    }

}














/* =========================================
   MOBILE WHY CHOOSE US CAROUSEL
   ========================================= */

.why-indicators {
    display: none;
}

@media (max-width: 768px) {

    .why-section {
        padding: 70px 0;
        overflow: hidden;
    }

    .why-section .section-heading {
        padding: 0 20px;
        margin-bottom: 35px;
    }

    .why-section .section-heading h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .why-section .section-heading > p:last-child {
        font-size: 15px;
        line-height: 1.7;
    }

    /* CAROUSEL */

    .why-carousel {
        display: flex;
        flex-direction: row;
        gap: 18px;

        width: 100%;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 5px 20px 25px;

        box-sizing: border-box;

        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
    }

    .why-carousel::-webkit-scrollbar {
        display: none;
    }

    /* CARDS */

    .why-carousel .why-card {
        flex: 0 0 calc(100vw - 55px);

        width: calc(100vw - 55px);
        min-width: calc(100vw - 55px);

        min-height: 280px;

        box-sizing: border-box;

        padding: 30px 27px;

        scroll-snap-align: start;

        background-color: #222b36;

        border: 1px solid #3a424c;

        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);

        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .why-carousel .why-card h3 {
        font-size: 23px;
        line-height: 1.3;

        margin: 0 0 18px;
    }

    .why-carousel .why-card p {
        font-size: 15px;
        line-height: 1.75;

        color: #dddddd;

        margin: 0;
    }

    /* INDICATORS */

    .why-indicators {
        display: flex;

        justify-content: center;
        align-items: center;

        gap: 8px;

        margin-top: 5px;
    }

    .why-dot {
        width: 7px;
        height: 7px;

        padding: 0;

        border: 0;

        border-radius: 50%;

        background-color: #68717c;

        cursor: pointer;
    }

    .why-dot.active {
        width: 9px;
        height: 9px;

        background-color: #ffffff;
    }

}




























/* =========================================
   FINAL MOBILE HOMEPAGE POLISH
   ========================================= */

@media (max-width: 768px) {

    /* PAGE WIDTH */

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    * {
        box-sizing: border-box;
    }


    /* HEADER */

    header {
        width: 100%;
        padding: 18px 20px 22px;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .brand {
        width: 100%;
        gap: 12px;
        align-items: center;
    }

    .brand img {
        width: 52px;
        height: 52px;
        flex-shrink: 0;
    }

    .brand-text {
        min-width: 0;
    }

    .brand-text h1 {
        font-size: 17px;
        line-height: 1.25;
        letter-spacing: 0.8px;
    }

    .brand-text p {
        font-size: 10px;
        letter-spacing: 1.5px;
        margin-top: 4px;
    }


    /* NAVIGATION */

    nav {
        width: 100%;
        margin-top: 18px;

        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    nav a {
        margin: 0;
        padding: 8px 14px 8px 0;

        font-size: 13px;
        line-height: 1.4;
    }


    /* HERO */

    .hero {
        min-height: auto;

        padding: 75px 20px 70px;

        display: flex;
        align-items: center;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
    }

    .eyebrow {
        font-size: 11px;
        letter-spacing: 2px;
        margin-bottom: 16px;
    }

    .hero h2 {
        font-size: 36px;
        line-height: 1.18;
        margin-bottom: 20px;
    }

    .hero p {
        font-size: 16px;
        line-height: 1.75;
        max-width: 100%;
    }

    .hero-button {
        padding: 14px 20px;
        margin-top: 18px;
        font-size: 14px;
    }


    /* GENERAL SECTION HEADINGS */

    .section-heading {
        width: 100%;
        max-width: 100%;
        margin-bottom: 35px;
    }

    .section-heading h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .section-heading > p:last-child {
        font-size: 15px;
        line-height: 1.7;
    }


    /* ABOUT SECTION */

    .about-section {
        padding: 70px 20px;
    }

    .about-content {
        display: block;
    }

    .about-text {
        width: 100%;
        max-width: 100%;
    }

    .about-text h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .about-text p {
        font-size: 15px;
        line-height: 1.75;
    }

    .about-button {
        padding: 13px 19px;
        font-size: 14px;
    }

    .about-highlight {
        margin-top: 35px;
        padding: 28px 25px;
    }

    .about-highlight h3 {
        font-size: 23px;
    }


    /* WHY CHOOSE US */

    .why-section {
        padding: 70px 0;
    }

    .why-section .section-heading {
        padding: 0 20px;
    }


    /* SELECTED MATTERS */

    .matters-section {
        padding: 70px 0;
    }

    .matters-section .section-heading {
        padding: 0 20px;
    }


    /* CONTACT SECTION */

    .contact-section {
        padding: 70px 20px;
    }

    .contact-content {
        display: block;
    }

    .contact-text {
        width: 100%;
        max-width: 100%;
    }

    .contact-text h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .contact-text p {
        font-size: 15px;
        line-height: 1.75;
    }

    .contact-card {
        margin-top: 35px;
        padding: 30px 25px;
    }

    .contact-card h3 {
        font-size: 24px;
    }

    .contact-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .contact-button {
        padding: 13px 19px;
        font-size: 14px;
    }


    /* FOOTER */

    .site-footer {
        padding: 55px 20px 20px;
    }

    .footer-content {
        display: block;
    }

    .footer-brand,
    .footer-links,
    .footer-contact {
        margin-bottom: 35px;
    }

    .footer-brand h2 {
        font-size: 21px;
        line-height: 1.3;
    }

    .footer-brand p,
    .footer-contact p {
        font-size: 14px;
        line-height: 1.7;
    }

    .footer-links h3,
    .footer-contact h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-links a,
    .footer-contact a {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-bottom p {
        font-size: 12px;
        line-height: 1.6;
        margin: 0;
    }

    .footer-bottom a {
        margin-left: 0;
        margin-right: 15px;
        font-size: 12px;
    }

}




















/* =========================================
   MOBILE NAVIGATION MENU
   ========================================= */

.menu-toggle {
    display: none;
}

@media (max-width: 768px) {

    header {
        position: relative;
    }

    .menu-toggle {
        display: flex;

        position: absolute;

        top: 18px;
        right: 20px;

        width: 42px;
        height: 42px;

        align-items: center;
        justify-content: center;

        padding: 0;

        border: 1px solid #4a535e;

        background-color: transparent;

        color: #ffffff;

        font-size: 23px;

        line-height: 1;

        cursor: pointer;
    }

    .menu-toggle:focus {
        outline: 2px solid #ffffff;
        outline-offset: 2px;
    }

    header nav {
        display: none;

        width: 100%;

        margin-top: 20px;

        padding-top: 12px;

        border-top: 1px solid #3a424c;
    }

    header nav.mobile-open {
        display: flex;

        flex-direction: column;

        gap: 0;
    }

    header nav a {
        display: block;

        width: 100%;

        padding: 13px 0;

        border-bottom: 1px solid #303943;

        font-size: 14px;
    }

    header nav a:last-child {
        border-bottom: none;
    }

}
















/* =========================================
   ACTIVE NAVIGATION LINK
   ========================================= */

nav a.active {
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 6px;
}


@media (max-width: 768px) {

    nav a.active {
        border-bottom: 2px solid #ffffff;
        padding-bottom: 13px;
    }

}






















/* =========================================
   MOBILE MENU POLISH
   ========================================= */

@media (max-width: 768px) {

    header nav.mobile-open {
        display: flex;
        background-color: #18202a;
        border-top: 1px solid #3a424c;
        padding: 10px 0 5px;
        margin-top: 20px;
    }

    header nav.mobile-open a {
        padding: 15px 0;
        font-size: 15px;
        border-bottom: 1px solid #303943;
    }

    header nav.mobile-open a:last-child {
        border-bottom: none;
    }

    header nav.mobile-open a.active {
        font-weight: bold;
        border-bottom: 2px solid #ffffff;
    }

}



















/* =================================
   PRACTICE AREAS MOBILE FIX
================================= */

@media (max-width: 768px) {

    .practice-detail-section {
        padding: 60px 20px;
    }

    .practice-detail {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 40px 0;
    }

    .practice-detail-number {
        display: none;
    }

    .practice-detail h2 {
        font-size: 32px;
        line-height: 1.2;
        margin: 10px 0 20px;
    }

    .practice-detail p {
        font-size: 16px;
        line-height: 1.8;
        width: 100%;
        max-width: 100%;
    }

}




























































/* ================================
   TEAM PAGE
================================ */

.team-section {
    padding: 90px 8%;
    background-color: #ffffff;
}


/* =================================
   PRINCIPAL PROFILE
================================ */

.principal-profile {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;

    /* IMPORTANT:
       Let both sides stretch to the same height */
    align-items: stretch;

    margin-top: 50px;
    margin-bottom: 80px;
}


/* PRINCIPAL PHOTO */

.principal-photo {
    width: 100%;
    max-width: 460px;

    height: auto;
    min-height: 100%;

    background-color: #f5f5f3;
    overflow: hidden;
}


.principal-photo img {
    display: block;

    width: 100%;
    height: 100%;

    max-width: 100%;

    object-fit: cover;
    object-position: center top;
}








.principal-info {
    max-width: 650px;
}

.team-position {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #666666;
    margin: 0 0 12px;
}

.principal-info h2 {
    font-family: Georgia, serif;
    font-size: 42px;
    line-height: 1.2;
    color: #18202a;
    margin: 0 0 18px;
}

.profile-line {
    width: 55px;
    height: 2px;
    background-color: #18202a;
    margin-bottom: 25px;
}

.principal-info > p:not(.team-position) {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
}

.principal-focus {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding: 20px;
    background-color: #f5f5f3;
    border-left: 3px solid #18202a;
}

.focus-icon {
    font-size: 28px;
    font-family: Georgia, serif;
    color: #18202a;
}

.focus-title {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #666666;
}

.focus-text {
    margin: 0;
    font-size: 15px;
    color: #18202a;
}

.profile-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 25px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #555555;
}


/* OTHER TEAM MEMBERS */

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 45px;
}

.team-card {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(24, 32, 42, 0.10);
}

.team-initials {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #18202a;
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 42px;
    letter-spacing: 2px;
}

.team-card-content {
    padding: 25px;
}

.team-card-content .team-position {
    margin-bottom: 10px;
}

.team-card-content h3 {
    font-family: Georgia, serif;
    font-size: 23px;
    line-height: 1.25;
    color: #18202a;
    margin: 0 0 15px;
}

.team-card-content > p:last-child {
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}


/* TEAM CTA */

.team-cta {
    padding: 80px 8%;
    background-color: #18202a;
    color: #ffffff;
}

.team-cta h2 {
    font-family: Georgia, serif;
    font-size: 40px;
    margin: 10px 0 20px;
}

.team-cta p {
    color: #dddddd;
    line-height: 1.7;
    max-width: 700px;
}

.team-cta a {
    display: inline-block;
}








/* TEAM CAROUSEL - MOBILE */

@media (max-width: 768px) {

    .team-grid {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        margin-top: 30px;
        padding: 5px 2px 15px;
        scrollbar-width: none;
    }

    .team-grid::-webkit-scrollbar {
        display: none;
    }

    .team-card {
        flex: 0 0 88%;
        min-width: 88%;
        scroll-snap-align: center;
        display: block;
    }

    .team-initials {
        height: 170px;
        min-height: 170px;
        font-size: 38px;
    }

    .team-card-content {
        padding: 25px;
    }

    .team-card-content h3 {
        font-size: 24px;
        line-height: 1.25;
    }

    .team-card-content > p:last-child {
        font-size: 15px;
        line-height: 1.7;
    }

    .team-carousel-indicators {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
    }

    .team-dot {
        width: 8px;
        height: 8px;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 50%;
        background-color: #b8bec5;
        cursor: pointer;
    }

    .team-dot.active {
        width: 10px;
        height: 10px;
        background-color: #18202a;
    }

}






/* =========================================
   TEAM CAROUSEL - FINAL MOBILE FIX
========================================= */

.team-carousel-indicators {
    display: none;
}

@media (max-width: 768px) {

    .team-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 16px !important;
        margin-top: 30px !important;
        padding: 5px 2px 20px !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;

        scrollbar-width: none !important;
    }

    .team-grid::-webkit-scrollbar {
        display: none !important;
    }


    .team-grid .team-card {
        display: block !important;

        flex: 0 0 88% !important;
        width: 88% !important;
        min-width: 88% !important;
        max-width: 88% !important;

        margin: 0 !important;

        scroll-snap-align: center !important;

        box-sizing: border-box !important;
    }


    .team-grid .team-initials {
        display: flex !important;
        width: 100% !important;
        height: 170px !important;
        min-height: 170px !important;

        align-items: center !important;
        justify-content: center !important;

        font-size: 38px !important;
    }


    .team-grid .team-card-content {
        display: block !important;
        padding: 25px !important;
    }


    .team-grid .team-card-content h3 {
        font-size: 24px !important;
        line-height: 1.25 !important;
        margin-bottom: 15px !important;
    }


    .team-grid .team-card-content > p:last-child {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }


    .team-carousel-indicators {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;

        gap: 8px !important;
        margin-top: 18px !important;
    }


    .team-carousel-indicators .team-dot {
        display: block !important;

        width: 8px !important;
        height: 8px !important;

        padding: 0 !important;
        margin: 0 !important;

        border: none !important;
        border-radius: 50% !important;

        background-color: #b8bec5 !important;

        cursor: pointer !important;
    }


    .team-carousel-indicators .team-dot.active {
        width: 10px !important;
        height: 10px !important;
        background-color: #18202a !important;
    }

}























/* =========================================
   PRINCIPAL PROFILE - MOBILE FIX
========================================= */

@media (max-width: 768px) {

    .principal-profile {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 30px !important;
        align-items: stretch !important;
    }

    .principal-photo {
        width: 100% !important;
        max-width: 100% !important;
        height: 360px !important;
        min-height: 360px !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .principal-photo img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        object-fit: cover !important;
        object-position: center top !important;
    }

    .principal-info {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .principal-info h2 {
        font-size: 34px !important;
        line-height: 1.15 !important;
        margin-bottom: 18px !important;
    }

    .principal-info p {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }

}


































/* =========================================
   MOBILE PROFESSIONAL EXPERIENCE
   ========================================= */

@media (max-width: 768px) {

    /* Professional Experience section */

    .team-section .section-heading:has(+ .practice-grid) {
        background-color: #18202a;
        color: white;
        padding: 35px 25px;
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .team-section .section-heading:has(+ .practice-grid) h2 {
        color: white;
    }

    .team-section .section-heading:has(+ .practice-grid) p {
        color: #dddddd;
    }

    .team-section .section-heading:has(+ .practice-grid) .eyebrow {
        color: #ffffff;
    }


    /* Professional Experience cards */

    .team-section .section-heading:has(+ .practice-grid) + .practice-grid {
        background-color: #18202a;
        margin-top: 0;
        padding: 10px 25px 45px;
    }

    .team-section .section-heading:has(+ .practice-grid) + .practice-grid .practice-card {
        background-color: #222b36;
        border: 1px solid #3a424c;
    }

    .team-section .section-heading:has(+ .practice-grid) + .practice-grid .practice-card h3 {
        color: white;
    }

    .team-section .section-heading:has(+ .practice-grid) + .practice-grid .practice-card p {
        color: #dddddd;
    }

}





















/* =========================================
   PROFESSIONAL EXPERIENCE - MOBILE
   ========================================= */

@media (max-width: 768px) {

    .professional-experience-heading {
        background-color: #18202a !important;
        color: white !important;
        padding: 35px 25px 25px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .professional-experience-heading .eyebrow,
    .professional-experience-heading h2 {
        color: white !important;
    }

    .professional-experience-heading p {
        color: #dddddd !important;
    }

    .professional-experience-grid {
        background-color: #18202a !important;
        margin-top: 0 !important;
        padding: 10px 25px 45px !important;
    }

    .professional-experience-grid .practice-card {
        background-color: #222b36 !important;
        border: 1px solid #3a424c !important;
    }

    .professional-experience-grid .practice-card h3 {
        color: white !important;
    }

    .professional-experience-grid .practice-card p {
        color: #dddddd !important;
    }

}
























/* =========================================
   PROFESSIONAL EXPERIENCE MOBILE CAROUSEL
   ========================================= */

@media (max-width: 768px) {

    .professional-experience-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        width: 100% !important;
        max-width: 100% !important;

        gap: 16px !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;

        scrollbar-width: none !important;

        padding: 10px 25px 25px !important;
        box-sizing: border-box !important;
    }

    .professional-experience-grid::-webkit-scrollbar {
        display: none !important;
    }

    .professional-experience-grid .practice-card {
        flex: 0 0 88% !important;
        width: 88% !important;
        min-width: 88% !important;
        max-width: 88% !important;

        scroll-snap-align: center !important;
        scroll-snap-stop: always !important;

        box-sizing: border-box !important;
    }

    /* INDICATORS */

    .professional-experience-indicators {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;

        gap: 8px !important;

        background-color: #18202a !important;

        padding: 5px 25px 35px !important;

        width: 100% !important;
        box-sizing: border-box !important;
    }

    .professional-experience-indicators .experience-dot {
        display: block !important;

        width: 8px !important;
        height: 8px !important;

        padding: 0 !important;
        margin: 0 !important;

        border: none !important;
        border-radius: 50% !important;

        background-color: #6f7882 !important;

        cursor: pointer !important;
    }

    .professional-experience-indicators .experience-dot.active {
        width: 10px !important;
        height: 10px !important;

        background-color: white !important;
    }

}



















/* =========================================
   PROFESSIONAL EXPERIENCE ICONS
   ========================================= */

/* DESKTOP — KEEP THE ORIGINAL POSITION */

.experience-icon {
    font-size: 19px;
    color: #18202a;
    margin-left: 8px;
}


/* MOBILE ONLY */

@media (max-width: 768px) {

    .professional-experience-grid .practice-card h3 {
        text-align: center !important;
          
    }

    .professional-experience-grid .experience-icon {
        display: block !important;
        width: fit-content !important;
        margin: 18px auto 0 !important;
        font-size: 35px !important;
        color: white !important;
    }

}




















/* =========================================
   PRACTICE AREA ICON - DESKTOP
   ========================================= */

@media (min-width: 769px) {

    .practice-detail {
        position: relative !important;
    }

    .practice-detail-icon {
        position: absolute !important;

        right: 0 !important;
        top: 50% !important;

        transform: translateY(-50%) !important;

        width: 140px !important;
        height: 140px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;

        z-index: 5 !important;
    }

    .practice-detail-icon i {
        font-size: 82px !important;
        color: #18202a !important;
        opacity: 0.9 !important;
    }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 768px) {

    .practice-detail {
        display: block !important;
    }

    .practice-detail-main {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .practice-detail-icon {
        position: static !important;
        transform: none !important;

        width: 100% !important;
        height: auto !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 10px 0 15px !important;
        padding: 0 !important;
    }

    .practice-detail-icon i {
        font-size: 52px !important;
        color: #18202a !important;
        opacity: 0.9 !important;
    }

}














/* =========================================
   HOME PAGE - HERO IMPROVEMENTS
========================================= */

.hero-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.hero-button {
    display: inline-block;
    background-color: #18202a !important;
    color: #ffffff !important;
    padding: 15px 25px;
    margin-top: 0;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #18202a;
    transition: 0.3s ease;
}

.hero-button:hover {
    background-color: #303b49 !important;
    border-color: #303b49;
}

.hero-secondary-button {
    display: inline-block;
    background-color: transparent !important;
    color: #18202a !important;
    padding: 15px 25px;
    margin-top: 0;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #18202a;
    transition: 0.3s ease;
}

.hero-secondary-button:hover {
    background-color: #18202a !important;
    color: #ffffff !important;
}


/* MOBILE HERO BUTTONS */

@media (max-width: 768px) {

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .hero-button,
    .hero-secondary-button {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

}









/* =========================================================
   HOME PAGE - SELECTED MATTERS
   MOBILE HORIZONTAL CAROUSEL
   ========================================================= */

@media screen and (max-width: 768px) {

    /* Force the matters container into one horizontal row */
    body .matters-section .matters-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        width: 100% !important;
        max-width: 100% !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        gap: 18px !important;

        padding: 10px 0 20px 0 !important;
        margin: 0 !important;

        box-sizing: border-box !important;

        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;

        scrollbar-width: none !important;
        touch-action: pan-x !important;
    }

    /* Hide scrollbar */
    body .matters-section .matters-grid::-webkit-scrollbar {
        display: none !important;
    }

    /* Force every matter card to stay beside the others */
    body .matters-section .matters-grid .matter-card {
        display: block !important;

        flex: 0 0 88% !important;

        width: 88% !important;
        min-width: 88% !important;
        max-width: 88% !important;

        margin: 0 !important;

        box-sizing: border-box !important;

        scroll-snap-align: start !important;
        scroll-snap-stop: always !important;

        grid-column: auto !important;
        grid-row: auto !important;
    }

}


















/* REMOVE BLUR FROM HOME HERO */
.hero {
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Remove any blurred hero background layer */
.hero::before,
.hero::after {
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}



















/* =========================================
   HOME PAGE HERO
========================================= */

.hero {
    background-color: #e8e5df !important;

    background-image: url("../images/hero-desktop.jpg") !important;

    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;

    position: relative;
    overflow: hidden;
}




/* =========================================
   MOBILE HERO BACKGROUND
   ========================================= */

@media screen and (max-width: 768px) {

    .hero {
        background-image: url("../images/hero-mobile.jpg") !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;

        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .hero::before,
    .hero::after {
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}













.about-page .page-hero {
    position: relative;
    background-image: url("../images/about-hero.jpg") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.about-page .page-hero-content {
    position: relative;
    z-index: 2;
}














/* =========================================
   MOBILE TEAM PHOTOS
========================================= */

@media (max-width: 768px) {

    .team-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 16px !important;
    }

    .team-grid .team-card {
        flex: 0 0 88% !important;
        width: 88% !important;
        min-width: 88% !important;
        max-width: 88% !important;
        box-sizing: border-box !important;
    }

    .team-card .team-photo {
        width: 180px !important;
        height: 220px !important;
        margin: 20px auto 0 !important;
    }

    .team-card .team-photo img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        object-fit: cover !important;
        object-position: center top !important;
    }

}















/* =========================================
   FINAL HOME HERO BACKGROUND FIX
========================================= */

.hero {
    background-color: #e8e5df !important;
    background-image: url("../images/hero-desktop.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

/* =========================================
   MOBILE HERO BACKGROUND
========================================= */

@media screen and (max-width: 768px) {

    .hero {
        background-image: url("../images/hero-mobile.jpg") !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
    }

}













/* =========================================
   HOME PAGE - ABOUT THE FIRM
   PRINCIPAL PARTNER PHOTO
========================================= */

.about-section {
    background-color: #ffffff;
}

.about-content {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 50px;
    align-items: start;
}


/* =========================================
   PRINCIPAL PHOTO - DESKTOP
========================================= */

.about-principal-photo {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;

    background-color: #DFECF4;
    border: 1px solid #dddddd;

    overflow: hidden;
    box-sizing: border-box;
}

.about-principal-photo img {
    display: block;

    width: 100%;
    height: 430px;

    object-fit: cover;
    object-position: center top;

    box-sizing: border-box;
}


/* =========================================
   PRINCIPAL CAPTION
========================================= */

.about-principal-caption {
    padding: 20px 22px 22px;
    background-color: #ffffff;
}

.about-principal-caption .team-position {
    margin: 0 0 8px;

    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;

    color: #666666;
}

.about-principal-caption h3 {
    margin: 0;

    font-family: Georgia, serif;
    font-size: 23px;
    line-height: 1.25;

    color: #18202a;
}


/* =========================================
   MOBILE ABOUT SECTION
========================================= */

@media (max-width: 768px) {

    .about-content {
        display: block;
        width: 100%;
    }


    /* PHOTO CONTAINER */

    .about-principal-photo {
        width: 100%;
        max-width: 100%;

        margin: 35px 0 35px;

        box-sizing: border-box;
    }


    /* PHOTO */

    .about-principal-photo img {
        display: block;

        width: 100%;
        height: auto;

        max-width: 100%;

        object-fit: contain;
        object-position: center;

        box-sizing: border-box;
    }


    /* CAPTION */

    .about-principal-caption {
        padding: 18px 20px 20px;
    }

    .about-principal-caption h3 {
        font-size: 21px;
    }

}












```css
/* =========================================
   ABOUT PAGE - WHO WE ARE
   PRINCIPAL PHOTO
========================================= */

.who-we-are-principal {
    width: 300px;
    max-width: 100%;

    margin: 20px auto 0;

    background-color: #ffffff;
    border: 1px solid #dddddd;

    overflow: hidden;
    box-sizing: border-box;
}


/* PHOTO */

.who-we-are-photo {
    width: 100%;
    height: 360px;

    overflow: hidden;
    background-color: #f5f5f3;
}

.who-we-are-photo img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center top;

    box-sizing: border-box;
}


/* CAPTION */

.who-we-are-caption {
    padding: 16px 18px 18px;
    background-color: #ffffff;
}

.who-we-are-caption .team-position {
    margin: 0 0 6px;

    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1.5px;

    color: #666666;
}

.who-we-are-caption h3 {
    margin: 0;

    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.25;

    color: #18202a;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .who-we-are-principal {
        width: 260px;
        max-width: 85%;

        margin: 30px auto;
    }

    .who-we-are-photo {
        width: 100%;
        height: 320px;
    }

    .who-we-are-photo img {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center top;
    }

    .who-we-are-caption {
        padding: 15px 16px 17px;
    }

    .who-we-are-caption h3 {
        font-size: 18px;
    }

}
```
