/* ============================================================
   LET HIM COOK™
   Dedicated Locations Page Styles
   ============================================================ */


/* ============================================================
   1. INTERIOR HEADER
   ============================================================ */

.locations-page .site-header {
    position: relative;

    color: var(--white-bright);
    background: var(--black);

    border-bottom: 1px solid var(--line-dark);
}

.locations-page .primary-nav a[aria-current="page"]::after {
    transform: scaleX(1);
}


/* ============================================================
   2. LOCATIONS HERO
   ============================================================ */

.locations-hero {
    position: relative;

    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.45fr);

    min-height: 720px;

    padding:
        clamp(90px, 10vw, 145px)
        var(--content-inset)
        115px;

    color: var(--white);
    background:
        radial-gradient(
            circle at 78% 35%,
            rgba(184, 217, 54, 0.14),
            transparent 30%
        ),
        var(--black);

    overflow: hidden;
}

.locations-hero::before {
    position: absolute;

    top: 0;
    right: 0;

    width: 38%;
    height: 100%;

    border-left: 1px solid var(--line-dark);

    content: "";
    pointer-events: none;
}

.locations-hero__copy {
    position: relative;
    z-index: 2;

    align-self: center;
}

.locations-hero__copy > p {
    margin-bottom: 24px;

    color: var(--green);

    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.17em;
}

.locations-hero h1 {
    margin: 0;

    font-family: var(--display);
    font-size: clamp(8rem, 18vw, 19rem);
    font-weight: 400;
    line-height: 0.78;
    letter-spacing: -0.045em;
}

.locations-hero h1 span {
    display: block;

    color: var(--green);
}

.locations-hero__aside {
    position: relative;
    z-index: 2;

    align-self: end;

    padding-left: clamp(25px, 4vw, 65px);
}

.locations-hero__aside > p {
    max-width: 360px;

    margin-bottom: 34px;

    color: #b4b1a9;

    font-size: clamp(0.95rem, 1.2vw, 1.08rem);
    line-height: 1.7;
}

.locations-hero__aside > a {
    display: flex;
    max-width: 360px;
    align-items: center;
    justify-content: space-between;

    padding-block: 15px;

    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);

    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.locations-hero__aside > a span {
    font-size: 1.1rem;
}

.locations-hero__ticker {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-around;
    gap: 24px;

    padding-inline: var(--content-inset);

    color: var(--black);
    background: var(--green);

    border-top: 1px solid var(--black);

    font-family: var(--display);
    font-size: clamp(1.1rem, 1.8vw, 1.7rem);
    line-height: 1;
    letter-spacing: 0.025em;
    white-space: nowrap;
}

.locations-hero__ticker span:nth-child(even) {
    font-family: var(--body);
    font-size: 0.75rem;
}


/* ============================================================
   3. LOCATION FINDER
   ============================================================ */

.location-finder {
    display: grid;
    grid-template-columns: minmax(150px, 0.3fr) minmax(0, 1fr);
    gap: clamp(45px, 9vw, 140px);

    padding:
        clamp(80px, 10vw, 135px)
        var(--content-inset);

    background: var(--white-bright);
}

.location-finder__label > span {
    display: block;

    margin-bottom: 8px;

    color: var(--orange);

    font-family: var(--display);
    font-size: 4rem;
    line-height: 1;
}

.location-finder__label > p {
    margin: 0;

    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.location-finder__search {
    max-width: 880px;
}

.location-finder__search > label {
    display: block;

    margin-bottom: 22px;

    font-family: var(--display);
    font-size: clamp(3rem, 5vw, 5.5rem);
    line-height: 0.9;
}

.location-finder__field {
    display: grid;
    grid-template-columns: 1fr auto;

    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}

.location-finder__field input {
    min-width: 0;
    min-height: 82px;

    padding: 0 24px;

    color: var(--black);
    background: transparent;

    border: 0;
    outline: 0;

    font-family: var(--body);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.location-finder__field input::placeholder {
    color: #96938b;
}

.location-finder__field button {
    display: inline-flex;
    min-width: 170px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding-inline: 25px;

    color: var(--black);
    background: var(--green);

    border-left: 1px solid var(--black);

    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        color 180ms ease,
        background 180ms ease;
}

.location-finder__field button:hover {
    color: var(--white);
    background: var(--black);
}

.location-finder__search > p {
    margin-top: 13px;

    color: var(--gray-dark);

    font-size: 0.64rem;
}


/* ============================================================
   4. LOCATION DIRECTORY
   ============================================================ */

.location-directory {
    border-top: 1px solid var(--black);
}

.location-entry {
    display: grid;
    grid-template-columns:
        90px
        minmax(300px, 1.25fr)
        minmax(180px, 0.65fr)
        minmax(220px, 0.8fr)
        minmax(190px, 0.7fr)
        auto;

    gap: clamp(20px, 3vw, 50px);
    align-items: start;

    padding:
        clamp(55px, 6vw, 85px)
        var(--content-inset);

    color: var(--white);
    background: var(--black);

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.location-entry--green {
    color: var(--black);
    background: var(--green);

    border-bottom-color: var(--black);
}

.location-entry--orange {
    color: var(--white);
    background: var(--orange);

    border-bottom-color: var(--black);
}

.location-entry__number {
    font-family: var(--display);
    font-size: 3.7rem;
    line-height: 1;
}

.location-entry__city > p {
    margin-bottom: 8px;

    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.location-entry__city h2 {
    margin: 0;

    font-family: var(--display);
    font-size: clamp(4.5rem, 7vw, 7.5rem);
    font-weight: 400;
    line-height: 0.77;
    letter-spacing: -0.035em;
}

.location-entry__city h2 span {
    display: block;

    color: var(--green);
}

.location-entry--green .location-entry__city h2 span {
    color: var(--white-bright);
}

.location-entry--orange .location-entry__city h2 span {
    color: var(--black);
}

.location-entry__address > span,
.location-entry__hours > span,
.location-entry__services > span {
    display: block;

    margin-bottom: 12px;

    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.15em;

    opacity: 0.62;
}

.location-entry__address > p {
    margin: 0;

    font-size: 0.82rem;
    line-height: 1.7;

    opacity: 0.8;
}

.location-entry__hours dl {
    margin: 0;
}

.location-entry__hours dl > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;

    padding-block: 6px;

    border-bottom: 1px solid currentColor;

    font-size: 0.7rem;

    opacity: 0.8;
}

.location-entry__hours dt,
.location-entry__hours dd {
    margin: 0;
}

.location-entry__hours dd {
    font-weight: 700;
    text-align: right;
}

.location-entry__services ul {
    display: grid;
    gap: 5px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.location-entry__services li {
    font-size: 0.72rem;

    opacity: 0.8;
}

.location-entry__services li::before {
    margin-right: 8px;
    content: "—";
}

.location-entry__action {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    padding-top: 3px;

    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.location-entry__action span {
    font-size: 1rem;

    transition: transform 180ms ease;
}

.location-entry__action:hover span {
    transform: translate(4px, -4px);
}


/* ============================================================
   5. DEMO MAP
   ============================================================ */

.demo-map {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(330px, 0.7fr);

    min-height: 760px;

    color: var(--white);
    background: var(--black);
}

.demo-map__canvas {
    position: relative;

    min-height: 700px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 25% 35%,
            rgba(184, 217, 54, 0.08),
            transparent 30%
        ),
        #161612;

    border-right: 1px solid var(--line-dark);
}

.demo-map__grid {
    position: absolute;
    inset: 0;

    opacity: 0.35;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.08) 1px,
            transparent 1px
        );

    background-size: 45px 45px;
}

.map-road {
    position: absolute;

    height: 12px;

    background: rgba(255, 255, 255, 0.1);

    border-block: 1px solid rgba(255, 255, 255, 0.15);

    transform-origin: center;
}

.map-road--one {
    top: 35%;
    left: -15%;

    width: 130%;

    transform: rotate(13deg);
}

.map-road--two {
    top: 57%;
    left: -8%;

    width: 120%;

    transform: rotate(-18deg);
}

.map-road--three {
    top: 10%;
    left: 57%;

    width: 95%;

    transform: rotate(79deg);
}

.map-pin {
    position: absolute;
    z-index: 3;

    display: grid;
    gap: 6px;

    padding: 11px 14px;

    color: var(--black);
    background: var(--green);

    border: 1px solid var(--black);
}

.map-pin::after {
    position: absolute;

    bottom: -10px;
    left: 18px;

    width: 18px;
    height: 18px;

    background: inherit;

    border-right: 1px solid var(--black);
    border-bottom: 1px solid var(--black);

    content: "";

    transform: rotate(45deg);
}

.map-pin > span {
    position: relative;
    z-index: 2;

    font-family: var(--display);
    font-size: 1.6rem;
    line-height: 1;
}

.map-pin > strong {
    position: relative;
    z-index: 2;

    font-size: 0.52rem;
    letter-spacing: 0.12em;
}

.map-pin--one {
    top: 31%;
    left: 26%;
}

.map-pin--two {
    top: 52%;
    left: 58%;

    color: var(--white);
    background: var(--orange);
}

.map-pin--three {
    top: 68%;
    left: 40%;

    color: var(--black);
    background: var(--white-bright);
}

.demo-map__copy {
    display: flex;
    justify-content: center;
    flex-direction: column;

    padding:
        clamp(65px, 8vw, 120px)
        clamp(35px, 6vw, 85px);
}

.demo-map__copy > p:first-child {
    margin-bottom: 23px;

    color: var(--green);

    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.17em;
}

.demo-map__copy h2 {
    margin-bottom: 34px;

    font-family: var(--display);
    font-size: clamp(5rem, 8vw, 9rem);
    font-weight: 400;
    line-height: 0.74;
    letter-spacing: -0.04em;
}

.demo-map__copy h2 span {
    display: block;

    color: var(--green);
}

.demo-map__copy > p:not(:first-child) {
    max-width: 500px;

    color: #99978f;

    font-size: 0.9rem;
    line-height: 1.75;
}

.demo-map__copy > p + p {
    margin-top: 15px;
}


/* ============================================================
   6. BEFORE YOU COME
   ============================================================ */

.before-you-come {
    padding:
        clamp(95px, 12vw, 165px)
        var(--content-inset);

    color: var(--black);
    background: var(--white-bright);
}

.before-you-come__heading {
    display: grid;
    grid-template-columns: 0.28fr 1fr;
    gap: clamp(40px, 8vw, 120px);
    align-items: end;

    margin-bottom: clamp(65px, 9vw, 120px);
}

.before-you-come__heading > span {
    color: var(--orange);

    font-family: var(--display);
    font-size: 4rem;
    line-height: 1;
}

.before-you-come__heading h2 {
    margin: 0;

    font-family: var(--display);
    font-size: clamp(6rem, 12vw, 13rem);
    font-weight: 400;
    line-height: 0.82;
    letter-spacing: -0.045em;
}

.before-you-come__heading h2 span {
    display: block;

    color: var(--orange);
}

.before-you-come__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
}

.before-you-come__list article {
    min-height: 300px;

    padding: 30px;

    border-right: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}

.before-you-come__list article > span {
    display: block;

    margin-bottom: clamp(55px, 7vw, 95px);

    color: var(--orange);

    font-size: 0.62rem;
    font-weight: 800;
}

.before-you-come__list h3 {
    margin-bottom: 14px;

    font-family: var(--display);
    font-size: clamp(2.8rem, 4.3vw, 4.7rem);
    font-weight: 400;
    line-height: 0.86;
}

.before-you-come__list p {
    margin: 0;

    color: #625f57;

    font-size: 0.82rem;
    line-height: 1.65;
}


/* ============================================================
   7. FOOD CTA
   ============================================================ */

.locations-food-cta {
    position: relative;

    min-height: 92svh;

    color: var(--white);
    background: var(--black);

    overflow: hidden;
}

.locations-food-cta > img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.locations-food-cta__shade {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.78),
            rgba(0, 0, 0, 0.12) 65%
        ),
        linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.62),
            transparent 55%
        );
}

.locations-food-cta__copy {
    position: absolute;
    z-index: 3;

    left: var(--content-inset);
    bottom: clamp(55px, 9vw, 120px);

    max-width: 900px;
}

.locations-food-cta__copy > p {
    margin-bottom: 20px;

    color: var(--green);

    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.17em;
}

.locations-food-cta__copy h2 {
    margin-bottom: 42px;

    font-family: var(--display);
    font-size: clamp(6rem, 12vw, 13rem);
    font-weight: 400;
    line-height: 0.7;
    letter-spacing: -0.045em;
}

.locations-food-cta__copy h2 span {
    display: block;

    color: var(--green);
}

.locations-food-cta__copy > a {
    display: flex;
    width: min(420px, 100%);
    align-items: center;
    justify-content: space-between;

    padding-block: 16px;

    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);

    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.locations-food-cta__copy > a span {
    font-size: 1.1rem;
}


/* ============================================================
   8. DISCLAIMER
   ============================================================ */

.locations-demo-note {
    display: grid;
    grid-template-columns: 0.5fr 1fr 1fr;
    gap: clamp(30px, 5vw, 80px);

    padding:
        45px
        var(--content-inset);

    color: var(--black);
    background: var(--green);

    border-top: 1px solid var(--black);
}

.locations-demo-note > span {
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.locations-demo-note > p {
    margin: 0;

    font-size: 0.72rem;
    line-height: 1.65;
}


/* ============================================================
   9. RESPONSIVE — 1200
   ============================================================ */

@media (max-width: 1200px) {

    .location-entry {
        grid-template-columns:
            65px
            minmax(250px, 1.2fr)
            minmax(180px, 0.75fr)
            minmax(210px, 0.85fr)
            auto;
    }

    .location-entry__services {
        display: none;
    }

}


/* ============================================================
   10. RESPONSIVE — 1000
   ============================================================ */

@media (max-width: 1000px) {

    .locations-hero {
        grid-template-columns: 1fr;
    }

    .locations-hero::before {
        display: none;
    }

    .locations-hero__aside {
        align-self: auto;

        width: min(420px, 100%);

        margin-top: 55px;
        padding-left: 0;
    }

    .location-entry {
        grid-template-columns:
            55px
            minmax(230px, 1fr)
            minmax(180px, 0.7fr)
            auto;
    }

    .location-entry__hours {
        display: none;
    }

    .demo-map {
        grid-template-columns: 1fr;
    }

    .demo-map__canvas {
        min-height: 68svh;

        border-right: 0;
        border-bottom: 1px solid var(--line-dark);
    }

    .before-you-come__list {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ============================================================
   11. RESPONSIVE — 900
   ============================================================ */

@media (max-width: 900px) {

    .locations-page .site-header {
        position: relative;
    }

    .location-finder {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .location-entry {
        grid-template-columns: 55px 1fr auto;
    }

    .location-entry__address {
        grid-column: 2;
    }

    .location-entry__action {
        grid-column: 3;
        grid-row: 1 / 3;
    }

    .before-you-come__heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .locations-demo-note {
        grid-template-columns: 1fr 1fr;
    }

    .locations-demo-note > span {
        grid-column: 1 / -1;
    }

}


/* ============================================================
   12. RESPONSIVE — 680
   ============================================================ */

@media (max-width: 680px) {

    .locations-hero {
        min-height: 660px;

        padding:
            75px
            20px
            100px;
    }

    .locations-hero h1 {
        font-size: clamp(7rem, 36vw, 10rem);
    }

    .locations-hero__ticker {
        justify-content: flex-start;

        padding-inline: 18px;

        overflow: hidden;
    }

    .locations-hero__ticker span:nth-child(n + 6) {
        display: none;
    }

    .location-finder {
        padding:
            75px
            20px;
    }

    .location-finder__label > span {
        font-size: 3rem;
    }

    .location-finder__field {
        grid-template-columns: 1fr;
    }

    .location-finder__field input {
        min-height: 68px;
    }

    .location-finder__field button {
        min-height: 58px;

        border-top: 1px solid var(--black);
        border-left: 0;
    }

    .location-entry {
        grid-template-columns: 1fr;

        gap: 22px;

        padding:
            55px
            20px;
    }

    .location-entry__number,
    .location-entry__city,
    .location-entry__address,
    .location-entry__action {
        grid-column: auto;
        grid-row: auto;
    }

    .location-entry__number {
        font-size: 3rem;
    }

    .location-entry__city h2 {
        font-size: clamp(4.5rem, 22vw, 6.5rem);
    }

    .location-entry__address {
        padding-top: 18px;

        border-top: 1px solid currentColor;
    }

    .location-entry__action {
        width: fit-content;

        margin-top: 5px;
        padding-bottom: 5px;

        border-bottom: 1px solid currentColor;
    }

    .demo-map__canvas {
        min-height: 580px;
    }

    .map-pin {
        padding: 9px 11px;
    }

    .map-pin > strong {
        display: none;
    }

    .demo-map__copy {
        padding:
            75px
            20px;
    }

    .demo-map__copy h2 {
        font-size: clamp(5rem, 23vw, 7rem);
    }

    .before-you-come {
        padding:
            80px
            20px;
    }

    .before-you-come__heading > span {
        font-size: 3rem;
    }

    .before-you-come__heading h2 {
        font-size: clamp(5rem, 23vw, 7.5rem);
    }

    .before-you-come__list {
        grid-template-columns: 1fr;
    }

    .before-you-come__list article {
        min-height: 250px;

        padding: 26px 22px;
    }

    .before-you-come__list article > span {
        margin-bottom: 55px;
    }

    .locations-food-cta {
        min-height: 760px;
    }

    .locations-food-cta__copy {
        right: 20px;
        bottom: 55px;
        left: 20px;
    }

    .locations-food-cta__copy h2 {
        font-size: clamp(5rem, 23vw, 7.5rem);
    }

    .locations-demo-note {
        grid-template-columns: 1fr;

        padding:
            35px
            20px;
    }

    .locations-demo-note > span {
        grid-column: auto;
    }

}


/* ============================================================
   13. RESPONSIVE — 420
   ============================================================ */

@media (max-width: 420px) {

    .locations-hero h1 {
        font-size: 7rem;
    }

    .location-entry__city h2 {
        font-size: 4.7rem;
    }

    .demo-map__copy h2 {
        font-size: 4.8rem;
    }

    .before-you-come__heading h2 {
        font-size: 5rem;
    }

    .locations-food-cta__copy h2 {
        font-size: 5rem;
    }

}

