/* ============================================================
   ARHA GENERAL & LAPAROSCOPIC SURGERY

   Surgical White + Emerald + Slate + Sage
   ============================================================ */


#arhaSurgeryPage {

    --sg-white:#FFFFFF;
    --sg-milk:#FAFBF8;
    --sg-soft:#F1F5F1;
    --sg-sage-soft:#E7EFE8;

    --sg-dark:#1C3231;
    --sg-slate:#405756;
    --sg-muted:#758584;

    --sg-green:#397563;
    --sg-green-dark:#285A4D;
    --sg-sage:#789B7D;

    --sg-lime:#A9B96F;
    --sg-lime-soft:#F0F2E3;

    --sg-red:#B94B4F;
    --sg-red-soft:#F7E7E8;

    --sg-border:#DEE6DF;

    --sg-heading:'Outfit',sans-serif;
    --sg-body:'Inter',sans-serif;

    width:100%;

    overflow:hidden;

    background:
        var(--sg-milk);

    color:
        var(--sg-slate);

    font-family:
        var(--sg-body);
}


#arhaSurgeryPage *,
#arhaSurgeryPage *::before,
#arhaSurgeryPage *::after {

    box-sizing:border-box;
}


#arhaSurgeryPage img {

    display:block;
    width:100%;
}


#arhaSurgeryPage a {

    text-decoration:none;
}


.surgery-container {

    width:min(
        1280px,
        calc(100% - 56px)
    );

    margin-inline:auto;
}


/* ============================================================
   REVEAL
   ============================================================ */

#arhaSurgeryPage [data-surgery-reveal] {

    opacity:0;

    transform:translateY(28px);

    transition:
        opacity .75s ease,
        transform .75s cubic-bezier(.2,.7,.2,1);
}


#arhaSurgeryPage
[data-surgery-reveal].surgery-visible {

    opacity:1;
    transform:none;
}


/* ============================================================
   HERO
   ============================================================ */

.surgery-hero {

    position:relative;

    padding:
        82px 0 102px;

    overflow:hidden;

    background:

        radial-gradient(
            circle at 84% 20%,
            rgba(57,117,99,.12),
            transparent 27%
        ),

        linear-gradient(
            120deg,
            #FFFFFF,
            #F2F7F3
        );
}


.surgery-grid-bg {

    position:absolute;

    inset:0;

    opacity:.2;

    background-image:

        linear-gradient(
            rgba(57,117,99,.055) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(57,117,99,.055) 1px,
            transparent 1px
        );

    background-size:
        62px 62px;

    mask-image:
        linear-gradient(
            90deg,
            transparent,
            #000,
            transparent
        );
}


.surgery-circle {

    position:absolute;

    border-radius:50%;

    border:
        1px solid rgba(57,117,99,.12);

    animation:
        surgeryOrbit 9s ease-in-out infinite alternate;
}


.surgery-circle-one {

    width:560px;
    height:560px;

    right:-260px;
    top:-280px;
}


.surgery-circle-two {

    width:220px;
    height:220px;

    left:-105px;
    bottom:-90px;

    border-color:
        rgba(169,185,111,.15);

    animation-delay:2s;
}


@keyframes surgeryOrbit {

    to {

        transform:
            translate(25px,35px)
            scale(1.06);

    }

}


/* ============================================================
   HERO LAYOUT
   ============================================================ */

.surgery-hero-layout {

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:
        1fr .92fr;

    align-items:center;

    gap:80px;
}


.surgery-breadcrumb {

    margin-bottom:27px;

    display:flex;

    align-items:center;

    gap:8px;

    font-size:9px;

    color:
        var(--sg-muted);
}


.surgery-breadcrumb a {

    color:
        var(--sg-green);
}


.surgery-breadcrumb i {

    font-size:6px;
}


.surgery-kicker,
.surgery-section-label {

    display:block;

    margin-bottom:10px;

    font-size:9px;

    font-weight:800;

    letter-spacing:1.25px;

    color:
        var(--sg-green);
}


.surgery-hero h1 {

    max-width:720px;

    margin:0;

    font-family:
        var(--sg-heading);

    font-size:
        clamp(49px,5.3vw,73px);

    font-weight:800;

    line-height:.98;

    letter-spacing:-2.3px;

    color:
        var(--sg-dark);
}


.surgery-hero h1 strong {

    display:block;

    color:
        var(--sg-green);
}


.surgery-hero-description {

    max-width:670px;

    margin:
        24px 0 0;

    font-size:14.5px;

    line-height:1.8;

    color:
        var(--sg-slate);
}


/* ============================================================
   ACTIONS
   ============================================================ */

.surgery-actions {

    margin-top:30px;

    display:flex;

    flex-wrap:wrap;

    gap:10px;
}


.surgery-primary,
.surgery-secondary {

    min-height:55px;

    padding:
        0 18px;

    display:inline-flex;

    align-items:center;

    gap:9px;

    border-radius:8px;

    font-size:11px;

    font-weight:700;
}


.surgery-primary {

    background:
        var(--sg-green);

    color:#fff !important;

    box-shadow:
        0 13px 28px rgba(57,117,99,.17);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.surgery-primary:hover {

    transform:translateY(-3px);

    box-shadow:
        0 18px 35px rgba(57,117,99,.24);
}


.surgery-secondary {

    border:
        1px solid var(--sg-border);

    background:#fff;

    color:
        var(--sg-dark) !important;
}


.surgery-service-pills {

    margin-top:25px;

    display:flex;

    flex-wrap:wrap;

    gap:7px;
}


.surgery-service-pills span {

    padding:
        8px 10px;

    border:
        1px solid var(--sg-border);

    border-radius:30px;

    background:
        rgba(255,255,255,.72);

    font-size:8.5px;

    font-weight:600;
}


/* ============================================================
   HERO IMAGE
   ============================================================ */

.surgery-hero-visual {

    position:relative;
}


.surgery-main-photo {

    position:relative;

    height:570px;

    overflow:hidden;

    border-radius:
        100px 18px 100px 18px;

    box-shadow:
        0 30px 65px rgba(35,65,60,.13);
}


.surgery-main-photo img {

    height:100%;

    object-fit:cover;

    transition:
        transform 7s ease;
}


.surgery-main-photo:hover img {

    transform:scale(1.05);
}


.surgery-photo-overlay {

    position:absolute;

    inset:0;

    background:

        linear-gradient(
            to top,
            rgba(28,50,49,.75),
            transparent 53%
        );
}


.surgery-photo-caption {

    position:absolute;

    left:24px;
    right:24px;
    bottom:22px;

    display:flex;

    flex-direction:column;
}


.surgery-photo-caption small {

    font-size:8px;

    font-weight:800;

    letter-spacing:.9px;

    color:#CAE2D6;
}


.surgery-photo-caption strong {

    margin-top:4px;

    font-family:
        var(--sg-heading);

    font-size:20px;

    color:#fff;
}


.surgery-floating-card {

    position:absolute;

    left:-50px;

    bottom:70px;

    padding:
        13px 15px;

    display:flex;

    align-items:center;

    gap:11px;

    border:
        1px solid var(--sg-border);

    border-radius:10px;

    background:
        rgba(255,255,255,.97);

    box-shadow:
        0 15px 35px rgba(35,65,60,.11);

    animation:
        surgeryFloat 4s ease-in-out infinite;
}


@keyframes surgeryFloat {

    50% {

        transform:translateY(-7px);

    }

}


.surgery-floating-card > span {

    width:40px;
    height:40px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:9px;

    background:
        var(--sg-lime-soft);

    color:
        var(--sg-green);
}


.surgery-floating-card div {

    display:flex;

    flex-direction:column;
}


.surgery-floating-card small {

    font-size:7px;

    font-weight:800;

    color:
        var(--sg-green);
}


.surgery-floating-card strong {

    margin-top:3px;

    font-family:
        var(--sg-heading);

    font-size:11px;
}


/* ============================================================
   SHARED HEADINGS
   ============================================================ */

.surgery-heading {

    max-width:870px;

    margin-bottom:45px;
}


.surgery-heading h2,
.surgery-lap-copy h2,
.surgery-consult-copy h2,
.surgery-wound-copy h2,
.surgery-infra-content h2 {

    margin:0;

    font-family:
        var(--sg-heading);

    font-size:
        clamp(34px,4vw,50px);

    line-height:1.05;

    letter-spacing:-1.1px;

    color:
        var(--sg-dark);
}


.surgery-heading h2 em {

    display:block;

    font-style:normal;

    color:
        var(--sg-green);
}


.surgery-heading > p {

    max-width:720px;

    margin:
        17px 0 0;

    font-size:13px;

    line-height:1.8;

    color:
        var(--sg-muted);
}


/* ============================================================
   CONDITIONS
   ============================================================ */

.surgery-conditions {

    padding:
        105px 0;

    background:
        var(--sg-milk);
}


.surgery-condition-grid {

    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:12px;
}


.surgery-condition-card {

    position:relative;

    min-height:225px;

    padding:23px;

    border:
        1px solid var(--sg-border);

    border-radius:12px;

    background:#fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.surgery-condition-card:hover {

    transform:translateY(-5px);

    box-shadow:
        0 17px 37px rgba(35,65,60,.07);
}


.surgery-condition-card > span {

    position:absolute;

    right:18px;
    top:17px;

    font-family:
        var(--sg-heading);

    font-size:9px;

    color:#A4B0AA;
}


.surgery-condition-card > i {

    width:43px;
    height:43px;

    margin-bottom:23px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:10px;

    background:
        var(--sg-sage-soft);

    color:
        var(--sg-green);
}


.surgery-feature > i {

    background:
        var(--sg-lime-soft);

    color:
        var(--sg-green-dark);
}


.surgery-condition-card h3 {

    margin:0;

    font-family:
        var(--sg-heading);

    font-size:17px;

    color:
        var(--sg-dark);
}


.surgery-condition-card p {

    margin:
        9px 0 0;

    font-size:10.5px;

    line-height:1.68;

    color:
        var(--sg-muted);
}


/* ============================================================
   LAPAROSCOPY
   ============================================================ */

.surgery-laparoscopy {

    padding:
        110px 0;

    background:
        var(--sg-soft);
}


.surgery-lap-layout {

    display:grid;

    grid-template-columns:
        .9fr 1fr;

    align-items:center;

    gap:80px;
}


.surgery-lap-copy > p {

    margin:
        18px 0 0;

    font-size:13px;

    line-height:1.8;

    color:
        var(--sg-muted);
}


.surgery-lap-features {

    margin-top:25px;

    display:grid;

    grid-template-columns:
        1fr 1fr;

    gap:9px;
}


.surgery-lap-features > div {

    min-height:112px;

    padding:17px;

    display:grid;

    grid-template-columns:
        26px 1fr;

    gap:10px;

    border:
        1px solid var(--sg-border);

    border-radius:9px;

    background:
        rgba(255,255,255,.68);
}


.surgery-lap-features i {

    color:
        var(--sg-green);
}


.surgery-lap-features span {

    display:flex;

    flex-direction:column;

    font-size:9px;

    line-height:1.55;

    color:
        var(--sg-muted);
}


.surgery-lap-features strong {

    margin-bottom:3px;

    font-family:
        var(--sg-heading);

    font-size:11px;

    color:
        var(--sg-dark);
}


.surgery-lap-image {

    position:relative;

    height:520px;

    overflow:hidden;

    border-radius:
        18px 90px 18px 90px;
}


.surgery-lap-image img {

    height:100%;
    object-fit:cover;
}


.surgery-lap-image::after {

    content:"";

    position:absolute;

    inset:0;

    background:

        linear-gradient(
            to top,
            rgba(28,50,49,.68),
            transparent 52%
        );
}


.surgery-lap-image > div {

    position:absolute;

    z-index:2;

    left:20px;
    bottom:19px;

    display:flex;

    flex-direction:column;

    color:#fff;
}


.surgery-lap-image small {

    font-size:7px;

    color:#CAE2D6;
}


.surgery-lap-image strong {

    margin-top:3px;

    font-family:
        var(--sg-heading);

    font-size:17px;
}


/* ============================================================
   PATHWAY
   ============================================================ */

.surgery-pathway {

    padding:
        105px 0;

    background:#fff;
}


.surgery-heading-center {

    margin:
        0 auto 55px;

    text-align:center;
}


.surgery-pathway-grid {

    display:grid;

    grid-template-columns:
        repeat(5,1fr);

    gap:8px;
}


.surgery-pathway-grid article {

    position:relative;

    min-height:230px;

    padding:23px;

    border:
        1px solid var(--sg-border);

    background:
        var(--sg-milk);
}


.surgery-pathway-grid article:first-child {

    border-radius:
        45px 8px 8px 8px;
}


.surgery-pathway-grid article:last-child {

    border-radius:
        8px 8px 45px 8px;
}


.surgery-pathway-grid article > span {

    position:absolute;

    right:17px;
    top:16px;

    font-size:8px;

    color:
        var(--sg-muted);
}


.surgery-pathway-grid article > i {

    margin-bottom:24px;

    color:
        var(--sg-green);

    font-size:19px;
}


.surgery-pathway-grid h3 {

    margin:0;

    font-family:
        var(--sg-heading);

    font-size:16px;

    color:
        var(--sg-dark);
}


.surgery-pathway-grid p {

    margin:
        7px 0 0;

    font-size:9.5px;

    line-height:1.6;

    color:
        var(--sg-muted);
}


/* ============================================================
   FEATURE AREAS
   ============================================================ */

.surgery-features {

    padding:
        105px 0;

    background:
        var(--sg-milk);
}


.surgery-feature-grid {

    display:grid;

    grid-template-columns:
        1fr 1fr;

    gap:14px;
}


.surgery-feature-item {

    overflow:hidden;

    border:
        1px solid var(--sg-border);

    border-radius:13px;

    background:#fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.surgery-feature-item:hover {

    transform:translateY(-5px);

    box-shadow:
        0 17px 38px rgba(35,65,60,.07);
}


.surgery-feature-image {

    height:300px;

    overflow:hidden;
}


.surgery-feature-image img {

    height:100%;

    object-fit:cover;

    transition:
        transform .55s ease;
}


.surgery-feature-item:hover img {

    transform:scale(1.045);
}


.surgery-feature-copy {

    padding:25px;
}


.surgery-feature-copy small {

    font-size:7px;

    font-weight:800;

    letter-spacing:.8px;

    color:
        var(--sg-green);
}


.surgery-feature-copy h2 {

    margin:
        6px 0 0;

    font-family:
        var(--sg-heading);

    font-size:24px;

    color:
        var(--sg-dark);
}


.surgery-feature-copy p {

    margin:
        9px 0 0;

    font-size:10.5px;

    line-height:1.7;

    color:
        var(--sg-muted);
}


/* ============================================================
   CONSULTATION
   ============================================================ */

.surgery-consultation {

    padding:
        110px 0;

    background:
        var(--sg-sage-soft);
}


.surgery-consult-layout {

    display:grid;

    grid-template-columns:
        1fr .9fr;

    align-items:center;

    gap:80px;
}


.surgery-consult-photo {

    position:relative;

    height:560px;

    overflow:hidden;

    border-radius:
        85px 18px 85px 18px;
}


.surgery-consult-photo img {

    height:100%;
    object-fit:cover;
}


.surgery-consult-photo::after {

    content:"";

    position:absolute;
    inset:0;

    background:

        linear-gradient(
            to top,
            rgba(28,50,49,.68),
            transparent 51%
        );
}


.surgery-consult-caption {

    position:absolute;

    z-index:2;

    left:20px;
    bottom:19px;

    display:flex;

    flex-direction:column;

    color:#fff;
}


.surgery-consult-caption small {

    font-size:7px;

    color:#C7E0D4;
}


.surgery-consult-caption strong {

    margin-top:3px;

    font-family:
        var(--sg-heading);

    font-size:17px;
}


.surgery-consult-copy > p {

    margin:
        18px 0 0;

    font-size:13px;

    line-height:1.8;

    color:
        var(--sg-muted);
}


.surgery-consult-list {

    margin-top:25px;

    display:grid;

    grid-template-columns:
        1fr 1fr;

    gap:9px;
}


.surgery-consult-list > div {

    min-height:108px;

    padding:17px;

    display:grid;

    grid-template-columns:
        34px 1fr;

    gap:10px;

    border:
        1px solid rgba(57,117,99,.13);

    border-radius:9px;

    background:
        rgba(255,255,255,.64);
}


.surgery-consult-list i {

    color:
        var(--sg-green);
}


.surgery-consult-list span {

    display:flex;

    flex-direction:column;

    font-size:9px;

    line-height:1.5;

    color:
        var(--sg-muted);
}


.surgery-consult-list strong {

    margin-bottom:3px;

    font-family:
        var(--sg-heading);

    font-size:11px;

    color:
        var(--sg-dark);
}


/* ============================================================
   WOUND
   ============================================================ */

.surgery-wound {

    padding:
        105px 0;

    background:#fff;
}


.surgery-wound-layout {

    display:grid;

    grid-template-columns:
        .8fr 1fr;

    align-items:center;

    gap:80px;
}


.surgery-wound-copy > p {

    margin:
        17px 0 0;

    font-size:12px;

    line-height:1.75;

    color:
        var(--sg-muted);
}


.surgery-reconstructive-link {

    margin-top:23px;

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:
        var(--sg-green) !important;

    font-size:10px;

    font-weight:700;
}


.surgery-wound-image {

    position:relative;

    height:420px;

    overflow:hidden;

    border-radius:
        15px 75px 15px 15px;
}


.surgery-wound-image img {

    height:100%;

    object-fit:cover;
}


.surgery-wound-image::after {

    content:"";

    position:absolute;

    inset:0;

    background:

        linear-gradient(
            to top,
            rgba(28,50,49,.7),
            transparent 55%
        );
}


.surgery-wound-image > div {

    position:absolute;

    z-index:2;

    left:18px;
    bottom:17px;

    display:flex;

    flex-direction:column;

    color:#fff;
}


.surgery-wound-image small {

    font-size:7px;

    color:#CBE1D7;
}


.surgery-wound-image strong {

    margin-top:3px;

    font-family:
        var(--sg-heading);

    font-size:16px;
}


/* ============================================================
   INFRA
   ============================================================ */

.surgery-infrastructure {

    padding:
        105px 0;

    background:
        var(--sg-soft);
}


.surgery-infra-layout {

    display:grid;

    grid-template-columns:
        1fr .9fr;

    align-items:center;

    gap:80px;
}


.surgery-infra-image {

    position:relative;

    height:480px;

    overflow:hidden;

    border-radius:14px;
}


.surgery-infra-image img {

    height:100%;

    object-fit:cover;
}


.surgery-infra-image::after {

    content:"";

    position:absolute;

    inset:0;

    background:

        linear-gradient(
            to top,
            rgba(28,50,49,.7),
            transparent 53%
        );
}


.surgery-infra-image > div {

    position:absolute;

    z-index:2;

    left:20px;

    bottom:19px;

    display:flex;

    flex-direction:column;

    color:#fff;
}


.surgery-infra-image small {

    font-size:7px;

    color:#CBE1D7;
}


.surgery-infra-image strong {

    margin-top:3px;

    font-family:
        var(--sg-heading);

    font-size:18px;
}


.surgery-infra-content > p {

    margin:
        17px 0 0;

    font-size:12px;

    line-height:1.75;

    color:
        var(--sg-muted);
}


.surgery-infra-points {

    margin-top:23px;

    display:grid;

    grid-template-columns:
        1fr 1fr;

    gap:9px;
}


.surgery-infra-points span {

    min-height:58px;

    padding:
        0 13px;

    display:flex;

    align-items:center;

    gap:9px;

    border:
        1px solid var(--sg-border);

    border-radius:8px;

    background:#fff;

    font-size:9.5px;

    font-weight:600;
}


.surgery-infra-points i {

    color:
        var(--sg-green);
}


/* ============================================================
   EMERGENCY
   ============================================================ */

.surgery-emergency {

    padding:
        70px 0;

    background:
        var(--sg-milk);
}


.surgery-emergency-panel {

    padding:
        25px 28px;

    display:grid;

    grid-template-columns:
        52px 1fr auto;

    align-items:center;

    gap:20px;

    border:
        1px solid var(--sg-border);

    border-radius:13px;

    background:#fff;
}


.surgery-emergency-icon {

    width:50px;
    height:50px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:10px;

    background:
        var(--sg-red-soft);

    color:
        var(--sg-red);
}


.surgery-emergency-panel small {

    font-size:7px;

    font-weight:800;

    letter-spacing:.8px;

    color:
        var(--sg-red);
}


.surgery-emergency-panel h2 {

    margin:
        4px 0 0;

    font-family:
        var(--sg-heading);

    font-size:21px;

    color:
        var(--sg-dark);
}


.surgery-emergency-panel p {

    max-width:730px;

    margin:
        5px 0 0;

    font-size:9.5px;

    line-height:1.55;

    color:
        var(--sg-muted);
}


.surgery-emergency-panel > a {

    min-height:46px;

    padding:
        0 14px;

    display:flex;

    align-items:center;

    gap:8px;

    border-radius:8px;

    background:
        var(--sg-red);

    color:#fff !important;

    font-size:10px;

    font-weight:700;
}


/* ============================================================
   RELATED
   ============================================================ */

.surgery-related {

    padding:
        85px 0;

    background:#fff;
}


.surgery-related-heading {

    margin-bottom:30px;
}


.surgery-related-heading h2 {

    margin:0;

    font-family:
        var(--sg-heading);

    font-size:35px;

    color:
        var(--sg-dark);
}


.surgery-related-grid {

    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:12px;
}


.surgery-related-grid > a {

    min-height:105px;

    padding:18px;

    display:grid;

    grid-template-columns:
        40px 1fr auto;

    align-items:center;

    gap:12px;

    border:
        1px solid var(--sg-border);

    border-radius:10px;

    background:
        var(--sg-milk);

    color:
        var(--sg-dark) !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.surgery-related-grid > a:hover {

    transform:translateY(-4px);

    box-shadow:
        0 14px 30px rgba(35,65,60,.07);
}


.surgery-related-grid > a > span {

    width:39px;
    height:39px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:9px;

    background:
        var(--sg-sage-soft);

    color:
        var(--sg-green);
}


.surgery-related-grid
.surgery-related-red {

    background:
        var(--sg-red-soft);

    color:
        var(--sg-red);
}


.surgery-related-grid div {

    display:flex;

    flex-direction:column;
}


.surgery-related-grid small {

    margin-bottom:3px;

    font-size:7px;

    font-weight:800;

    color:
        var(--sg-green);
}


.surgery-related-grid strong {

    font-family:
        var(--sg-heading);

    font-size:12px;
}


/* ============================================================
   FINAL
   ============================================================ */

.surgery-final {

    position:relative;

    padding:
        63px 0;

    overflow:hidden;

    background:
        var(--sg-dark);

    color:#fff;
}


.surgery-final-circle {

    position:absolute;

    width:420px;
    height:420px;

    right:-190px;
    top:-220px;

    border-radius:50%;

    border:
        1px solid rgba(255,255,255,.07);
}


.surgery-final-inner {

    position:relative;

    z-index:2;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:50px;
}


.surgery-final-inner
> div:first-child
> span {

    font-size:8px;

    font-weight:800;

    letter-spacing:.9px;

    color:#BADACA;
}


.surgery-final h2 {

    margin:
        6px 0 0;

    font-family:
        var(--sg-heading);

    font-size:
        clamp(29px,3.4vw,43px);
}


.surgery-final p {

    margin:
        8px 0 0;

    font-size:10px;

    color:#C4D2CF;
}


.surgery-final-actions {

    display:flex;

    gap:9px;
}


.surgery-final-primary,
.surgery-final-call {

    min-height:51px;

    padding:
        0 16px;

    display:flex;

    align-items:center;

    gap:8px;

    border-radius:8px;

    font-size:10px;

    font-weight:700;
}


.surgery-final-primary {

    background:
        var(--sg-green);

    color:#fff !important;
}


.surgery-final-call {

    border:
        1px solid rgba(255,255,255,.20);

    color:#fff !important;
}


/* ============================================================
   MOBILE BAR
   ============================================================ */

.surgery-mobile-bar {

    display:none;
}


/* ============================================================
   TABLET
   ============================================================ */

@media(max-width:950px) {

    .surgery-hero-layout,
    .surgery-lap-layout,
    .surgery-consult-layout,
    .surgery-wound-layout,
    .surgery-infra-layout {

        grid-template-columns:1fr;

        gap:45px;
    }


    .surgery-hero-visual {

        max-width:680px;
    }


    .surgery-floating-card {

        left:20px;
    }


    .surgery-pathway-grid {

        grid-template-columns:
            repeat(3,1fr);
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media(max-width:600px) {

    #arhaSurgeryPage {

        padding-bottom:60px;
    }


    .surgery-container {

        width:
            calc(100% - 30px);
    }


    .surgery-mobile-bar {

        position:fixed;

        left:0;
        right:0;
        bottom:0;

        z-index:8500;

        height:60px;

        display:grid;

        grid-template-columns:
            repeat(3,1fr);

        background:#fff;

        border-top:
            1px solid var(--sg-border);

        box-shadow:
            0 -7px 25px rgba(0,0,0,.10);
    }


    .surgery-mobile-bar a {

        display:flex;

        flex-direction:column;

        align-items:center;

        justify-content:center;

        gap:4px;

        font-size:8px;

        font-weight:700;

        color:
            var(--sg-dark) !important;
    }


    .surgery-mobile-bar
    .surgery-mobile-primary {

        background:
            var(--sg-green);

        color:#fff !important;
    }


    .surgery-hero {

        padding:
            50px 0 65px;
    }


    .surgery-hero h1 {

        font-size:
            clamp(38px,11vw,48px);

        letter-spacing:-1.4px;
    }


    .surgery-hero-description {

        font-size:12.5px;
    }


    .surgery-actions {

        flex-direction:column;
    }


    .surgery-primary,
    .surgery-secondary {

        width:100%;
    }


    .surgery-main-photo {

        height:380px;

        border-radius:
            55px 13px 55px 13px;
    }


    .surgery-floating-card {

        position:relative;

        left:auto;
        bottom:auto;

        margin:
            -25px 13px 0;
    }


    .surgery-conditions,
    .surgery-laparoscopy,
    .surgery-pathway,
    .surgery-features,
    .surgery-consultation,
    .surgery-wound,
    .surgery-infrastructure,
    .surgery-related {

        padding:
            72px 0;
    }


    .surgery-heading {

        margin-bottom:31px;
    }


    .surgery-heading h2,
    .surgery-lap-copy h2,
    .surgery-consult-copy h2,
    .surgery-wound-copy h2,
    .surgery-infra-content h2 {

        font-size:32px;
    }


    .surgery-condition-grid {

        grid-template-columns:1fr;
    }


    .surgery-condition-card {

        min-height:195px;
    }


    .surgery-lap-features {

        grid-template-columns:1fr;
    }


    .surgery-lap-image {

        height:350px;

        border-radius:
            13px 55px 13px 55px;
    }


    .surgery-pathway-grid {

        grid-template-columns:1fr;
    }


    .surgery-pathway-grid article:first-child,
    .surgery-pathway-grid article:last-child {

        border-radius:10px;
    }


    .surgery-pathway-grid article {

        min-height:180px;
    }


    .surgery-feature-grid {

        grid-template-columns:1fr;
    }


    .surgery-feature-image {

        height:230px;
    }


    .surgery-consult-photo {

        height:350px;

        border-radius:
            55px 13px 55px 13px;
    }


    .surgery-consult-list {

        grid-template-columns:1fr;
    }


    .surgery-wound-image {

        height:320px;

        border-radius:
            13px 55px 13px 13px;
    }


    .surgery-infra-image {

        height:330px;
    }


    .surgery-infra-points {

        grid-template-columns:1fr;
    }


    .surgery-emergency-panel {

        grid-template-columns:
            45px 1fr;

        padding:20px;
    }


    .surgery-emergency-panel > a {

        grid-column:span 2;

        justify-content:center;

        margin-top:5px;
    }


    .surgery-related-grid {

        grid-template-columns:1fr;
    }


    .surgery-final-inner {

        align-items:flex-start;

        flex-direction:column;

        gap:25px;
    }


    .surgery-final-actions {

        width:100%;

        flex-direction:column;
    }


    .surgery-final-primary,
    .surgery-final-call {

        width:100%;
    }

}


@media(max-width:380px) {

    .surgery-service-pills {

        display:grid;

        grid-template-columns:
            1fr 1fr;
    }

}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media(prefers-reduced-motion:reduce) {

    #arhaSurgeryPage *,
    #arhaSurgeryPage *::before,
    #arhaSurgeryPage *::after {

        animation:none !important;

        transition:none !important;
    }


    #arhaSurgeryPage
    [data-surgery-reveal] {

        opacity:1 !important;

        transform:none !important;
    }

}