.amf-location,
.amf-location *{
    box-sizing:border-box;
}

.amf-location{
    --amf-location-green:#0b4b35;
    --amf-location-gold:#c9973d;
    position:relative;
    overflow:hidden;
    isolation:isolate;
    font-family:"Inter", Arial, sans-serif;
    color:#173f33;
    background:
        radial-gradient(circle at 50% 8%, rgba(255,255,255,.95) 0, rgba(255,255,255,.72) 36%, rgba(255,247,229,.82) 68%, rgba(250,238,214,.9) 100%),
        linear-gradient(120deg, #fffaf1 0%, #fffdf7 52%, #f7eddc 100%);
}

.amf-location::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-4;
    pointer-events:none;
    background:
        radial-gradient(circle at 14% 78%, rgba(201,151,61,.08) 0, rgba(201,151,61,0) 38%),
        radial-gradient(circle at 82% 72%, rgba(11,75,53,.05) 0, rgba(11,75,53,0) 36%);
}

.amf-location__container{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1400px;
    margin:0 auto;
}

.amf-location__decor{
    position:absolute;
    z-index:0;
    pointer-events:none;
    background-repeat:no-repeat;
    background-size:contain;
    opacity:.88;
}

.amf-location__decor--top-left{
    top:-2px;
    left:-16px;
    width:300px;
    height:300px;
    background-image:url('../images/contact-top-left.png');
    transform:scale(1.05);
}

.amf-location__decor--top-right{
    top:-10px;
    right:-12px;
    width:300px;
    height:300px;
    background-image:url('../images/contact-top-right.png');
    transform:scale(1.05);
}

.amf-location__header{
    width:100%;
    max-width:850px;
    margin:0 auto 42px;
    text-align:center;
    position:relative;
    z-index:3;
}

.amf-location__emblem{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:0 0 14px;
    color:var(--amf-location-gold);
}

.amf-location__emblem-circle{
    width:68px;
    height:68px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:3px solid currentColor;
    border-radius:50%;
    color:var(--amf-location-gold);
    background:rgba(255,255,255,.42);
    box-shadow:0 10px 28px rgba(130,88,23,.08);
}

.amf-location__emblem-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    font-size:31px;
    color:currentColor;
}

.amf-location__emblem-icon svg{
    width:31px;
    height:31px;
    fill:currentColor;
}

.amf-location__emblem-line{
    width:92px;
    height:2px;
    background:var(--amf-location-gold);
    opacity:.9;
    display:inline-block;
}

.amf-location__emblem-dot,
.amf-location__heading-divider-dot,
.amf-location__card-divider-dot,
.amf-location__bottom-ornament-dot{
    width:8px;
    height:8px;
    display:inline-block;
    background:var(--amf-location-gold);
    transform:rotate(45deg);
}

.amf-location__heading{
    margin:0;
    color:#073f2c;
    font-family:"Playfair Display", Georgia, serif;
    font-size:82px;
    line-height:1.02;
    font-weight:800;
    letter-spacing:-.045em;
    text-shadow:0 8px 16px rgba(4,43,29,.09);
}

.amf-location__heading-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:24px 0 20px;
    color:var(--amf-location-gold);
}

.amf-location__heading-divider-line{
    width:84px;
    height:2px;
    display:block;
    background:var(--amf-location-gold);
}

.amf-location__description{
    margin:0 auto;
    max-width:720px;
    color:#26323a;
    font-size:23px;
    line-height:1.35;
    font-weight:400;
}

.amf-location__map-frame{
    position:relative;
    width:100%;
    padding:8px;
    border:1px solid rgba(215,173,98,.58);
    border-radius:28px;
    background:rgba(255,255,255,.88);
    box-shadow:0 24px 56px rgba(89,65,23,.16);
    z-index:2;
}

.amf-location__map{
    position:relative;
    width:100%;
    min-height:560px;
    overflow:hidden;
    border:2px solid #d7ad62;
    border-radius:22px;
    background:
        linear-gradient(rgba(255,249,238,.42), rgba(255,249,238,.42)),
        linear-gradient(135deg, #f4efe5 0%, #fbf7ed 100%);
}

.amf-location__map-img,
.amf-location__map-iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
    object-fit:cover;
    opacity:.88;
}

.amf-location__map-tint{
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:rgba(255,249,238,.42);
}

.amf-location__marker{
    position:absolute;
    z-index:3;
    left:31.5%;
    top:33%;
    width:132px;
    height:169px;
    transform:translate(-50%, -88%);
    pointer-events:none;
}

.amf-location__marker::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:4px;
    width:58%;
    height:16px;
    background:rgba(4,46,30,.26);
    border-radius:50%;
    transform:translateX(-50%);
    filter:blur(7px);
    opacity:.78;
}

.amf-location__marker-pin{
    position:absolute;
    left:50%;
    top:0;
    width:78%;
    height:78%;
    transform:translateX(-50%) rotate(-45deg);
    transform-origin:50% 50%;
    border-radius:50% 50% 50% 0;
    background:#06442d;
    box-shadow:0 15px 30px rgba(5,50,34,.28), inset -12px -12px 22px rgba(0,0,0,.11), inset 12px 12px 26px rgba(255,255,255,.08);
}

.amf-location__marker-ring{
    position:absolute;
    inset:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:3px solid currentColor;
    border-radius:50%;
    color:#d7ad62;
    transform:rotate(45deg);
}

.amf-location__marker-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:currentColor;
    font-size:34px;
    line-height:1;
}

.amf-location__marker-icon svg{
    width:34px;
    height:34px;
    fill:currentColor;
}

.amf-location__card{
    position:absolute;
    z-index:4;
    top:22%;
    right:3.5%;
    width:520px;
    padding:36px 40px 34px;
    border:2px solid rgba(215,173,98,.96);
    border-radius:24px;
    background:rgba(255,255,255,.9);
    box-shadow:0 24px 46px rgba(60,43,13,.18), 16px 24px 0 rgba(11,75,53,.08);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

.amf-location__card-head{
    display:flex;
    align-items:center;
    gap:24px;
}

.amf-location__card-icon-wrap{
    width:82px;
    height:82px;
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#d7ad62;
    background:#0b4b35;
    box-shadow:0 12px 25px rgba(11,75,53,.2), inset 0 0 0 1px rgba(255,255,255,.1);
}

.amf-location__card-icon{
    color:currentColor;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    line-height:1;
}

.amf-location__card-icon svg{
    width:38px;
    height:38px;
    fill:currentColor;
}

.amf-location__card-title{
    margin:0;
    color:#0b4b35;
    font-family:"Playfair Display", Georgia, serif;
    font-size:30px;
    line-height:1.13;
    font-weight:800;
    letter-spacing:-.02em;
}

.amf-location__card-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin:25px 0 24px;
}

.amf-location__card-divider-line{
    height:1px;
    flex:1 1 auto;
    background:var(--amf-location-gold);
    opacity:.82;
}

.amf-location__card-divider-dot{
    width:8px;
    height:8px;
    flex:0 0 auto;
}

.amf-location__info-list{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.amf-location__info-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    color:#1e2630;
}

.amf-location__info-icon{
    width:26px;
    min-width:26px;
    margin-top:2px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#c9973d;
    font-size:22px;
    line-height:1;
}

.amf-location__info-icon svg{
    width:22px;
    height:22px;
    fill:currentColor;
}

.amf-location__info-content{
    display:block;
    min-width:0;
}

.amf-location__info-text{
    display:block;
    color:#1e2630;
    font-size:20px;
    line-height:1.42;
    font-weight:500;
}

.amf-location__info-item:first-child .amf-location__info-text{
    font-weight:800;
    letter-spacing:.01em;
}

.amf-location__info-subtext{
    display:block;
    margin-top:8px;
    color:#333a42;
    font-size:20px;
    line-height:1.4;
    font-weight:400;
}

.amf-location__bottom-ornament{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin:52px auto 0;
    color:var(--amf-location-gold);
}

.amf-location__bottom-ornament-line{
    width:118px;
    height:2px;
    background:var(--amf-location-gold);
    display:block;
}

.amf-location__bottom-ornament-dot{
    width:8px;
    height:8px;
}

.amf-location__bottom-ornament-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:currentColor;
    font-size:42px;
    line-height:1;
}

.amf-location__bottom-ornament-icon svg{
    width:42px;
    height:42px;
    fill:currentColor;
}

@media (max-width: 1200px){
    .amf-location__heading{
        font-size:68px;
    }
    .amf-location__description{
        font-size:21px;
    }
    .amf-location__card{
        width:470px;
        padding:30px 32px;
    }
    .amf-location__card-title{
        font-size:27px;
    }
}

@media (max-width: 1024px){
    .amf-location__decor--top-left,
    .amf-location__decor--top-right{
        width:230px;
        height:230px;
        opacity:.5;
    }
    .amf-location__heading{
        font-size:56px;
    }
    .amf-location__map{
        min-height:500px;
    }
    .amf-location__marker{
        width:112px;
        height:143px;
    }
    .amf-location__card{
        width:430px;
        right:3%;
        top:24%;
    }
    .amf-location__info-text,
    .amf-location__info-subtext{
        font-size:18px;
    }
}

@media (max-width: 767px){
    .amf-location__decor--top-left,
    .amf-location__decor--top-right{
        width:165px;
        height:165px;
        opacity:.32;
    }
    .amf-location__decor--top-left{
        left:-58px;
    }
    .amf-location__decor--top-right{
        right:-58px;
    }
    .amf-location__header{
        margin-bottom:28px;
    }
    .amf-location__emblem{
        gap:9px;
        margin-bottom:10px;
    }
    .amf-location__emblem-circle{
        width:54px;
        height:54px;
    }
    .amf-location__emblem-line{
        width:56px;
    }
    .amf-location__heading{
        font-size:42px;
        line-height:1.08;
        letter-spacing:-.035em;
    }
    .amf-location__heading-divider{
        margin:16px 0 14px;
    }
    .amf-location__heading-divider-line{
        width:58px;
    }
    .amf-location__description{
        font-size:17px;
    }
    .amf-location__map-frame{
        padding:6px;
        border-radius:22px;
    }
    .amf-location__map{
        min-height:720px;
        border-radius:17px;
    }
    .amf-location__map-img{
        object-position:42% center;
    }
    .amf-location__marker{
        left:48%;
        top:23%;
        width:108px;
        height:138px;
    }
    .amf-location__card{
        width:92%;
        max-width:none;
        top:44%;
        right:4%;
        padding:25px 22px 24px;
        border-radius:20px;
        box-shadow:0 20px 38px rgba(60,43,13,.16);
    }
    .amf-location__card-head{
        gap:16px;
    }
    .amf-location__card-icon-wrap{
        width:62px;
        height:62px;
    }
    .amf-location__card-icon{
        font-size:29px;
    }
    .amf-location__card-icon svg{
        width:29px;
        height:29px;
    }
    .amf-location__card-title{
        font-size:24px;
    }
    .amf-location__card-divider{
        margin:20px 0 20px;
    }
    .amf-location__info-list{
        gap:18px;
    }
    .amf-location__info-item{
        gap:14px;
    }
    .amf-location__info-text,
    .amf-location__info-subtext{
        font-size:16px;
    }
    .amf-location__info-subtext{
        margin-top:5px;
    }
    .amf-location__bottom-ornament{
        margin-top:34px;
    }
    .amf-location__bottom-ornament-line{
        width:76px;
    }
    .amf-location__bottom-ornament-icon{
        font-size:34px;
    }
    .amf-location__bottom-ornament-icon svg{
        width:34px;
        height:34px;
    }
}

@media (max-width: 420px){
    .amf-location__heading{
        font-size:36px;
    }
    .amf-location__emblem-line{
        width:42px;
    }
    .amf-location__card{
        padding:22px 18px;
    }
    .amf-location__card-title{
        font-size:21px;
    }
}
