@charset "utf-8";

/* 햇살농원 찾아오시는 길 - Premium Clean Card Version */

.hs-location-wrap {
    width: 100%;
    overflow: hidden;
    background: #f8f4ec;
    color: #242018;
    padding: 72px 0 96px;
}

.hs-location-wrap * {
    box-sizing: border-box;
}

.hs-location-hero {
    position: relative;
    width: min(1180px, calc(100% - 48px));
    min-height: 460px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 34px;
    background:
        linear-gradient(90deg, rgba(22, 18, 13, .76), rgba(22, 18, 13, .52), rgba(22, 18, 13, .18)),
        url('/theme/gpt/img/haetsal-location-hero.jpg') center center / cover no-repeat;
    box-shadow: 0 28px 80px rgba(45, 34, 19, .16);
}

.hs-location-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 22% 25%, rgba(255,255,255,.14), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.18));
    pointer-events: none;
}

.hs-location-hero__inner {
    position: relative;
    z-index: 2;
    width: min(720px, calc(100% - 56px));
    margin-left: clamp(28px, 6vw, 76px);
    padding: 72px 0;
    color: #fff;
}

.hs-location-kicker,
.hs-location-label {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .18em;
    font-weight: 800;
    color: #a13c28;
}

.hs-location-hero .hs-location-kicker {
    color: #f4d3a2;
}

.hs-location-hero h1 {
    margin: 0;
    font-size: clamp(40px, 4.6vw, 64px);
    line-height: 1.08;
    letter-spacing: -0.06em;
    font-weight: 850;
}

.hs-location-desc {
    margin: 24px 0 0;
    max-width: 640px;
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,.9);
}

.hs-location-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.hs-location-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    background: rgba(255,255,255,.11);
    backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 750;
    color: rgba(255,255,255,.94);
}

.hs-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.hs-location-btn,
.hs-location-map-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.38);
    background: rgba(255,255,255,.13);
    color: #fff !important;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: -0.02em;
    text-decoration: none !important;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.hs-location-btn:hover,
.hs-location-map-actions a:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.22);
    border-color: rgba(255,255,255,.65);
}

.hs-location-btn--primary {
    background: #a13c28;
    border-color: #a13c28;
    color: #fff !important;
}

.hs-location-info-section {
    width: min(1080px, calc(100% - 48px));
    margin: -54px auto 0;
    position: relative;
    z-index: 5;
}

.hs-location-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    gap: 18px;
}

.hs-location-card {
    border-radius: 28px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 24px 70px rgba(45, 34, 19, .14);
    border: 1px solid rgba(80, 58, 33, .10);
    padding: 38px;
}

.hs-location-card h2,
.hs-location-map-head h2,
.hs-location-trust h2 {
    margin: 0;
    font-size: clamp(26px, 2.8vw, 36px);
    line-height: 1.22;
    letter-spacing: -0.055em;
    font-weight: 850;
    color: #231d14;
}

.hs-location-info {
    margin: 28px 0 0;
}

.hs-location-info div {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 16px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(50, 38, 23, .10);
}

.hs-location-info div:first-child {
    border-top: 1px solid rgba(50, 38, 23, .10);
}

.hs-location-info dt {
    font-size: 14px;
    font-weight: 850;
    color: #8a6a43;
    letter-spacing: -0.02em;
}

.hs-location-info dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 750;
    color: #262015;
    letter-spacing: -0.03em;
}

.hs-location-info dd a {
    color: #a13c28;
    text-decoration: none;
}

.hs-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    margin-left: 7px;
    padding: 0 10px;
    border: 1px solid rgba(161, 60, 40, .25);
    border-radius: 999px;
    background: #fff7ef;
    color: #a13c28;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    vertical-align: middle;
}

.hs-location-card--notice {
    background:
        linear-gradient(145deg, #fffaf2, #fff),
        #fff;
}

.hs-location-check {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.hs-location-check li {
    position: relative;
    padding: 18px 0 18px 34px;
    border-bottom: 1px solid rgba(50, 38, 23, .10);
}

.hs-location-check li:first-child {
    border-top: 1px solid rgba(50, 38, 23, .10);
}

.hs-location-check li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 23px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #a13c28;
    box-shadow: inset 0 0 0 5px #f3d9c9;
}

.hs-location-check strong {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 850;
    color: #241f16;
    letter-spacing: -0.04em;
}

.hs-location-check span {
    display: block;
    font-size: 14px;
    line-height: 1.65;
    color: #6b5b47;
    letter-spacing: -0.03em;
}

.hs-location-map-section {
    width: min(1080px, calc(100% - 48px));
    margin: 76px auto 0;
}

.hs-location-map-head {
    text-align: center;
    margin-bottom: 28px;
}

.hs-location-map-head p {
    margin: 14px auto 0;
    max-width: 640px;
    font-size: 15px;
    line-height: 1.75;
    color: #6b5b47;
    letter-spacing: -0.03em;
}

.hs-location-map-box {
    overflow: hidden;
    height: 430px;
    border-radius: 28px;
    border: 1px solid rgba(80, 58, 33, .12);
    box-shadow: 0 22px 64px rgba(45, 34, 19, .12);
    background: #e9dfd0;
}

.hs-location-map-box iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-location-map-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hs-location-map-actions a {
    background: #2f2a20;
    border-color: #2f2a20;
}

.hs-location-map-actions a:first-child {
    background: #03c75a;
    border-color: #03c75a;
}

.hs-location-trust {
    width: min(1080px, calc(100% - 48px));
    margin: 76px auto 0;
    padding: 76px 24px;
    border-radius: 30px;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(24, 20, 14, .86), rgba(24, 20, 14, .66)),
        url('/theme/gpt/img/haetsal-location-bottom.jpg') center center / cover no-repeat;
    color: #fff;
    box-shadow: 0 24px 68px rgba(45, 34, 19, .13);
}

.hs-location-trust__inner {
    width: min(880px, 100%);
    margin: 0 auto;
    text-align: center;
}

.hs-location-trust .hs-location-label {
    color: #f4d3a2;
}

.hs-location-trust h2 {
    color: #fff;
}

.hs-location-trust p {
    margin: 20px auto 0;
    max-width: 700px;
    font-size: 16px;
    line-height: 1.82;
    color: rgba(255,255,255,.84);
    letter-spacing: -0.03em;
}

.hs-location-trust-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.hs-location-trust-list span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.20);
    font-size: 13px;
    font-weight: 800;
    color: rgba(255,255,255,.92);
}

@media (max-width: 900px) {
    .hs-location-wrap {
        padding: 48px 0 72px;
    }

    .hs-location-hero {
        width: min(100% - 28px, 720px);
        min-height: 500px;
        border-radius: 26px;
    }

    .hs-location-hero__inner {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 68px 0 116px;
    }

    .hs-location-desc {
        font-size: 16px;
    }

    .hs-location-info-section {
        width: min(100% - 28px, 720px);
        margin-top: -60px;
    }

    .hs-location-grid {
        grid-template-columns: 1fr;
    }

    .hs-location-card {
        padding: 30px 24px;
        border-radius: 24px;
    }

    .hs-location-info div {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 12px;
    }

    .hs-location-map-section {
        width: min(100% - 28px, 720px);
        margin-top: 56px;
    }

    .hs-location-map-box {
        height: 380px;
        border-radius: 24px;
    }

    .hs-location-trust {
        width: min(100% - 28px, 720px);
        margin-top: 60px;
        padding: 64px 20px;
        border-radius: 24px;
    }

    .pc-br {
        display: none;
    }
}

@media (max-width: 520px) {
    .hs-location-wrap {
        padding: 36px 0 60px;
    }

    .hs-location-hero {
        width: calc(100% - 24px);
        min-height: 500px;
        border-radius: 22px;
        background:
            linear-gradient(180deg, rgba(22, 18, 13, .76), rgba(22, 18, 13, .54)),
            url('/theme/gpt/img/haetsal-location-hero.jpg') center center / cover no-repeat;
    }

    .hs-location-hero__inner {
        width: calc(100% - 32px);
        padding: 58px 0 112px;
    }

    .hs-location-hero h1 {
        font-size: 38px;
    }

    .hs-location-desc {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.75;
    }

    .hs-location-badges {
        margin-top: 24px;
    }

    .hs-location-badges span {
        min-height: 31px;
        padding: 0 11px;
        font-size: 12px;
    }

    .hs-location-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 26px;
    }

    .hs-location-btn {
        width: 100%;
    }

    .hs-location-info-section {
        width: calc(100% - 24px);
        margin-top: -58px;
    }

    .hs-location-card {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .hs-location-card h2,
    .hs-location-map-head h2,
    .hs-location-trust h2 {
        font-size: 26px;
    }

    .hs-location-info div {
        display: block;
        padding: 15px 0;
    }

    .hs-location-info dt {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .hs-location-info dd {
        font-size: 15px;
    }

    .hs-copy-btn {
        margin-left: 0;
        margin-top: 8px;
    }

    .hs-location-check li {
        padding-left: 30px;
    }

    .hs-location-map-section {
        width: calc(100% - 24px);
        margin-top: 50px;
    }

    .hs-location-map-box {
        height: 330px;
        border-radius: 22px;
    }

    .hs-location-map-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hs-location-map-actions a {
        width: 100%;
    }

    .hs-location-trust {
        width: calc(100% - 24px);
        margin-top: 54px;
        padding: 54px 18px;
        border-radius: 22px;
    }

    .hs-location-trust p {
        font-size: 15px;
    }
}