:root {
    --garden-cream: #f7f1e6;
    --garden-paper: #fff9ee;
    --garden-sand: #f2e8d3;
    --garden-leaf: #285b2d;
    --garden-moss: #537b35;
    --garden-red: #c9251f;
    --garden-berry: #8f1f1a;
    --garden-line: #e6dac5;
    --garden-ink: #22331f;
    --garden-shadow: 0 18px 48px rgba(83, 60, 32, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
}

.garden-bg {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.78), transparent 34%),
        url("../img/branche-dessin-cutout.png") left -18rem top 10rem / 34rem auto no-repeat,
        url("../img/branche-tige-cutout.png") right -20rem top 30rem / 37rem auto no-repeat,
        linear-gradient(180deg, #faf4e7 0%, #f6efe2 38%, #f4edde 100%);
}

.nav-link {
    position: relative;
}

.nav-link::after {
    position: absolute;
    right: 0;
    bottom: 0.2rem;
    left: 0;
    height: 2px;
    content: "";
    background: currentColor;
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

.nav-link:hover::after,
.nav-link.text-garden-red::after {
    transform: scaleX(1);
}

.decor-drop {
    filter: drop-shadow(0 18px 26px rgba(68, 48, 24, 0.14));
}

.map-card {
    display: flex;
}

.map-frame {
    flex: 1 1 auto;
    height: 100%;
    min-height: 22rem;
    border: 0;
}

.home-shell {
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.home-page {
    padding-bottom: 4.5rem;
}

.home-stage {
    position: relative;
    overflow: hidden;
    padding: 2.6rem 0 1.3rem;
}

.home-stage::before {
    position: absolute;
    inset: 1.5rem 0 auto;
    height: 32rem;
    content: "";
    background:
        linear-gradient(120deg, rgba(255, 249, 238, 0.95) 0%, rgba(255, 249, 238, 0.9) 46%, rgba(255, 249, 238, 0.26) 100%),
        linear-gradient(180deg, rgba(248, 239, 220, 0.78), rgba(248, 239, 220, 0));
    pointer-events: none;
}

.home-stage__grid {
    position: relative;
    display: grid;
    gap: 2.2rem;
    align-items: center;
}

.home-stage__copy,
.home-stage__art {
    position: relative;
    z-index: 1;
}

.home-eyebrow {
    margin: 0;
    color: var(--garden-red);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.home-signature {
    margin: 0.7rem 0 0;
    color: var(--garden-red);
    font-family: "Kaushan Script", cursive;
    font-size: clamp(2.55rem, 5vw, 3.75rem);
    line-height: 1;
    text-shadow: 1px 1px 0 rgba(255, 249, 238, 0.75);
}

.home-title {
    margin: 0.75rem 0 0;
    color: var(--garden-leaf);
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(2.7rem, 6.8vw, 5rem);
    line-height: 0.98;
}

.home-handwritten {
    margin: 0.9rem 0 0;
    color: var(--garden-red);
    font-family: "Kaushan Script", cursive;
    font-size: clamp(1.65rem, 3.6vw, 2.45rem);
    line-height: 1.1;
}

.home-copy {
    max-width: 38rem;
    margin: 1.2rem 0 0;
    color: rgba(34, 51, 31, 0.82);
    font-size: 1.02rem;
    line-height: 1.85;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.6rem;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.2rem;
    padding: 0 1.45rem;
    border-radius: 999px;
    border: 1px solid transparent;
    background: var(--garden-leaf);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(40, 91, 45, 0.18);
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.home-button:hover {
    background: var(--garden-moss);
    transform: translateY(-1px);
}

.home-button--ghost {
    border-color: rgba(40, 91, 45, 0.18);
    background: rgba(255, 255, 255, 0.72);
    color: var(--garden-leaf);
    box-shadow: none;
}

.home-contact-strip {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
    margin-top: 1.6rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(230, 218, 197, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: rgba(34, 51, 31, 0.76);
    box-shadow: 0 12px 28px rgba(83, 60, 32, 0.08);
}

.home-contact-strip a {
    color: var(--garden-leaf);
    font-weight: 700;
    text-decoration: none;
}

.home-contact-strip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    background: var(--garden-paper);
    color: var(--garden-leaf);
}

.home-stage__art {
    min-height: 34rem;
}

.home-photo-card {
    position: relative;
    margin-left: auto;
    padding: 1rem;
    border: 1px solid rgba(230, 218, 197, 0.95);
    border-radius: 2.2rem 2.2rem 1.5rem 1.5rem;
    background: rgba(255, 251, 244, 0.94);
    box-shadow: var(--garden-shadow);
}

.home-photo {
    min-height: 31rem;
    border-radius: 1.6rem;
    background:
        linear-gradient(135deg, rgba(255, 249, 238, 0.4) 0%, rgba(255, 249, 238, 0.05) 55%),
        url("../img/hero-fraises.png") center / cover no-repeat;
}

.home-photo-card__fruit {
    position: absolute;
    right: -1.5rem;
    bottom: -2.1rem;
    width: min(17.5rem, 38vw);
    filter: drop-shadow(0 20px 26px rgba(78, 43, 22, 0.18));
}

.home-pinned-note {
    position: absolute;
    padding: 1.2rem 1.25rem;
    border: 1px solid rgba(230, 218, 197, 0.98);
    box-shadow: 0 16px 38px rgba(83, 60, 32, 0.11);
}

.home-pinned-note::before {
    position: absolute;
    top: 0.7rem;
    left: 1rem;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    content: "";
    background: rgba(40, 91, 45, 0.18);
}

.home-pinned-note--message {
    top: 1.4rem;
    right: -0.7rem;
    width: min(19rem, 70vw);
    border-radius: 1.4rem 1.4rem 1.7rem 1.2rem;
    background: rgba(255, 247, 229, 0.97);
    transform: rotate(2.2deg);
}

.home-pinned-note--message h2 {
    margin: 0.35rem 0 0;
    color: var(--garden-leaf);
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.45rem;
    line-height: 1.18;
}

.home-pinned-note--message p:last-child {
    margin: 0.75rem 0 0;
    color: rgba(34, 51, 31, 0.8);
    font-size: 0.95rem;
    line-height: 1.65;
}

.home-pinned-note--price {
    bottom: 2.3rem;
    left: -0.8rem;
    display: grid;
    gap: 0.3rem;
    align-items: center;
    width: min(17rem, 68vw);
    padding-right: 4.9rem;
    border-radius: 1.55rem 1.2rem 1.9rem 1.25rem;
    background: rgba(255, 255, 255, 0.97);
    transform: rotate(-3deg);
}

.home-price-value {
    margin: 0;
    color: var(--garden-red);
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(2rem, 5vw, 2.4rem);
    line-height: 1;
}

.home-price-detail {
    margin: 0;
    color: rgba(34, 51, 31, 0.72);
    font-size: 0.92rem;
    line-height: 1.5;
}

.home-price-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 2.8rem;
    transform: translateY(-50%);
}

.home-card-label {
    margin: 0;
    color: rgba(34, 51, 31, 0.58);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.home-quick,
.home-bulletin,
.home-hours,
.home-newsletter {
    position: relative;
    padding-top: 1.1rem;
}

.home-quick-grid,
.home-bulletin__grid,
.home-hours__grid,
.home-product-grid {
    display: grid;
    gap: 1rem;
}

.home-quick-card,
.home-story-card,
.home-practical-card,
.home-hours-card,
.home-cash-card,
.home-side-note,
.home-product-card,
.home-newsletter-card {
    border: 1px solid rgba(230, 218, 197, 0.98);
    background: rgba(255, 251, 244, 0.9);
    box-shadow: 0 14px 36px rgba(83, 60, 32, 0.08);
}

.home-quick-card {
    padding: 1.2rem 1.2rem 1.15rem;
    border-radius: 1.7rem 1.25rem 1.7rem 1.15rem;
}

.home-quick-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    margin-bottom: 0.95rem;
    border-radius: 999px;
    background: rgba(238, 246, 232, 0.98);
    color: var(--garden-leaf);
}

.home-quick-card--containers .home-quick-card__icon {
    width: 3.35rem;
    height: 3.35rem;
}

.home-basket-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home-basket-image--card {
    width: 2.85rem;
    height: 2.85rem;
}

.home-basket-image--inline {
    width: 1.75rem;
    height: 1.75rem;
}

.home-basket-image--story {
    width: min(10rem, 42vw);
    height: auto;
    margin: 0.35rem auto 0.8rem;
}

.home-basket-image--side {
    width: min(7.5rem, 30vw);
    height: auto;
    display: block;
    margin: 0.55rem 0 0.25rem;
}

.home-basket-image--soft {
    width: 2.15rem;
    height: 2.15rem;
}

.home-quick-card h2 {
    margin: 0.35rem 0 0;
    color: var(--garden-leaf);
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.45rem;
    line-height: 1.18;
}

.home-quick-card__secondary,
.home-quick-card__tertiary {
    margin: 0.55rem 0 0;
    color: rgba(34, 51, 31, 0.74);
    line-height: 1.55;
}

.home-quick-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.7rem;
    color: var(--garden-red);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.home-quick-card__link:hover {
    color: var(--garden-berry);
}

.home-quick-card__tertiary {
    font-size: 0.92rem;
}

.home-quick-card--price {
    background: linear-gradient(180deg, rgba(255, 244, 242, 0.98), rgba(255, 251, 246, 0.98));
    border-color: rgba(201, 37, 31, 0.14);
}

.home-quick-card--price .home-quick-card__icon {
    background: rgba(255, 255, 255, 0.96);
    color: var(--garden-red);
}

.home-quick-card--price h2 {
    color: var(--garden-red);
    font-size: clamp(2rem, 4.4vw, 2.8rem);
    line-height: 0.95;
}

.home-section-intro {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1.2rem;
}

.home-section-intro h2 {
    margin: 0;
    color: var(--garden-leaf);
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
}

.home-story-card {
    padding: 1.6rem;
    border-radius: 2rem 1.35rem 2rem 1.35rem;
}

.home-story-card h3 {
    margin: 0.45rem 0 0;
    color: var(--garden-leaf);
    font-family: "Fraunces", Georgia, serif;
    font-size: 2rem;
    line-height: 1.15;
}

.home-story-card p {
    margin: 0.95rem 0 0;
    color: rgba(34, 51, 31, 0.8);
    line-height: 1.85;
}

.home-story-callout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.7rem;
    align-items: start;
    margin-top: 1.15rem;
    padding: 0.9rem 1rem;
    border-radius: 1.1rem;
    background: rgba(238, 246, 232, 0.96);
    color: var(--garden-leaf);
    line-height: 1.6;
    font-weight: 600;
}

.home-story-callout__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
}

.home-story-callout__icon--image {
    width: 2.1rem;
    height: 2.1rem;
}

.home-story-basket {
    display: flex;
    justify-content: center;
    margin-top: 0.35rem;
}

.home-round-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: rgba(238, 246, 232, 0.95);
    color: var(--garden-leaf);
}

.home-round-icon--light {
    background: rgba(255, 255, 255, 0.98);
}

.home-round-icon--soft {
    width: 2.7rem;
    height: 2.7rem;
    background: rgba(255, 247, 236, 0.98);
}

.home-practical-card {
    padding: 1.45rem;
    border-radius: 1.7rem 1.35rem 1.95rem 1.35rem;
}

.home-practical-card h3 {
    margin: 0.8rem 0 0;
    color: var(--garden-leaf);
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.7rem;
}

.home-practical-card ul {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.home-practical-card li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.7rem;
    align-items: start;
    margin-top: 0.85rem;
    color: rgba(34, 51, 31, 0.78);
    line-height: 1.7;
}

.home-practical-card li span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.2rem;
    border-radius: 999px;
    color: var(--garden-moss);
}

.home-hours-card {
    padding: 1.65rem;
    border-radius: 2.1rem 1.5rem 1.9rem 1.35rem;
}

.home-hours-card h2 {
    margin: 0.45rem 0 0;
    color: var(--garden-leaf);
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(2rem, 3.6vw, 2.8rem);
    line-height: 1.1;
}

.home-hours-card__lead {
    margin: 1rem 0 0;
    color: rgba(34, 51, 31, 0.78);
    line-height: 1.8;
}

.home-hours-list {
    margin: 1.45rem 0 0;
    border-top: 1px solid rgba(230, 218, 197, 0.98);
}

.home-hours-row {
    display: grid;
    gap: 0.4rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(230, 218, 197, 0.98);
}

.home-hours-row dt {
    color: var(--garden-leaf);
    font-weight: 700;
}

.home-hours-row dd {
    margin: 0;
    color: rgba(34, 51, 31, 0.76);
}

.home-side-stack {
    display: grid;
    gap: 1rem;
}

.home-cash-card,
.home-side-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.15rem 1.25rem;
    border-radius: 1.35rem 1.1rem 1.55rem 1.1rem;
}

.home-cash-card {
    background: rgba(255, 247, 236, 0.98);
}

.home-cash-card img {
    width: 3rem;
}

.home-cash-card p:last-child,
.home-side-note p:last-child {
    margin: 0.4rem 0 0;
    color: rgba(34, 51, 31, 0.78);
    line-height: 1.6;
}

.home-side-note h3 {
    margin: 0.35rem 0 0;
    color: var(--garden-leaf);
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.45rem;
    line-height: 1.15;
}

.home-side-note__basket {
    display: flex;
    justify-content: flex-start;
    margin: 0.8rem 0 0.65rem;
}

.home-section-intro--split {
    gap: 0.8rem;
    margin-top: 2.2rem;
}

.home-inline-text {
    margin: 0;
    max-width: 36rem;
    color: rgba(34, 51, 31, 0.72);
    line-height: 1.7;
}

.home-product-card {
    position: relative;
    padding: 1.45rem;
    border-radius: 1.55rem 1.2rem 1.7rem 1.15rem;
    overflow: hidden;
}

.home-product-card::after {
    position: absolute;
    right: -2rem;
    bottom: -2rem;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 999px;
    content: "";
    background: rgba(238, 246, 232, 0.65);
}

.home-product-card h3,
.home-product-card p,
.home-product-card .home-card-label {
    position: relative;
    z-index: 1;
}

.home-product-card h3 {
    margin: 0.4rem 0 0;
    color: var(--garden-leaf);
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.55rem;
    line-height: 1.18;
}

.home-product-card p:last-child {
    margin: 0.85rem 0 0;
    color: rgba(34, 51, 31, 0.76);
    line-height: 1.7;
}

.home-product-card--featured {
    background: linear-gradient(180deg, rgba(255, 249, 238, 0.98), rgba(255, 243, 241, 0.98));
}

.home-newsletter-card {
    display: grid;
    gap: 1.4rem;
    padding: 1.6rem;
    border-radius: 2rem 1.4rem 2rem 1.4rem;
    background:
        linear-gradient(135deg, rgba(255, 249, 238, 0.96), rgba(255, 255, 255, 0.92)),
        url("../img/branche-corner-cutout.png") right -10rem bottom -8rem / 20rem auto no-repeat;
}

.home-newsletter-copy h2 {
    margin: 0.45rem 0 0;
    color: var(--garden-leaf);
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    line-height: 1.12;
}

.home-newsletter-copy p:last-child {
    margin: 0.9rem 0 0;
    max-width: 34rem;
    color: rgba(34, 51, 31, 0.74);
    line-height: 1.75;
}

.home-newsletter-note {
    margin: 0.15rem 0 0;
    color: rgba(34, 51, 31, 0.72);
    font-size: 0.95rem;
    line-height: 1.65;
}

.home-newsletter-consent {
    display: grid;
    grid-template-columns: 1.2rem 1fr;
    gap: 0.8rem;
    align-items: start;
    color: rgba(34, 51, 31, 0.78);
    font-size: 0.94rem;
    line-height: 1.6;
}

.home-newsletter-consent input {
    width: 1.15rem;
    height: 1.15rem;
    margin: 0.2rem 0 0;
    accent-color: var(--garden-leaf);
}

.home-newsletter-form {
    display: grid;
    gap: 0.8rem;
}

.home-newsletter-form input,
.home-newsletter-form button {
    min-height: 3.3rem;
    border-radius: 999px;
}

.home-newsletter-form input {
    padding: 0 1.1rem;
    border: 1px solid rgba(230, 218, 197, 0.98);
    background: rgba(255, 255, 255, 0.96);
    color: var(--garden-ink);
    outline: none;
}

.home-newsletter-form input:focus {
    border-color: rgba(40, 91, 45, 0.35);
    box-shadow: 0 0 0 4px rgba(238, 246, 232, 0.95);
}

.home-newsletter-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 1.3rem;
    border: 0;
    background: var(--garden-leaf);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 160ms ease, transform 160ms ease;
}

.home-newsletter-form button:disabled {
    opacity: 0.7;
    cursor: wait;
}

.home-newsletter-feedback {
    margin: 0.1rem 0 0;
    font-size: 0.95rem;
    font-weight: 700;
}

.home-newsletter-feedback.is-neutral {
    color: rgba(34, 51, 31, 0.7);
}

.home-newsletter-feedback.is-success {
    color: var(--garden-leaf);
}

.home-newsletter-feedback.is-error {
    color: var(--garden-red);
}

@media (min-width: 760px) {
    .home-shell {
        padding: 0 1.5rem;
    }

    .home-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-hours-row {
        grid-template-columns: 14rem 1fr;
        gap: 1.3rem;
    }

    .home-product-grid--two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-product-grid--three {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-newsletter-form {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .home-newsletter-note,
    .home-newsletter-consent,
    .home-newsletter-feedback {
        grid-column: 1 / -1;
    }
}

@media (min-width: 980px) {
    .home-stage {
        padding-top: 3.2rem;
    }

    .home-stage__grid {
        grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.95fr);
    }

    .home-quick-grid {
        grid-template-columns: 1.02fr 1.05fr 1fr 1fr;
        align-items: stretch;
    }

    .home-bulletin__grid {
        grid-template-columns: minmax(0, 1.06fr) minmax(18rem, 0.94fr);
        align-items: start;
    }

    .home-hours__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
        align-items: start;
    }

    .home-section-intro--split {
        flex-direction: row;
        align-items: end;
        justify-content: space-between;
    }

    .home-newsletter-card {
        grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.9fr);
        align-items: center;
    }
}

@media (max-width: 979px) {
    .home-stage__art {
        min-height: auto;
        padding-bottom: 6rem;
    }

    .home-photo {
        min-height: 23rem;
    }

    .home-pinned-note--message {
        top: auto;
        right: 0.35rem;
        bottom: 8.2rem;
    }

    .home-pinned-note--price {
        left: 0.1rem;
        bottom: 0.3rem;
    }
}

@media (max-width: 759px) {
    .garden-bg {
        background:
            url("../img/branche-dessin-cutout.png") right -14rem top 36rem / 27rem auto no-repeat,
            linear-gradient(180deg, #faf4e7 0%, #f4edde 100%);
    }

    .home-stage {
        padding-top: 1.6rem;
    }

    .home-stage::before {
        inset: 1rem 0 auto;
        height: 24rem;
    }

    .home-contact-strip {
        border-radius: 1.15rem;
    }

    .home-quick-grid,
    .home-product-grid--two,
    .home-product-grid--three {
        grid-template-columns: 1fr;
    }

    .home-pinned-note--message,
    .home-pinned-note--price {
        position: relative;
        right: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 1rem;
        transform: none;
    }

    .home-photo-card__fruit {
        width: 12rem;
    }

    .home-price-icon {
        width: 2.2rem;
    }

    .home-quick-card--price h2 {
        font-size: 2.4rem;
    }

    .home-story-card,
    .home-practical-card,
    .home-hours-card,
    .home-newsletter-card {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .home-basket-image--story {
        width: min(8.5rem, 50vw);
    }

    .home-basket-image--side {
        width: min(6.2rem, 36vw);
    }
}
