:root {
    --shop-ink: #193a31;
    --shop-green: #245f4b;
    --shop-green-dark: #173f34;
    --shop-moss: #6f8c65;
    --shop-cream: #f7f1e7;
    --shop-warm: #ead8be;
    --shop-gold: #c98b3b;
    --shop-white: #ffffff;
    --shop-border: rgba(25, 58, 49, .14);
    --shop-shadow: 0 22px 60px rgba(25, 58, 49, .12);
}

.shop-page {
    color: var(--shop-ink);
    background: #fffdf8;
}

.shop-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.shop-hero {
    position: relative;
    min-height: 690px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(255,255,255,.22), transparent 34%),
        linear-gradient(130deg, #1a4b3d 0%, #2f735b 55%, #d29a52 130%);
}

.shop-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 150px;
    background: linear-gradient(to top, rgba(13, 39, 31, .34), transparent);
    pointer-events: none;
}

.shop-hero__art {
    position: absolute;
    inset: 0 0 0 42%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: .96;
}

.shop-hero__art img {
    width: min(820px, 100%);
    height: auto;
    filter: drop-shadow(0 32px 55px rgba(8, 25, 19, .28));
}

.shop-hero__content {
    position: relative;
    z-index: 2;
    color: white;
    padding-block: 120px 130px;
}

.shop-hero__content > * {
    max-width: 650px;
}

.shop-eyebrow {
    margin: 0 0 12px;
    font-size: .78rem;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--shop-gold);
}

.shop-hero .shop-eyebrow {
    color: #f4d6a4;
}

.shop-hero h1,
.shop-heading h2,
.shop-highlight h2,
.shop-map-copy h2,
.shop-day-plan h2,
.shop-final-cta h2 {
    margin: 0;
    line-height: 1.02;
    font-weight: 760;
    letter-spacing: -.035em;
}

.shop-hero h1 {
    max-width: 720px;
    font-size: clamp(3rem, 7vw, 6rem);
}

.shop-hero__lead {
    margin: 24px 0 0;
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    line-height: 1.65;
    color: rgba(255,255,255,.9);
}

.shop-hero__actions,
.shop-final-cta > .shop-container > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.shop-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 750;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.shop-button:hover {
    transform: translateY(-2px);
}

.shop-button--primary {
    color: #fff;
    background: var(--shop-gold);
    box-shadow: 0 14px 32px rgba(135, 83, 18, .22);
}

.shop-button--glass {
    color: #fff;
    border-color: rgba(255,255,255,.35);
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
}

.shop-button--dark {
    color: #fff;
    background: var(--shop-green-dark);
}

.shop-button--outline {
    color: var(--shop-green-dark);
    border-color: rgba(25,58,49,.28);
    background: transparent;
}

.shop-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 36px;
    font-size: .92rem;
    color: rgba(255,255,255,.86);
}

.shop-hero__trust span::before {
    content: "✓";
    margin-right: 7px;
    color: #f3d39a;
}

.shop-section {
    padding-block: 100px;
}

.shop-section--intro {
    padding-top: 86px;
}

.shop-section--warm {
    background: var(--shop-cream);
}

.shop-section--tint {
    background: #edf3ed;
}

.shop-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
    gap: 55px;
    align-items: end;
    margin-bottom: 40px;
}

.shop-heading h2,
.shop-highlight h2,
.shop-map-copy h2,
.shop-day-plan h2,
.shop-final-cta h2 {
    font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.shop-heading > p,
.shop-highlight__content > p,
.shop-map-copy > p,
.shop-day-plan > div > p,
.shop-final-cta p {
    margin: 0;
    color: rgba(25,58,49,.76);
    line-height: 1.7;
}

.shop-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.shop-category-card {
    min-height: 260px;
    padding: 28px;
    border: 1px solid var(--shop-border);
    border-radius: 26px;
    color: inherit;
    background: rgba(255,255,255,.86);
    text-decoration: none;
    box-shadow: 0 14px 38px rgba(25,58,49,.06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.shop-category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201,139,59,.5);
    box-shadow: var(--shop-shadow);
}

.shop-category-card__icon,
.shop-inspiration-card > span {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    color: var(--shop-green);
    background: #edf4e8;
}

.shop-category-card svg,
.shop-inspiration-card svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-category-card strong {
    display: block;
    margin-top: 24px;
    font-size: 1.25rem;
}

.shop-category-card p {
    min-height: 70px;
    margin: 10px 0 18px;
    color: rgba(25,58,49,.72);
    line-height: 1.55;
}

.shop-category-card em {
    color: var(--shop-green);
    font-style: normal;
    font-weight: 750;
}

.shop-highlight {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 65px;
    align-items: center;
}

.shop-highlight__visual {
    overflow: hidden;
    border-radius: 34px;
    background: #dce9da;
    box-shadow: var(--shop-shadow);
}

.shop-highlight__visual img {
    display: block;
    width: 100%;
}

.shop-highlight__content > p {
    margin-top: 20px;
}

.shop-feature-list {
    display: grid;
    gap: 12px;
    margin: 28px 0;
}

.shop-feature-list span {
    padding: 13px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,.64);
}

.shop-feature-list span::before {
    content: "✓";
    margin-right: 10px;
    color: var(--shop-green);
    font-weight: 900;
}

.shop-product-story-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}

.shop-product-story {
    position: relative;
    min-height: 240px;
    overflow: hidden;
    padding: 28px;
    border-radius: 28px;
    background: #f2e8d8;
}

.shop-product-story--large {
    grid-row: 1 / 3;
    min-height: 510px;
    display: flex;
    align-items: flex-end;
}

.shop-product-story--large img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-product-story--large::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(16,43,34,.82), rgba(16,43,34,.04) 65%);
}

.shop-product-story > div {
    position: relative;
    z-index: 2;
}

.shop-product-story--large > div {
    color: white;
}

.shop-product-story span,
.shop-event-card > span {
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--shop-gold);
}

.shop-product-story h3,
.shop-event-card h3,
.shop-inspiration-card h3 {
    margin: 10px 0;
    font-size: 1.45rem;
}

.shop-product-story p,
.shop-event-card p,
.shop-inspiration-card p {
    margin: 0;
    line-height: 1.6;
    color: rgba(25,58,49,.73);
}

.shop-product-story--large p {
    color: rgba(255,255,255,.84);
}

.shop-center {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.shop-text-link {
    color: var(--shop-green);
    font-weight: 800;
    text-decoration: none;
}

.shop-inspiration-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.shop-inspiration-card {
    padding: 25px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--shop-border);
}

.shop-map-layout {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 70px;
    align-items: center;
}

.shop-map-copy > p {
    margin: 22px 0;
}

.shop-map-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 26px 0;
}

.shop-map-filters button {
    padding: 9px 14px;
    border: 1px solid var(--shop-border);
    border-radius: 999px;
    color: var(--shop-ink);
    background: transparent;
    cursor: pointer;
}

.shop-map-filters button.is-active {
    color: white;
    border-color: var(--shop-green);
    background: var(--shop-green);
}

.shop-map {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    border-radius: 32px;
    background: #dce9da;
    box-shadow: var(--shop-shadow);
}

.shop-map > img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

.shop-map__marker {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 24px;
    height: 24px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--shop-gold);
    box-shadow: 0 8px 22px rgba(25,58,49,.3);
    transform: translate(-50%, -50%) scale(0);
    transition: transform .2s ease;
}

.shop-map__marker.is-visible {
    transform: translate(-50%, -50%) scale(1);
}

.shop-village-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.shop-village-card {
    padding: 22px;
    border-radius: 20px;
    color: inherit;
    background: rgba(255,255,255,.68);
    text-decoration: none;
    border: 1px solid rgba(25,58,49,.1);
}

.shop-village-card small,
.shop-village-card strong,
.shop-village-card span {
    display: block;
}

.shop-village-card small {
    color: var(--shop-gold);
    font-weight: 800;
}

.shop-village-card strong {
    margin: 8px 0 18px;
    font-size: 1.25rem;
}

.shop-village-card span {
    color: var(--shop-green);
    font-weight: 750;
}

.shop-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.shop-event-card {
    min-height: 230px;
    padding: 28px;
    border-radius: 24px;
    color: inherit;
    text-decoration: none;
    background: #f8f4ec;
    border: 1px solid var(--shop-border);
}

.shop-day-plan {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 70px;
    align-items: start;
}

.shop-day-plan ol {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-day-plan li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    padding: 20px;
    border-radius: 20px;
    background: white;
}

.shop-day-plan li > span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: white;
    background: var(--shop-green);
    font-weight: 900;
}

.shop-day-plan li strong {
    display: block;
    margin-top: 3px;
}

.shop-day-plan li p {
    margin: 7px 0 0;
    color: rgba(25,58,49,.72);
    line-height: 1.55;
}

.shop-final-cta {
    text-align: center;
    color: white;
    background:
        radial-gradient(circle at 50% 0, rgba(255,255,255,.15), transparent 38%),
        var(--shop-green-dark);
}

.shop-final-cta .shop-eyebrow {
    color: #efc88b;
}

.shop-final-cta p {
    max-width: 720px;
    margin: 22px auto 0;
    color: rgba(255,255,255,.78);
}

.shop-final-cta > .shop-container > div:last-child {
    justify-content: center;
}

.shop-final-cta .shop-button--outline {
    color: white;
    border-color: rgba(255,255,255,.35);
}

@media (max-width: 960px) {
    .shop-hero {
        min-height: 760px;
        align-items: start;
    }

    .shop-hero__art {
        inset: auto -10% 0 20%;
        opacity: .52;
    }

    .shop-hero__content {
        padding-top: 105px;
    }

    .shop-category-grid,
    .shop-event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-highlight,
    .shop-map-layout,
    .shop-day-plan {
        grid-template-columns: 1fr;
    }

    .shop-inspiration-grid,
    .shop-village-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .shop-container {
        width: min(100% - 24px, 1180px);
    }

    .shop-section {
        padding-block: 72px;
    }

    .shop-heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .shop-category-grid,
    .shop-event-grid,
    .shop-inspiration-grid,
    .shop-village-grid {
        grid-template-columns: 1fr;
    }

    .shop-product-story-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .shop-product-story--large {
        grid-row: auto;
        min-height: 430px;
    }

    .shop-map {
        min-height: 380px;
    }

    .shop-map > img {
        min-height: 380px;
    }

    .shop-hero__trust {
        display: grid;
    }
}
