﻿html { scroll-behavior: smooth; }

body{
    background:#ffffff;
    color:#5f6670;
}

.amph-wrap{
    overflow:hidden;
}

.amph-v2-header{
    position:sticky;
    top:0;
    z-index:999;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid rgba(0,0,0,.06);
    backdrop-filter: blur(8px);
}

.amph-v2-header .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:14px 15px;
}

.amph-brand{
    display:inline-flex;
    align-items:center;
    min-width:0;
    flex:0 0 auto;
}

.amph-brand img{
    max-height:44px;
    width:auto;
    display:block;
}

.amph-brand-logo{
    width:220px;
}

.amph-menu{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
    justify-content:flex-end;
    flex:1 1 auto;
    min-width:0;
}

.amph-menu li a{
    text-decoration:none;
    color:#2d3742;
    font-size:14px;
    font-weight:600;
    transition:all .2s ease;
}

.amph-menu li a:hover{
    color:#b89247;
}

.amph-menu li.cta a{
    display:inline-block;
    background:#b89247;
    color:#fff;
    padding:11px 16px;
    border-radius:6px;
}

.amph-menu li.cta a:hover{
    background:#9e7c3b;
    color:#fff;
}

.amph-menu-toggle{
    display:none;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    border:1px solid rgba(0,0,0,.12);
    border-radius:8px;
    background:#fff;
    color:#1d2833;
    cursor:pointer;
    padding:0;
}

.amph-menu-toggle span{
    display:block;
    width:22px;
    height:3px;
    background:currentColor;
    border-radius:999px;
    margin:2px 0;
    transition:all .2s ease;
}



.amph-hero .eyebrow{
    display:inline-block;
    margin-bottom:18px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.6px;
    text-transform:uppercase;
    color:#d8bc7a;
}

.amph-hero h1{
    border:none;
    padding:0;
    margin:0 0 24px 0;
    color:#fff;
    font-size:54px;
    line-height:1.08;
    font-weight:700;
    max-width:780px;
}

.amph-hero p{
    font-size:20px;
    line-height:1.65;
    color:rgba(255,255,255,.92);
    max-width:760px;
    margin:0 0 18px 0;
}

.amph-hero-actions{
    margin-top:34px;
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.amph-btn{
    display:inline-block;
    text-decoration:none !important;
    padding:14px 22px;
    border-radius:6px;
    font-size:14px;
    font-weight:700;
    letter-spacing:.2px;
    transition:all .2s ease;
}

.amph-btn-primary{
    background:#b89247;
    color:#fff !important;
}

.amph-btn-primary:hover{
    background:#9e7c3b;
}

.amph-btn-secondary{
    border:1px solid rgba(255,255,255,.35);
    color:#fff !important;
    background:rgba(255,255,255,.08);
}

.amph-btn-secondary:hover{
    background:rgba(255,255,255,.14);
}

.amph-hero-media{
    position:relative;
    height:85vh;
    min-height:520px;
    overflow:hidden;
}

.amph-hero-video{
    width:100%;
    height:100%;
    object-fit:cover;
}

.amph-hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
}

.amph-hero-text{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align:center;
    color:#fff;
    padding:20px;
    max-width:980px;
    width:100%;
}

.amph-section{
    padding:80px 0;
}

.amph-section.alt{
    background:#f7f8fa;
}

.amph-section.dark{
    background:#0f1a26;
    color:#d8dde5;
}

.amph-section.dark h2,
.amph-section.dark h3,
.amph-section.dark h4,
.amph-section.dark p{
    color:inherit;
}

.amph-kicker{
    display:inline-block;
    margin-bottom:14px;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:1.4px;
    font-weight:700;
    color:#b89247;
}

.amph-section h2{
    text-transform:none;
    text-align:left;
    color:#1c2530;
    font-size:42px;
    line-height:1.15;
    margin:0 0 18px 0;
    padding:0;
}

.amph-section .lead{
    font-size:20px;
    line-height:1.7;
    color:#617082;
    max-width:920px;
    margin-bottom:0;
}

#medicion .lead{
    max-width:none;
}

.amph-grid-3{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px;
    margin-top:42px;
}

.amph-grid-4{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:24px;
    margin-top:36px;
}

.amph-grid-2{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:30px;
    margin-top:42px;
}

.amph-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
    border-radius:10px;
    padding:30px 28px;
    height:100%;
    box-shadow:0 8px 30px rgba(0,0,0,.04);
}

.amph-card h3,
.amph-card h4{
    text-transform:none;
    padding:0;
    margin:0 0 14px 0;
    color:#d8bc7a;
    font-size:24px;
    line-height:1.25;
}

.amph-card p{
    margin:0;
    font-size:16px;
    line-height:1.75;
    color:#617082;
}

.amph-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#f4ede0;
    color:#b89247;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    margin-bottom:18px;
}

.amph-bridge{
    padding:80px 0;
    background:
        linear-gradient(rgba(13,20,29,.72), rgba(13,20,29,.72)),
        url('../images/breaks/break-2.jpg') center center / cover no-repeat;
    color:#fff;
    text-align:center;
}

.amph-bridge h3{
    text-transform:none;
    text-align:center;
    color:#fff;
    font-size:44px;
    line-height:1.1;
    margin:0 0 12px 0;
    padding:0;
}

.amph-bridge p{
    font-size:22px;
    color:rgba(255,255,255,.9);
    margin:0;
}

.amph-steps{
    counter-reset:amphstep;
    margin-top:40px;
}

.amph-step{
    position:relative;
    padding:0 0 0 90px;
    margin-bottom:34px;
}

.amph-step:last-child{
    margin-bottom:0;
}

.amph-step-num{
    position:absolute;
    left:0;
    top:0;
    width:62px;
    height:62px;
    border-radius:50%;
    background:#b89247;
    color:#fff;
    font-size:18px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.amph-step h4{
    text-transform:none;
    padding:0;
    margin:0 0 10px 0;
    color:#1d2833;
    font-size:24px;
}

.amph-step p{
    margin:0;
    font-size:17px;
    line-height:1.8;
    color:#617082;
}

.amph-metrics{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:24px;
    margin-top:36px;
}

.amph-metric{
    background:#fff;
    border-radius:10px;
    padding:26px 20px;
    border:1px solid rgba(0,0,0,.06);
    text-align:center;
    box-shadow:0 8px 30px rgba(0,0,0,.04);
}

.amph-metric strong{
    display:block;
    font-size:34px;
    line-height:1.1;
    color:#1d2833;
    margin-bottom:8px;
}

.amph-metric span{
    display:block;
    font-size:14px;
    line-height:1.5;
    color:#6e7b8a;
    font-weight:600;
}

.amph-case{
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
    border-radius:10px;
    padding:30px;
    height:100%;
    box-shadow:0 8px 30px rgba(0,0,0,.04);
}

.amph-case .tag{
    display:inline-block;
    background:#f4ede0;
    color:#8e6e34;
    padding:6px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:16px;
}

.amph-case h4{
    text-transform:none;
    padding:0;
    margin:0 0 14px 0;
    color:#1d2833;
    font-size:26px;
    line-height:1.25;
}

.amph-case p{
    font-size:16px;
    line-height:1.8;
    color:#617082;
    margin:0 0 12px 0;
}

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

.amph-impact{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:24px;
    margin-top:40px;
}

.amph-impact .amph-card{
    border-top:4px solid #b89247;
}

.amph-territory{
    background:
        linear-gradient(rgba(15,26,38,.78), rgba(15,26,38,.78)),
        url('../images/breaks/break-1.jpg') center center / cover no-repeat;
    color:#fff;
}

.amph-territory h2,
.amph-territory p,
.amph-territory h4{
    color:#fff;
}

.amph-territory .lead{
    color:rgba(255,255,255,.9);
}

.amph-territory .amph-card{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.16);
    box-shadow:none;
}

.amph-territory .amph-card p{
    color:rgba(255,255,255,.88);
}

.amph-contact-box{
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
    border-radius:10px;
    padding:38px;
    box-shadow:0 8px 30px rgba(0,0,0,.04);
}

.amph-alert{
    border-radius:8px;
    padding:14px 16px;
    margin-bottom:20px;
    font-size:15px;
    line-height:1.6;
    font-weight:600;
}

.amph-alert-success{
    background:#edf7ef;
    border:1px solid #b9dec1;
    color:#1f6a33;
}

.amph-alert-error{
    background:#fff1f1;
    border:1px solid #e5b7b7;
    color:#9f2f2f;
}

.amph-honeypot{
    position:absolute;
    left:-9999px;
    opacity:0;
    pointer-events:none;
}

.amph-contact-points{
    list-style:none;
    margin:24px 0 0 0;
    padding:0;
}

.amph-contact-points li{
    margin-bottom:10px;
    font-size:16px;
    color:#617082;
    font-weight:600;
}

.amph-form .form-group{
    margin-bottom:18px;
}

.amph-form label{
    display:block;
    margin-bottom:8px;
    color:#1d2833;
    font-size:14px;
    font-weight:700;
}

.amph-form .form-control{
    height:48px;
    border-radius:6px;
    border:1px solid #d7dde5;
    box-shadow:none;
    color:#3a4652;
    font-size:15px;
}

.amph-form textarea.form-control{
    height:150px;
    resize:vertical;
    padding-top:12px;
}

.amph-form .form-control:focus{
    border-color:#b89247;
    box-shadow:0 0 0 3px rgba(184,146,71,.12);
}

.amph-form-submit{
    border:none;
}

.amph-footer{
    background:#121b25;
    color:#a8b2be;
    padding:28px 0;
    border-top:1px solid rgba(255,255,255,.05);
}

.amph-footer .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.amph-footer a{
    color:#d8bc7a;
    text-decoration:none;
}

.amph-footer a:hover{
    text-decoration:underline;
}

@media (max-width: 1199px){
    .amph-grid-4,
    .amph-metrics{
        grid-template-columns:repeat(2, 1fr);
    }

    .amph-grid-3,
    .amph-impact{
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width: 991px){
    .amph-v2-header .container{
        align-items:center;
        flex-wrap:wrap;
        justify-content:space-between;
    }

    .amph-brand{
        flex:0 1 auto;
        max-width:calc(100% - 64px);
    }

    .amph-menu-toggle{
        display:inline-flex;
    }

    .amph-menu{
        display:none;
        width:100%;
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
        padding-top:12px;
        flex-basis:100%;
    }

    .amph-v2-header.is-open .amph-menu{
        display:flex;
    }

    .amph-menu li,
    .amph-menu li a{
        width:100%;
    }

    .amph-menu li.cta a{
        text-align:center;
    }

    .amph-hero{
        padding:0;
    }

    .amph-hero h1{
        font-size:42px;
    }

    .amph-section h2{
        font-size:34px;
    }

    .amph-bridge h3{
        font-size:36px;
    }

    .amph-grid-3,
    .amph-grid-2,
    .amph-impact{
        grid-template-columns:1fr;
    }

    #medicion .lead{
        max-width:920px;
    }
}

@media (max-width: 767px){
    .amph-hero-media{
        height:78vh;
        min-height:540px;
    }

    .amph-hero-text{
        top:0;
        left:0;
        transform:none;
        display:flex;
        align-items:flex-start;
        justify-content:center;
        min-height:100%;
        padding:84px 18px 20px;
    }

    .amph-hero .eyebrow{
        margin-bottom:10px;
        font-size:12px;
    }

    .amph-brand-logo{
        width:150px;
        max-width:100%;
    }

    .amph-v2-header .container{
        gap:12px;
    }

    .amph-hero h1{
        font-size:30px;
        margin-bottom:16px;
    }

    .amph-hero p,
    .amph-section .lead{
        font-size:16px;
    }

    .amph-hero p{
        margin-bottom:10px;
        line-height:1.5;
    }

    .amph-hero-actions{
        margin-top:14px;
        gap:10px;
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }

    .amph-btn{
        width:100%;
        max-width:280px;
        padding:12px 18px;
    }

    .amph-grid-4,
    .amph-metrics{
        grid-template-columns:1fr;
    }

    .amph-step{
        padding-left:0;
        padding-top:78px;
    }

    .amph-step-num{
        width:56px;
        height:56px;
    }

    .amph-contact-box{
        padding:28px 22px;
    }
}
