
/* =========================================================
   ORELI FACILITY
   Phong cách: nhẹ nhàng - tinh tế - sạch sẽ
========================================================= */

.oreli-facility-page {
    background: #fff;
    color: #333;
    line-height: 1.8;
}

.oreli-facility-page *,
.oreli-facility-page *::before,
.oreli-facility-page *::after {
    box-sizing: border-box;
}

.oreli-facility-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.oreli-eyebrow {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 600;
    color: #9b5b7d;
    text-transform: uppercase;
}


/* =========================================================
   HERO
========================================================= */

.oreli-facility-hero {
    padding: 100px 0 90px;
    background: #faf9f7;
}

.oreli-facility-hero-content {
    max-width: 820px;
}

.oreli-facility-hero h1 {
    max-width: 780px;
    margin: 0 0 25px;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -1px;
    color: #303030;
}

.oreli-hero-desc {
    max-width: 700px;
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    color: #686868;
}


/* =========================================================
   INTRO
========================================================= */

.oreli-facility-intro {
    padding: 90px 0;
}

.oreli-intro-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 80px;
    align-items: start;
}

.oreli-intro-label {
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1.8px;
    font-weight: 600;
    color: #9b5b7d;
}

.oreli-intro-content {
    max-width: 760px;
}

.oreli-intro-content h2 {
    margin: 0 0 25px;
    font-size: 34px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-intro-content p {
    margin: 0 0 18px;
    font-size: 17px;
    color: #666;
}

/* =========================================================
   INTRO IMAGE
========================================================= */

.oreli-intro-left {
    display: flex;
    flex-direction: column;
}

.oreli-intro-image {
    margin-top: 28px;
    overflow: hidden;
}

.oreli-intro-image img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
}
/* =========================================================
   SECTION HEADING
========================================================= */

.oreli-section-heading {
    max-width: 760px;
    margin-bottom: 45px;
}

.oreli-section-heading h2 {
    margin: 0 0 17px;
    font-size: 34px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-section-heading > p:last-child {
    margin: 0;
    font-size: 16px;
    color: #707070;
}


/* =========================================================
   KHÔNG GIAN
========================================================= */

.oreli-gallery-section {
    padding: 90px 0;
}

.oreli-gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}

.oreli-gallery-item {
    margin: 0;
    overflow: hidden;
    background: #f4f2ef;
}

.oreli-gallery-large {
    grid-column: span 7;
}

.oreli-gallery-small {
    grid-column: span 5;
}

.oreli-gallery-item img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: transform .5s ease;
}

.oreli-gallery-item:hover img {
    transform: scale(1.015);
}


/* =========================================================
   3 ĐIỀU ORELI
========================================================= */

.oreli-care-section {
    padding: 95px 0;
    background: #faf9f7;
}

.oreli-care-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.oreli-care-card {
    padding: 34px;
    background: #fff;
}

.oreli-care-card span {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #9b5b7d;
}

.oreli-care-card h3 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    color: #333;
}

.oreli-care-card p {
    margin: 0;
    font-size: 15px;
    color: #686868;
}


/* =========================================================
   FEATURE
========================================================= */

.oreli-feature-section {
    padding: 95px 0;
}

.oreli-section-soft {
    background: #faf9f7;
}

.oreli-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}

.oreli-feature-image {
    overflow: hidden;
}

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

.oreli-feature-text {
    max-width: 550px;
}

.oreli-feature-text h2 {
    margin: 0 0 22px;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-feature-text p:not(.oreli-eyebrow) {
    margin: 0 0 18px;
    font-size: 16px;
    color: #666;
}

.oreli-feature-reverse .oreli-feature-image {
    order: 2;
}


/* =========================================================
   PHOTO GRID
========================================================= */

.oreli-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.oreli-photo-grid-spaced {
    margin-top: 35px;
}

.oreli-photo-grid-single {
    grid-template-columns: 1fr;
    max-width: 580px;
    margin-top: 35px;
}

.oreli-photo-grid-six {
    grid-template-columns: repeat(3, 1fr);
}

.oreli-photo-grid figure {
    margin: 0;
    overflow: hidden;
}

.oreli-photo-grid img {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
}


/* =========================================================
   SAFETY
========================================================= */

.oreli-safety-section {
    padding: 95px 0;
    background: #f8f5f6;
}

.oreli-safety-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.oreli-safety-text {
    max-width: 580px;
}

.oreli-safety-text h2 {
    margin: 0 0 22px;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-safety-text p:not(.oreli-eyebrow) {
    margin: 0;
    font-size: 16px;
    color: #666;
}

.oreli-safety-list {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.oreli-safety-list li {
    position: relative;
    padding: 9px 0 9px 27px;
    font-size: 15px;
    color: #555;
}

.oreli-safety-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 9px;
    color: #9b5b7d;
    font-weight: 600;
}

.oreli-safety-image {
    overflow: hidden;
}

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


/* =========================================================
   EQUIPMENT
========================================================= */

.oreli-equipment-section {
    padding: 100px 0;
}

.oreli-equipment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 65px 50px;
}

.oreli-equipment-item {
    border-top: 1px solid #e6e1de;
    padding-top: 25px;
}

.oreli-equipment-item h3 {
    margin: 0 0 14px;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 500;
    color: #333;
}

.oreli-equipment-item p {
    margin: 0 0 25px;
    font-size: 15px;
    color: #666;
}

.oreli-equipment-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.oreli-equipment-images img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}


/* =========================================================
   DOCTOR
========================================================= */

.oreli-doctor-section {
    padding: 95px 0;
    background: #faf9f7;
}

.oreli-doctor-box {
    max-width: 800px;
}

.oreli-doctor-box h2 {
    margin: 0 0 22px;
    font-size: 34px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-doctor-box p:not(.oreli-eyebrow) {
    margin: 0 0 18px;
    font-size: 17px;
    color: #666;
}

.oreli-facility-text-link {
    display: inline-block;
    margin-top: 10px;
    color: #9b5b7d;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.oreli-facility-text-link:hover {
    text-decoration: underline;
}


/* =========================================================
   LEGAL
========================================================= */

.oreli-legal-section {
    padding: 100px 0;
    background: #f7f6f4;
}

.oreli-legal-heading {
    max-width: 720px;
    margin-bottom: 55px;
}

.oreli-legal-heading h2 {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-legal-heading > p:last-child {
    margin: 0;
    color: #666;
}

.oreli-document {
    margin-bottom: 65px;
}

.oreli-document:last-child {
    margin-bottom: 0;
}

.oreli-document h3 {
    margin: 0 0 22px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    color: #333;
}

.oreli-document-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.oreli-document figure {
    margin: 0;
    padding: 12px;
    background: #fff;
}

.oreli-document img {
    display: block;
    width: 100%;
    height: auto;
}

.oreli-document figcaption {
    padding: 12px 5px 4px;
    font-size: 13px;
    color: #777;
}


/* =========================================================
   CTA
========================================================= */

.oreli-facility-cta {
    padding: 90px 20px;
    text-align: center;
    background: #fff;
}

.oreli-facility-cta h2 {
    margin: 0 0 15px;
    font-size: 34px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-facility-cta p:not(.oreli-eyebrow) {
    margin: 0 0 28px;
    color: #666;
}

.oreli-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.oreli-cta-buttons a {
    display: inline-block;
    padding: 12px 27px;
    border: 1px solid #9b5b7d;
    color: #9b5b7d;
    font-size: 14px;
    text-decoration: none;
    transition: .25s ease;
}

.oreli-cta-buttons a:hover {
    background: #9b5b7d;
    color: #fff;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .oreli-facility-container {
        width: min(100% - 32px, 1180px);
    }

    .oreli-facility-hero {
        padding: 70px 0 65px;
    }

    .oreli-intro-grid,
    .oreli-feature,
    .oreli-safety-box {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .oreli-feature-reverse .oreli-feature-image {
        order: 0;
    }

    .oreli-care-grid {
        grid-template-columns: 1fr;
    }

    .oreli-equipment-grid {
        grid-template-columns: 1fr;
    }

    .oreli-gallery-item img {
        height: 300px;
    }
.oreli-intro-image {
    margin-top: 20px;
}

.oreli-intro-image img {
    height: auto;
}
}


@media (max-width: 650px) {

    .oreli-facility-container {
        width: calc(100% - 24px);
    }

    .oreli-facility-hero {
        padding: 55px 0 50px;
    }

    .oreli-facility-hero h1 {
        font-size: 34px;
        letter-spacing: -.5px;
    }

    .oreli-hero-desc {
        font-size: 16px;
    }

    .oreli-facility-intro,
    .oreli-gallery-section,
    .oreli-care-section,
    .oreli-feature-section,
    .oreli-safety-section,
    .oreli-equipment-section,
    .oreli-doctor-section,
    .oreli-legal-section {
        padding: 65px 0;
    }

    .oreli-intro-content h2,
    .oreli-section-heading h2,
    .oreli-feature-text h2,
    .oreli-safety-text h2,
    .oreli-doctor-box h2,
    .oreli-legal-heading h2,
    .oreli-facility-cta h2 {
        font-size: 28px;
    }

    .oreli-gallery {
        grid-template-columns: 1fr;
    }

    .oreli-gallery-large,
    .oreli-gallery-small {
        grid-column: span 1;
    }

    .oreli-gallery-item img {
        height: auto;
    }

    .oreli-photo-grid,
    .oreli-photo-grid-six {
        grid-template-columns: 1fr;
    }

    .oreli-photo-grid img {
        height: auto;
    }

    .oreli-equipment-images {
        grid-template-columns: 1fr;
    }

    .oreli-equipment-images img {
        height: auto;
    }

    .oreli-document-grid {
        grid-template-columns: 1fr;
    }

    .oreli-document {
        margin-bottom: 45px;
    }

    .oreli-cta-buttons {
        flex-direction: column;
        align-items: stretch;
        max-width: 300px;
        margin: 0 auto;
    }

}
/* =========================================================
   ORELI BUÔN HỒ
   EDITORIAL LOCATION DESIGN
   DÁN THÊM XUỐNG CUỐI oreli-location.css

   Không thay thế CSS BMT hiện tại.
========================================================= */


/* =========================================================
   01. PAGE
========================================================= */

.oreli-branch-page {
    background: #fff;
    color: #333;
    line-height: 1.8;
}

.oreli-branch-page *,
.oreli-branch-page *::before,
.oreli-branch-page *::after {
    box-sizing: border-box;
}

.oreli-branch-page .oreli-container {
    width: min(1180px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   02. HERO
========================================================= */

.oreli-branch-page .oreli-page-hero {
    padding: 105px 0 85px;
    background: #faf9f7;
}

.oreli-branch-page .oreli-page-hero .container {
    width: min(1180px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

.oreli-branch-page .oreli-page-hero .eyebrow {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 600;
    color: #9b5b7d;
    text-transform: uppercase;
}

.oreli-branch-page .oreli-page-hero h1 {
    max-width: 850px;
    margin: 0 0 25px;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -1.3px;
    color: #303030;
}

.oreli-branch-page .oreli-page-hero .sub {
    max-width: 720px;
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    color: #686868;
}


/* =========================================================
   03. EDITORIAL HERO IMAGE
========================================================= */

.oreli-editorial-hero {
    padding: 70px 0 120px;
    background: #fff;
}

.oreli-editorial-hero-image {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.oreli-editorial-hero-image a {
    display: block;
}

.oreli-editorial-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 8;
    object-fit: cover;
    transition: transform .7s ease;
}

.oreli-editorial-hero-image:hover img {
    transform: scale(1.015);
}


/* =========================================================
   04. STORY
========================================================= */

.oreli-branch-story {
    padding: 100px 0 120px;
    background: #fff;
}

.oreli-branch-story-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 80px;
    align-items: start;
}

.oreli-branch-story-label {
    padding-top: 7px;
}

.oreli-branch-story-label .eyebrow {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 600;
    color: #9b5b7d;
}

.oreli-branch-story-label span {
    display: block;
    font-size: 15px;
    color: #777;
}

.oreli-branch-story-content {
    max-width: 760px;
}

.oreli-branch-story-content h2 {
    margin: 0 0 28px;
    font-size: 35px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
    letter-spacing: -.4px;
}

.oreli-branch-story-content p {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

.oreli-branch-story-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   05. SECTION HEADING
========================================================= */

.oreli-branch-page .oreli-section-heading {
    max-width: 760px;
    margin-bottom: 55px;
}

.oreli-branch-page .oreli-section-heading .eyebrow {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 600;
    color: #9b5b7d;
    text-transform: uppercase;
}

.oreli-branch-page .oreli-section-heading h2 {
    margin: 0 0 18px;
    font-size: 35px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
    letter-spacing: -.4px;
}

.oreli-branch-page .oreli-section-heading > p:last-child {
    margin: 0;
    font-size: 16px;
    line-height: 1.85;
    color: #707070;
}


/* =========================================================
   06. KHÔNG GIAN
========================================================= */

.oreli-branch-space {
    padding: 105px 0 120px;
    background: #faf9f7;
}


/* =========================================================
   07. EDITORIAL GALLERY
   7/5 + full width
========================================================= */

.oreli-editorial-gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
    align-items: start;
}

.oreli-editorial-gallery figure {
    margin: 0;
    overflow: hidden;
}


/* Ảnh lớn */

.oreli-editorial-gallery .item-large {
    grid-column: span 7;
}


/* Ảnh nhỏ */

.oreli-editorial-gallery .item-small {
    grid-column: span 5;
}


/* Ảnh ngang dài */

.oreli-editorial-gallery .item-full {
    grid-column: 1 / -1;
    margin-top: 22px;
}


/* Link */

.oreli-editorial-gallery figure > a {
    display: block;
    overflow: hidden;
}


/* Image */

.oreli-editorial-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .7s ease,
        opacity .4s ease;
}


/* Large */

.oreli-editorial-gallery .item-large img {
    aspect-ratio: 4 / 3;
}


/* Small */

.oreli-editorial-gallery .item-small img {
    aspect-ratio: 4 / 3;
}


/* Full */

.oreli-editorial-gallery .item-full img {
    aspect-ratio: 16 / 7;
}


/* Hover */

.oreli-editorial-gallery figure:hover img {
    transform: scale(1.025);
}


/* Caption */

.oreli-editorial-gallery figcaption {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
    color: #777;
}


/* =========================================================
   08. DISTANCE / GẦN HƠN
========================================================= */

.oreli-branch-distance {
    padding: 110px 0;
    background: #fff;
}

.oreli-branch-distance-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: start;
}

.oreli-branch-distance-grid > div:first-child {
    position: sticky;
    top: 80px;
}

.oreli-branch-distance-grid .eyebrow {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 600;
    color: #9b5b7d;
}

.oreli-branch-distance-grid h2 {
    max-width: 500px;
    margin: 0;
    font-size: 36px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-branch-distance-grid > div:last-child {
    max-width: 700px;
}

.oreli-branch-distance-grid p {
    margin: 0 0 21px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

.oreli-branch-distance-grid p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   09. EDITORIAL OFFSET GALLERY
   Ảnh lệch nhau tạo cảm giác hiện đại
========================================================= */

.oreli-editorial-space-2 {
    padding: 30px 0 125px;
    background: #fff;
}

.oreli-editorial-offset {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 70px;
    align-items: center;
}

.oreli-editorial-offset figure {
    margin: 0;
    overflow: hidden;
}

.oreli-editorial-offset figure:nth-child(2) {
    margin-top: 105px;
}

.oreli-editorial-offset figure > a {
    display: block;
    overflow: hidden;
}

.oreli-editorial-offset img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform .7s ease;
}

.oreli-editorial-offset figure:first-child img {
    aspect-ratio: 4 / 3;
}

.oreli-editorial-offset figure:nth-child(2) img {
    aspect-ratio: 4 / 5;
}

.oreli-editorial-offset figure:hover img {
    transform: scale(1.025);
}


/* =========================================================
   10. LEGAL
========================================================= */

.oreli-branch-legal {
    padding: 110px 0 120px;
    background: #f7f6f4;
}

.oreli-branch-legal .oreli-section-heading {
    max-width: 720px;
}


/* Legal gallery */

.oreli-legal-editorial-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 35px 16px;
    align-items: start;
}

.oreli-legal-editorial-grid figure {
    grid-column: span 4;
    margin: 0;
    padding: 12px;
    background: #fff;
}

.oreli-legal-editorial-grid figure.legal-large {
    grid-column: span 5;
}

.oreli-legal-editorial-grid figure > a {
    display: block;
}

.oreli-legal-editorial-grid img {
    display: block;
    width: 100%;
    height: auto;
}

.oreli-legal-editorial-grid figcaption {
    padding: 12px 5px 4px;
    font-size: 12px;
    line-height: 1.6;
    color: #777;
}


/* =========================================================
   11. SERVICES
========================================================= */

.oreli-branch-services {
    padding: 110px 0;
    background: #fff;
}

.oreli-branch-services-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: start;
}

.oreli-branch-services-grid .eyebrow {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 600;
    color: #9b5b7d;
}

.oreli-branch-services-grid h2 {
    max-width: 500px;
    margin: 0;
    font-size: 36px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-branch-services-grid > div:last-child {
    max-width: 700px;
}

.oreli-branch-services-grid p {
    margin: 0 0 22px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

.oreli-branch-services-grid ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e7e2df;
}

.oreli-branch-services-grid li {
    position: relative;
    padding: 15px 0 15px 25px;
    border-bottom: 1px solid #e7e2df;
    font-size: 16px;
    color: #555;
}

.oreli-branch-services-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9b5b7d;
}


/* =========================================================
   12. ADDRESS
========================================================= */

.oreli-branch-address {
    padding: 110px 0;
    background: #faf9f7;
}

.oreli-branch-address-box {
    max-width: 900px;
}

.oreli-branch-address-box .eyebrow {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 600;
    color: #9b5b7d;
}

.oreli-branch-address-box h2 {
    max-width: 800px;
    margin: 0 0 25px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 500;
    color: #333;
}

.oreli-branch-address-box > p:not(.eyebrow) {
    margin: 0;
    font-size: 17px;
    color: #666;
}


/* Buttons */

.oreli-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.oreli-btn {
    display: inline-block;
    padding: 12px 26px;
    border: 1px solid #9b5b7d;
    color: #9b5b7d;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    transition:
        background .25s ease,
        color .25s ease;
}

.oreli-btn:hover {
    background: #9b5b7d;
    color: #fff;
}


/* =========================================================
   13. CLOSING
========================================================= */

.oreli-branch-closing {
    padding: 125px 0 140px;
    text-align: center;
    background: #fff;
}

.oreli-branch-closing .oreli-container {
    max-width: 900px;
}

.oreli-branch-closing .eyebrow {
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 600;
    color: #9b5b7d;
}

.oreli-branch-closing h2 {
    max-width: 850px;
    margin: 0 auto 25px;
    font-size: 40px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-branch-closing p:not(.eyebrow) {
    max-width: 680px;
    margin: 0 auto 16px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

.oreli-branch-closing p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   14. LIGHTBOX
========================================================= */

.oreli-branch-page .oreli-lightbox-link {
    cursor: zoom-in;
}


/* =========================================================
   15. TABLET
========================================================= */

@media (max-width: 900px) {

    .oreli-branch-page .oreli-container,
    .oreli-branch-page .oreli-page-hero .container {
        width: min(100% - 32px, 720px);
    }


    .oreli-branch-page .oreli-page-hero {
        padding: 75px 0 65px;
    }


    .oreli-branch-story-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }


    .oreli-branch-distance-grid,
    .oreli-branch-services-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }


    .oreli-branch-distance-grid > div:first-child {
        position: static;
    }


    .oreli-editorial-offset {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }


    .oreli-editorial-offset figure:nth-child(2) {
        margin-top: 65px;
    }


    .oreli-branch-address-box h2 {
        font-size: 36px;
    }


    .oreli-branch-closing h2 {
        font-size: 34px;
    }

}


/* =========================================================
   16. MOBILE
========================================================= */

@media (max-width: 650px) {

    .oreli-branch-page .oreli-container,
    .oreli-branch-page .oreli-page-hero .container {
        width: calc(100% - 24px);
    }


    /* HERO */

    .oreli-branch-page .oreli-page-hero {
        padding: 58px 0 50px;
    }


    .oreli-branch-page .oreli-page-hero h1 {
        font-size: 35px;
        line-height: 1.18;
        letter-spacing: -.6px;
    }


    .oreli-branch-page .oreli-page-hero .sub {
        font-size: 16px;
        line-height: 1.8;
    }


    /* HERO IMAGE */

    .oreli-editorial-hero {
        padding: 35px 0 70px;
    }


    .oreli-editorial-hero-image img {
        aspect-ratio: 4 / 3;
    }


    /* STORY */

    .oreli-branch-story {
        padding: 65px 0 75px;
    }


    .oreli-branch-story-content h2 {
        font-size: 29px;
    }


    .oreli-branch-story-content p {
        font-size: 16px;
    }


    /* HEADINGS */

    .oreli-branch-page .oreli-section-heading {
        margin-bottom: 35px;
    }


    .oreli-branch-page .oreli-section-heading h2 {
        font-size: 29px;
    }


    /* SPACE */

    .oreli-branch-space {
        padding: 70px 0 75px;
    }


    /* MAIN EDITORIAL GALLERY */

    .oreli-editorial-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }


    .oreli-editorial-gallery .item-large {
        grid-column: 1 / -1;
    }


    .oreli-editorial-gallery .item-small {
        grid-column: span 1;
    }


    .oreli-editorial-gallery .item-full {
        grid-column: 1 / -1;
        margin-top: 8px;
    }


    .oreli-editorial-gallery .item-large img {
        aspect-ratio: 4 / 3;
    }


    .oreli-editorial-gallery .item-small img {
        aspect-ratio: 1 / 1;
    }


    .oreli-editorial-gallery .item-full img {
        aspect-ratio: 4 / 3;
    }


    .oreli-editorial-gallery figcaption {
        margin-top: 7px;
        font-size: 10px;
    }


    /* DISTANCE */

    .oreli-branch-distance {
        padding: 70px 0;
    }


    .oreli-branch-distance-grid h2,
    .oreli-branch-services-grid h2 {
        font-size: 30px;
    }


    .oreli-branch-distance-grid p,
    .oreli-branch-services-grid p {
        font-size: 16px;
    }


    /* OFFSET */

    .oreli-editorial-space-2 {
        padding: 10px 0 75px;
    }


    .oreli-editorial-offset {
        grid-template-columns: 1fr;
        gap: 15px;
    }


    .oreli-editorial-offset figure:nth-child(2) {
        margin-top: 0;
    }


    .oreli-editorial-offset figure:first-child img,
    .oreli-editorial-offset figure:nth-child(2) img {
        aspect-ratio: 4 / 3;
    }


    /* LEGAL */

    .oreli-branch-legal {
        padding: 70px 0 75px;
    }


    .oreli-legal-editorial-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px 8px;
    }


    .oreli-legal-editorial-grid figure {
        grid-column: span 1;
    }


    .oreli-legal-editorial-grid figure.legal-large {
        grid-column: 1 / -1;
    }


    .oreli-legal-editorial-grid figcaption {
        padding: 8px 3px 2px;
        font-size: 10px;
        line-height: 1.5;
    }


    /* SERVICES */

    .oreli-branch-services {
        padding: 70px 0;
    }


    .oreli-branch-services-grid {
        gap: 35px;
    }


    .oreli-branch-services-grid li {
        font-size: 15px;
    }


    /* ADDRESS */

    .oreli-branch-address {
        padding: 70px 0;
    }


    .oreli-branch-address-box h2 {
        font-size: 31px;
    }


    .oreli-branch-address-box > p:not(.eyebrow) {
        font-size: 16px;
    }


    .oreli-btn-wrap {
        flex-direction: column;
        align-items: stretch;
        max-width: 300px;
    }


    .oreli-btn {
        text-align: center;
    }


    /* CLOSING */

    .oreli-branch-closing {
        padding: 80px 0 90px;
    }


    .oreli-branch-closing h2 {
        font-size: 30px;
    }


    .oreli-branch-closing p:not(.eyebrow) {
        font-size: 16px;
    }

}
/* =========================================================
   ORELI EA KAR
   EDITORIAL / MAGAZINE LAYOUT
========================================================= */


/* =========================================================
   GLOBAL
========================================================= */

.oreli-eakar-page {
    background: #fff;
    color: #333;
    line-height: 1.8;
}

.oreli-eakar-page *,
.oreli-eakar-page *::before,
.oreli-eakar-page *::after {
    box-sizing: border-box;
}

.oreli-eakar-container {
    width: min(1120px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

.oreli-eakar-wide-container {
    width: min(1320px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

.oreli-eakar-page figure {
    margin: 0;
}

.oreli-eakar-page img {
    display: block;
    width: 100%;
}


/* =========================================================
   HERO
========================================================= */

.oreli-eakar-hero {
    padding: 110px 0 90px;
    background: #faf9f7;
}

.oreli-eakar-eyebrow {
    margin: 0 0 16px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 2.2px;
    font-weight: 600;
    color: #9b5b7d;
    text-transform: uppercase;
}

.oreli-eakar-hero h1 {
    max-width: 900px;
    margin: 0 0 30px;
    font-size: clamp(42px, 5.2vw, 68px);
    line-height: 1.1;
    letter-spacing: -1.6px;
    font-weight: 500;
    color: #303030;
}

.oreli-eakar-lead {
    max-width: 760px;
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    color: #686868;
}


/* =========================================================
   HERO PHOTO
========================================================= */

.oreli-eakar-hero-photo {
    padding: 0 0 120px;
    background: #faf9f7;
}

.oreli-eakar-hero-photo figure {
    overflow: hidden;
}

.oreli-eakar-hero-photo img {
    aspect-ratio: 16 / 7;
    object-fit: cover;
}


/* =========================================================
   INTRO
========================================================= */

.oreli-eakar-intro {
    padding: 125px 0;
    background: #fff;
}

.oreli-eakar-intro-grid {
    display: grid;
    grid-template-columns: 1fr .78fr;
    gap: 100px;
    align-items: center;
}

.oreli-eakar-intro-copy {
    max-width: 620px;
}

.oreli-eakar-intro-copy h2 {
    margin: 0 0 28px;
    font-size: 38px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: -.6px;
    color: #333;
}

.oreli-eakar-intro-copy p:not(.oreli-eakar-eyebrow) {
    margin: 0 0 21px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

.oreli-eakar-intro-photo {
    margin-top: 60px !important;
}

.oreli-eakar-intro-photo img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.oreli-eakar-page figcaption {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.6;
    color: #777;
}


/* =========================================================
   STORY
========================================================= */

.oreli-eakar-story {
    padding: 105px 0 120px;
    background: #f7f6f4;
}

.oreli-eakar-story-inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.oreli-eakar-story-inner h2 {
    max-width: 850px;
    margin: 0 0 38px;
    font-size: 43px;
    line-height: 1.3;
    font-weight: 500;
    color: #333;
}

.oreli-eakar-story-text {
    max-width: 700px;
    margin-left: auto;
}

.oreli-eakar-story-text p {
    margin: 0 0 22px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}


/* =========================================================
   WIDE PHOTO
========================================================= */

.oreli-eakar-wide-photo {
    padding: 110px 0;
    background: #fff;
}

.oreli-eakar-wide-photo figure {
    overflow: hidden;
}

.oreli-eakar-wide-photo img {
    aspect-ratio: 18 / 8;
    object-fit: cover;
}


/* =========================================================
   SPACE
========================================================= */

.oreli-eakar-space {
    padding: 120px 0 135px;
    background: #faf9f7;
}

.oreli-eakar-section-head {
    max-width: 760px;
    margin-bottom: 70px;
}

.oreli-eakar-section-head h2 {
    margin: 0 0 22px;
    font-size: 39px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-eakar-section-head > p:last-child {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    color: #6b6b6b;
}


/* =========================================================
   THREE PHOTO
========================================================= */

.oreli-eakar-three-photo {
    display: grid;
    grid-template-columns: 2.4fr 4fr 2.1fr;
    gap: 18px;
    align-items: start;
}

.oreli-eakar-three-photo figure:nth-child(1) {
    margin-top: 100px;
}

.oreli-eakar-three-photo figure:nth-child(3) {
    margin-top: 25px;
}

.oreli-eakar-three-photo figure img {
    object-fit: cover;
}

.oreli-eakar-three-photo figure:nth-child(1) img {
    aspect-ratio: 4 / 5;
}

.oreli-eakar-three-photo figure:nth-child(2) img {
    aspect-ratio: 4 / 3;
}

.oreli-eakar-three-photo figure:nth-child(3) img {
    aspect-ratio: 4 / 5;
}


/* =========================================================
   CONSULT
========================================================= */

.oreli-eakar-consult {
    padding: 125px 0;
    background: #fff;
}

.oreli-eakar-consult-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 100px;
    align-items: start;
}

.oreli-eakar-consult-grid h2 {
    margin: 0;
    font-size: 39px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-eakar-consult-grid > div:last-child {
    max-width: 680px;
}

.oreli-eakar-consult-grid p:not(.oreli-eakar-eyebrow) {
    margin: 0 0 22px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}


/* =========================================================
   FEATURE
========================================================= */

.oreli-eakar-feature {
    padding: 0 0 125px;
    background: #fff;
}

.oreli-eakar-feature-grid {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 90px;
    align-items: center;
}

.oreli-eakar-feature-grid figure {
    overflow: hidden;
}

.oreli-eakar-feature-grid img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.oreli-eakar-feature-copy {
    max-width: 500px;
}

.oreli-eakar-feature-copy h2 {
    margin: 0 0 25px;
    font-size: 37px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-eakar-feature-copy p:not(.oreli-eakar-eyebrow) {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}


/* =========================================================
   SERVICES
========================================================= */

.oreli-eakar-services {
    padding: 120px 0;
    background: #f7f6f4;
}

.oreli-eakar-services-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
}

.oreli-eakar-services-title h2 {
    margin: 0;
    max-width: 500px;
    font-size: 39px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-eakar-services-content {
    max-width: 680px;
}

.oreli-eakar-services-content p {
    margin: 0 0 22px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

.oreli-eakar-services-content ul {
    margin: 35px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ded9d5;
}

.oreli-eakar-services-content li {
    position: relative;
    padding: 17px 0 17px 25px;
    border-bottom: 1px solid #ded9d5;
    font-size: 16px;
    color: #555;
}

.oreli-eakar-services-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 27px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9b5b7d;
}


/* =========================================================
   SERVICE GALLERY
========================================================= */

.oreli-eakar-service-gallery {
    padding: 120px 0 135px;
    background: #fff;
}

.oreli-eakar-service-gallery-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 65px;
    align-items: start;
}

.service-photo-main img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.service-photo-small {
    margin-top: 145px !important;
}

.service-photo-small img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}


/* =========================================================
   APPROACH
========================================================= */

.oreli-eakar-approach {
    padding: 125px 0;
    background: #faf9f7;
}

.oreli-eakar-approach-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 90px;
}

.oreli-eakar-approach-label span {
    display: block;
    max-width: 220px;
    font-size: 15px;
    line-height: 1.7;
    color: #777;
}

.oreli-eakar-approach-copy {
    max-width: 760px;
}

.oreli-eakar-approach-copy h2 {
    margin: 0 0 30px;
    font-size: 38px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-eakar-approach-copy p {
    margin: 0 0 22px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}


/* =========================================================
   LEGAL
========================================================= */

.oreli-eakar-legal {
    padding: 120px 0 130px;
    background: #f7f6f4;
}

.oreli-eakar-legal-head {
    max-width: 720px;
    margin-bottom: 65px;
}

.oreli-eakar-legal-head h2 {
    margin: 0 0 22px;
    font-size: 39px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-eakar-legal-head p:last-child {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

.oreli-eakar-license {
    width: min(720px, 100%);
    margin: 0 auto;
    padding: 14px;
    background: #fff;
}

.oreli-eakar-license img {
    width: 100%;
    height: auto;
}


/* =========================================================
   ADDRESS / CLOSING
========================================================= */

.oreli-eakar-address {
    padding: 135px 0 150px;
    background: #fff;
}

.oreli-eakar-address h2 {
    max-width: 850px;
    margin: 0 0 28px;
    font-size: 46px;
    line-height: 1.3;
    font-weight: 500;
    color: #333;
}

.oreli-eakar-address > .oreli-eakar-container > p:not(.oreli-eakar-eyebrow) {
    max-width: 720px;
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

.oreli-eakar-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
}

.oreli-eakar-buttons a {
    display: inline-block;
    padding: 12px 25px;
    border: 1px solid #9b5b7d;
    color: #9b5b7d;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    transition:
        background .25s ease,
        color .25s ease;
}

.oreli-eakar-buttons a:hover {
    background: #9b5b7d;
    color: #fff;
}


/* =========================================================
   IMAGE HOVER
========================================================= */

.oreli-eakar-page figure a {
    display: block;
    overflow: hidden;
}

.oreli-eakar-page figure a img {
    transition: transform .7s ease;
}

.oreli-eakar-page figure a:hover img {
    transform: scale(1.025);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .oreli-eakar-container {
        width: min(100% - 32px, 720px);
    }

    .oreli-eakar-wide-container {
        width: min(100% - 32px, 900px);
    }

    .oreli-eakar-intro-grid {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

    .oreli-eakar-story-inner h2 {
        font-size: 36px;
    }

    .oreli-eakar-three-photo {
        grid-template-columns: 1fr 1.5fr;
    }

    .oreli-eakar-three-photo figure:nth-child(3) {
        display: none;
    }

    .oreli-eakar-consult-grid,
    .oreli-eakar-services-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .oreli-eakar-feature-grid {
        width: min(100% - 32px, 720px);
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .oreli-eakar-service-gallery-inner {
        width: min(100% - 32px, 720px);
        grid-template-columns: 1.5fr .8fr;
        gap: 30px;
    }

    .oreli-eakar-approach-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .oreli-eakar-address h2 {
        font-size: 39px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .oreli-eakar-container {
        width: calc(100% - 24px);
    }

    .oreli-eakar-wide-container {
        width: calc(100% - 24px);
    }


    /* HERO */

    .oreli-eakar-hero {
        padding: 65px 0 55px;
    }

    .oreli-eakar-hero h1 {
        font-size: 36px;
        line-height: 1.16;
        letter-spacing: -.7px;
    }

    .oreli-eakar-lead {
        font-size: 16px;
        line-height: 1.8;
    }


    /* HERO PHOTO */

    .oreli-eakar-hero-photo {
        padding-bottom: 70px;
    }

    .oreli-eakar-hero-photo img {
        aspect-ratio: 4 / 3;
    }


    /* INTRO */

    .oreli-eakar-intro {
        padding: 70px 0;
    }

    .oreli-eakar-intro-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .oreli-eakar-intro-photo {
        margin-top: 0 !important;
    }

    .oreli-eakar-intro-copy h2 {
        font-size: 29px;
    }

    .oreli-eakar-intro-copy p:not(.oreli-eakar-eyebrow) {
        font-size: 16px;
    }


    /* STORY */

    .oreli-eakar-story {
        padding: 75px 0;
    }

    .oreli-eakar-story-inner h2 {
        font-size: 30px;
    }

    .oreli-eakar-story-text p {
        font-size: 16px;
    }


    /* WIDE */

    .oreli-eakar-wide-photo {
        padding: 70px 0;
    }

    .oreli-eakar-wide-photo img {
        aspect-ratio: 4 / 3;
    }


    /* SPACE */

    .oreli-eakar-space {
        padding: 75px 0;
    }

    .oreli-eakar-section-head {
        margin-bottom: 40px;
    }

    .oreli-eakar-section-head h2 {
        font-size: 30px;
    }

    .oreli-eakar-section-head > p:last-child {
        font-size: 16px;
    }


    /* THREE PHOTO */

    .oreli-eakar-three-photo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .oreli-eakar-three-photo figure:nth-child(1) {
        margin-top: 0;
    }

    .oreli-eakar-three-photo figure:nth-child(2) {
        margin-top: 35px;
    }

    .oreli-eakar-three-photo figure:nth-child(3) {
        display: block;
        grid-column: 1 / -1;
        margin-top: 8px;
    }

    .oreli-eakar-three-photo figure:nth-child(1) img,
    .oreli-eakar-three-photo figure:nth-child(2) img {
        aspect-ratio: 1 / 1;
    }

    .oreli-eakar-three-photo figure:nth-child(3) img {
        aspect-ratio: 4 / 3;
    }


    /* CONSULT */

    .oreli-eakar-consult {
        padding: 75px 0;
    }

    .oreli-eakar-consult-grid {
        gap: 35px;
    }

    .oreli-eakar-consult-grid h2 {
        font-size: 30px;
    }

    .oreli-eakar-consult-grid p:not(.oreli-eakar-eyebrow) {
        font-size: 16px;
    }


    /* FEATURE */

    .oreli-eakar-feature {
        padding-bottom: 75px;
    }

    .oreli-eakar-feature-grid {
        width: calc(100% - 24px);
        gap: 35px;
    }

    .oreli-eakar-feature-grid img {
        aspect-ratio: 4 / 3;
    }

    .oreli-eakar-feature-copy h2 {
        font-size: 29px;
    }

    .oreli-eakar-feature-copy p:not(.oreli-eakar-eyebrow) {
        font-size: 16px;
    }


    /* SERVICES */

    .oreli-eakar-services {
        padding: 75px 0;
    }

    .oreli-eakar-services-grid {
        gap: 35px;
    }

    .oreli-eakar-services-title h2 {
        font-size: 30px;
    }

    .oreli-eakar-services-content p {
        font-size: 16px;
    }

    .oreli-eakar-services-content li {
        font-size: 15px;
    }


    /* SERVICE GALLERY */

    .oreli-eakar-service-gallery {
        padding: 70px 0 80px;
    }

    .oreli-eakar-service-gallery-inner {
        width: calc(100% - 24px);
        grid-template-columns: 1.35fr .65fr;
        gap: 8px;
    }

    .service-photo-small {
        margin-top: 55px !important;
    }


    /* APPROACH */

    .oreli-eakar-approach {
        padding: 75px 0;
    }

    .oreli-eakar-approach-grid {
        gap: 30px;
    }

    .oreli-eakar-approach-copy h2 {
        font-size: 29px;
    }

    .oreli-eakar-approach-copy p {
        font-size: 16px;
    }


    /* LEGAL */

    .oreli-eakar-legal {
        padding: 75px 0;
    }

    .oreli-eakar-legal-head {
        margin-bottom: 40px;
    }

    .oreli-eakar-legal-head h2 {
        font-size: 30px;
    }

    .oreli-eakar-legal-head p:last-child {
        font-size: 16px;
    }

    .oreli-eakar-license {
        padding: 8px;
    }


    /* ADDRESS */

    .oreli-eakar-address {
        padding: 80px 0 90px;
    }

    .oreli-eakar-address h2 {
        font-size: 31px;
    }

    .oreli-eakar-address > .oreli-eakar-container > p:not(.oreli-eakar-eyebrow) {
        font-size: 16px;
    }

    .oreli-eakar-buttons {
        flex-direction: column;
        max-width: 300px;
    }

    .oreli-eakar-buttons a {
        text-align: center;
    }

}

/* =========================================================
   ORELI LOCATIONS
   Trang giới thiệu các cơ sở
========================================================= */

.oreli-locations-page {
    background: #fff;
    color: #333;
}

.oreli-locations-page *,
.oreli-locations-page *::before,
.oreli-locations-page *::after {
    box-sizing: border-box;
}

.oreli-locations-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.oreli-locations-page figure {
    margin: 0;
}

.oreli-locations-page img {
    display: block;
    width: 100%;
}


/* =========================================================
   HERO
========================================================= */

.oreli-locations-hero {
    padding: 110px 0 90px;
    background: #faf9f7;
}

.oreli-locations-eyebrow {
    margin: 0 0 16px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 2.2px;
    font-weight: 600;
    color: #9b5b7d;
    text-transform: uppercase;
}

.oreli-locations-hero h1 {
    max-width: 850px;
    margin: 0 0 28px;
    font-size: clamp(43px, 5.5vw, 68px);
    line-height: 1.1;
    letter-spacing: -1.5px;
    font-weight: 500;
    color: #303030;
}

.oreli-locations-lead {
    max-width: 720px;
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    color: #686868;
}


/* =========================================================
   INTRO
========================================================= */

.oreli-locations-intro {
    padding: 110px 0 120px;
}

.oreli-locations-intro-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
}

.oreli-locations-intro-grid h2 {
    margin: 0;
    font-size: 39px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

.oreli-locations-intro-copy {
    max-width: 700px;
}

.oreli-locations-intro-copy p {
    margin: 0 0 22px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

.oreli-locations-intro-copy p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   BRANCH FEATURE
========================================================= */

.oreli-location-bmt {
    padding: 0 0 120px;
}

.oreli-location-buonho {
    padding: 120px 0;
    background: #f7f6f4;
}

.oreli-location-eakar {
    padding: 120px 0;
    background: #fff;
}

.oreli-location-feature {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 90px;
    align-items: center;
}

.oreli-location-feature-reverse {
    grid-template-columns: .9fr 1.1fr;
}

.oreli-location-feature-reverse .oreli-location-feature-image {
    order: 2;
}

.oreli-location-feature-reverse .oreli-location-feature-content {
    order: 1;
}

.oreli-location-feature-image {
    overflow: hidden;
}

.oreli-location-feature-image figure a {
    display: block;
    overflow: hidden;
}

.oreli-location-feature-image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .7s ease;
}

.oreli-location-feature-image figure a:hover img {
    transform: scale(1.025);
}

.oreli-location-feature-image figcaption {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.6;
    color: #777;
}

.oreli-location-feature-content {
    max-width: 530px;
}

.oreli-location-feature-content h2 {
    margin: 0 0 27px;
    font-size: 42px;
    line-height: 1.25;
    letter-spacing: -.6px;
    font-weight: 500;
    color: #333;
}

.oreli-location-feature-content > p:not(.oreli-locations-eyebrow) {
    margin: 0 0 21px;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

.oreli-location-meta {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #dedbd8;
}

.oreli-location-meta p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

.oreli-location-meta a {
    color: #9b5b7d;
    text-decoration: none;
}

.oreli-location-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding-bottom: 4px;
    border-bottom: 1px solid #9b5b7d;
    color: #9b5b7d;
    font-size: 14px;
    text-decoration: none;
    transition: gap .25s ease;
}

.oreli-location-link:hover {
    gap: 15px;
}


/* =========================================================
   CLOSING
========================================================= */

.oreli-locations-closing {
    padding: 135px 0 150px;
    text-align: center;
    background: #faf9f7;
}

.oreli-locations-closing h2 {
    margin: 0 0 25px;
    font-size: 48px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -1px;
    color: #333;
}

.oreli-locations-closing > .oreli-locations-container > p:last-child {
    max-width: 650px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .oreli-locations-container {
        width: min(100% - 32px, 720px);
    }

    .oreli-locations-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .oreli-location-feature,
    .oreli-location-feature-reverse {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .oreli-location-feature-content h2 {
        font-size: 34px;
    }

    .oreli-location-feature-content > p:not(.oreli-locations-eyebrow) {
        font-size: 16px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .oreli-locations-container {
        width: calc(100% - 24px);
    }

    .oreli-locations-hero {
        padding: 65px 0 55px;
    }

    .oreli-locations-hero h1 {
        font-size: 36px;
        line-height: 1.16;
        letter-spacing: -.7px;
    }

    .oreli-locations-lead {
        font-size: 16px;
        line-height: 1.8;
    }


    /* INTRO */

    .oreli-locations-intro {
        padding: 70px 0;
    }

    .oreli-locations-intro-grid {
        gap: 30px;
    }

    .oreli-locations-intro-grid h2 {
        font-size: 30px;
    }

    .oreli-locations-intro-copy p {
        font-size: 16px;
    }


    /* BRANCH */

    .oreli-location-bmt,
    .oreli-location-buonho,
    .oreli-location-eakar {
        padding: 70px 0;
    }

    .oreli-location-feature,
    .oreli-location-feature-reverse {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .oreli-location-feature-reverse .oreli-location-feature-image,
    .oreli-location-feature-reverse .oreli-location-feature-content {
        order: initial;
    }

    .oreli-location-feature-image {
        width: 100%;
    }

    .oreli-location-feature-image img {
        aspect-ratio: 4 / 3;
    }

    .oreli-location-feature-content {
        max-width: none;
    }

    .oreli-location-feature-content h2 {
        font-size: 31px;
    }

    .oreli-location-feature-content > p:not(.oreli-locations-eyebrow) {
        font-size: 16px;
    }


    /* CLOSING */

    .oreli-locations-closing {
        padding: 85px 0 95px;
    }

    .oreli-locations-closing h2 {
        font-size: 34px;
    }

    .oreli-locations-closing > .oreli-locations-container > p:last-child {
        font-size: 16px;
    }

}

/* =========================================================
   ORELI BMT
   MOBILE EDITORIAL PHOTO LAYOUT
   ---------------------------------------------------------
   Chỉ tác động màn hình <= 650px
   Desktop giữ nguyên
========================================================= */

@media (max-width: 650px) {

    /* =====================================================
       01. MAIN GALLERY - KHÔNG GIAN

       Pattern:
       Ảnh lớn
       Ảnh nhỏ + ảnh nhỏ
       Ảnh ngang lệch
    ===================================================== */

    .oreli-facility-page .oreli-gallery {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        align-items: start;
    }

    /* Ảnh 1 - lớn */
    .oreli-facility-page .oreli-gallery figure:nth-child(1) {
        grid-column: 1 / -1;
    }

    .oreli-facility-page .oreli-gallery figure:nth-child(1) img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    /* Ảnh 2 + 3 - hai ảnh vuông */
    .oreli-facility-page .oreli-gallery figure:nth-child(2),
    .oreli-facility-page .oreli-gallery figure:nth-child(3) {
        grid-column: span 1;
    }

    .oreli-facility-page .oreli-gallery figure:nth-child(2) img,
    .oreli-facility-page .oreli-gallery figure:nth-child(3) img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    /* Ảnh 4 - nhỏ hơn và lệch sang phải */
    .oreli-facility-page .oreli-gallery figure:nth-child(4) {
        grid-column: 1 / -1;
        width: 82%;
        margin-left: auto;
        margin-top: 12px;
    }

    .oreli-facility-page .oreli-gallery figure:nth-child(4) img {
        aspect-ratio: 16 / 10;
        object-fit: cover;
    }


    /* =====================================================
       02. PHÒNG CHỜ - 3 ẢNH

       Pattern:
       ảnh nhỏ trái
       ảnh lớn phải
       ảnh ngang phía dưới
    ===================================================== */

    .oreli-facility-page .oreli-photo-grid-spaced {
        display: grid;
        grid-template-columns: .82fr 1.18fr;
        gap: 7px;
        align-items: start;
        margin-top: 28px;
    }

    .oreli-facility-page .oreli-photo-grid-spaced figure {
        margin: 0;
    }

    /* Ảnh 1 nhỏ + hơi đẩy xuống */
    .oreli-facility-page .oreli-photo-grid-spaced figure:nth-child(1) {
        margin-top: 28px;
    }

    .oreli-facility-page .oreli-photo-grid-spaced figure:nth-child(1) img {
        aspect-ratio: 4 / 5;
        object-fit: cover;
    }

    /* Ảnh 2 lớn */
    .oreli-facility-page .oreli-photo-grid-spaced figure:nth-child(2) {
        grid-column: 2;
    }

    .oreli-facility-page .oreli-photo-grid-spaced figure:nth-child(2) img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    /* Ảnh 3 ngang */
    .oreli-facility-page .oreli-photo-grid-spaced figure:nth-child(3) {
        grid-column: 1 / -1;
        width: 88%;
        margin-top: 5px;
    }

    .oreli-facility-page .oreli-photo-grid-spaced figure:nth-child(3) img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }


    /* =====================================================
       03. PHÒNG TƯ VẤN

       Chỉ có 1 ảnh -> không ép thành full-width quá đơn điệu.
       Thu nhỏ và lệch sang phải.
    ===================================================== */

    .oreli-facility-page .oreli-photo-grid-single {
        display: block;
        max-width: none;
        margin-top: 30px;
    }

    .oreli-facility-page .oreli-photo-grid-single figure {
        width: 84%;
        margin-left: auto;
    }

    .oreli-facility-page .oreli-photo-grid-single img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }


    /* =====================================================
       04. KHU ĐIỀU TRỊ - 6 ẢNH

       Pattern:
       Ảnh lớn
       2 ảnh nhỏ
       ảnh lệch
       2 ảnh nhỏ

       Không còn kiểu:
       Ảnh 1
       Ảnh 2
       Ảnh 3
       ...
    ===================================================== */

    .oreli-facility-page .oreli-photo-grid-six {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        align-items: start;
    }

    /* Ảnh 1 - full width */
    .oreli-facility-page .oreli-photo-grid-six figure:nth-child(1) {
        grid-column: 1 / -1;
    }

    .oreli-facility-page .oreli-photo-grid-six figure:nth-child(1) img {
        aspect-ratio: 16 / 10;
        object-fit: cover;
    }

    /* Ảnh 2 */
    .oreli-facility-page .oreli-photo-grid-six figure:nth-child(2) img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    /* Ảnh 3 - lệch xuống */
    .oreli-facility-page .oreli-photo-grid-six figure:nth-child(3) {
        margin-top: 30px;
    }

    .oreli-facility-page .oreli-photo-grid-six figure:nth-child(3) img {
        aspect-ratio: 4 / 5;
        object-fit: cover;
    }

    /* Ảnh 4 - nhỏ hơn, lệch trái */
    .oreli-facility-page .oreli-photo-grid-six figure:nth-child(4) {
        width: 78%;
        margin-top: 5px;
    }

    .oreli-facility-page .oreli-photo-grid-six figure:nth-child(4) img {
        aspect-ratio: 4 / 5;
        object-fit: cover;
    }

    /* Ảnh 5 */
    .oreli-facility-page .oreli-photo-grid-six figure:nth-child(5) img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    /* Ảnh 6 - full width */
    .oreli-facility-page .oreli-photo-grid-six figure:nth-child(6) {
        grid-column: 1 / -1;
        width: 86%;
        margin-left: auto;
    }

    .oreli-facility-page .oreli-photo-grid-six figure:nth-child(6) img {
        aspect-ratio: 16 / 10;
        object-fit: cover;
    }


    /* =====================================================
       05. ẢNH AN TOÀN ĐIỀU TRỊ

       Không full màn hình.
       Cho ảnh có khoảng thở.
    ===================================================== */

    .oreli-facility-page .oreli-safety-image {
        width: 90%;
        margin-left: auto;
    }

    .oreli-facility-page .oreli-safety-image img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }


    /* =====================================================
       06. THIẾT BỊ

       Hai ảnh của từng thiết bị vẫn nằm ngang.
       Đây là phần rất nên giữ 2 cột trên mobile.
    ===================================================== */

    .oreli-facility-page .oreli-equipment-images {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .oreli-facility-page .oreli-equipment-images img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    /* Mỗi nhóm thiết bị tạo nhịp khác nhau */

    .oreli-facility-page
    .oreli-equipment-item:nth-child(2)
    .oreli-equipment-images img:first-child {
        aspect-ratio: 4 / 5;
    }

    .oreli-facility-page
    .oreli-equipment-item:nth-child(2)
    .oreli-equipment-images img:last-child {
        margin-top: 22px;
        aspect-ratio: 1 / 1;
    }

    .oreli-facility-page
    .oreli-equipment-item:nth-child(3)
    .oreli-equipment-images img:first-child {
        margin-top: 18px;
        aspect-ratio: 4 / 5;
    }

    .oreli-facility-page
    .oreli-equipment-item:nth-child(4)
    .oreli-equipment-images img:last-child {
        margin-top: 25px;
        aspect-ratio: 4 / 5;
    }


    /* =====================================================
       07. TÀI LIỆU PHÁP LÝ

       Không để tất cả tài liệu thành 1 cột.
    ===================================================== */

    .oreli-facility-page .oreli-document-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        align-items: start;
    }

    .oreli-facility-page .oreli-document figure {
        padding: 7px;
    }

    .oreli-facility-page .oreli-document-grid figure:only-child {
        grid-column: 1 / -1;
        width: 82%;
        margin: 0 auto;
    }

    .oreli-facility-page .oreli-document figcaption {
        padding: 8px 3px 3px;
        font-size: 10px;
        line-height: 1.45;
    }


    /* =====================================================
       08. LIGHTBOX IMAGE

       Không làm ảnh bị méo khi click.
    ===================================================== */

    .oreli-facility-page img {
        max-width: 100%;
    }


    /* =====================================================
       09. FEATURE IMAGE

       Ảnh phòng chờ / phòng tư vấn không chiếm toàn bộ
       màn hình một cách nặng nề.
    ===================================================== */

    .oreli-facility-page .oreli-feature-image {
        width: 94%;
    }

    .oreli-facility-page .oreli-feature-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }


    /* =====================================================
       10. KHOẢNG CÁCH MOBILE

       Giữ nhịp trang thoáng nhưng không quá dài.
    ===================================================== */

    .oreli-facility-page .oreli-gallery-section,
    .oreli-facility-page .oreli-feature-section,
    .oreli-facility-page .oreli-safety-section,
    .oreli-facility-page .oreli-equipment-section {
        padding-top: 58px;
        padding-bottom: 62px;
    }

}