.home-2026 {
    --home-bapteme: #54c2bf;
    --home-bapteme-dark: #2f9592;
    --home-pink-strong: #ef0b78;
    --home-pink-deep: #a30f65;
    --home-purple-deep: #4d1256;
    color: var(--fc-text);
    background:
        linear-gradient(180deg, #fff9ef 0%, #ffffff 18%, #fbf5fc 100%);
}

.home-2026 .fc-button {
    background: linear-gradient(135deg, var(--home-purple-deep), var(--home-pink-strong));
    border: 1px solid transparent;
    color: #fff;
    box-shadow: 0 14px 26px rgba(77,18,86,.2);
}

.home-2026 .fc-button:hover,
.home-2026 .fc-button:focus-visible {
    background: linear-gradient(135deg, #5e1765, #ff0d81);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 28px rgba(77,18,86,.24);
}

.home-2026 .fc-button--outline {
    background: #fff;
    border-color: var(--home-purple-deep);
    color: var(--home-purple-deep);
    box-shadow: 0 12px 24px rgba(77,18,86,.1);
}

.home-2026 .fc-button--outline:hover,
.home-2026 .fc-button--outline:focus-visible {
    background: var(--home-purple-deep);
    border-color: var(--home-purple-deep);
    color: #fff;
}

.home-hero-2026 {
    position: relative;
    overflow: hidden;
    padding: 52px 0 46px;
    background: #1e1124;
    border-bottom: 8px solid var(--formation-color-yellow);
}

.home-hero-2026::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(20,10,24,.72) 0%, rgba(20,10,24,.42) 38%, rgba(20,10,24,.58) 100%),
        radial-gradient(circle at top left, rgba(255,183,44,.24), transparent 24%),
        radial-gradient(circle at 78% 16%, rgba(116,23,111,.22), transparent 22%),
        radial-gradient(circle at 66% 74%, rgba(84,194,191,.16), transparent 22%);
    pointer-events: none;
}

.home-hero-2026__slider {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.home-hero-2026__slider .home-photo-slider__viewport {
    position: absolute;
    inset: 0;
    left: auto;
    width: 100%;
    margin-top: 0;
    transform: none;
}

.home-hero-2026__slider .home-photo-slider__track {
    height: 100%;
    padding: 0;
}

.home-hero-2026__slider .home-photo-slide {
    height: 100%;
    aspect-ratio: auto;
    box-shadow: none;
}

.home-hero-2026__slider .home-photo-slide img {
    object-position: center 42%;
}

.home-photo-slide__overlay--hero {
    background:
        linear-gradient(90deg, rgba(22,11,26,.54) 0%, rgba(22,11,26,.18) 42%, rgba(22,11,26,.46) 100%),
        linear-gradient(180deg, rgba(22,11,26,.14) 0%, rgba(22,11,26,.42) 100%);
}

.home-hero-2026__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .85fr);
    gap: 24px;
    align-items: start;
}

.home-hero-2026__main {
    padding: 10px 0 0;
}

.home-hero-2026__eyebrow,
.home-section-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-hero-2026 h1 {
    max-width: 12ch;
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    line-height: .95;
    text-wrap: balance;
    text-shadow: 0 10px 30px rgba(15,5,18,.34);
}

.home-hero-2026__lead {
    max-width: 60ch;
    margin: 18px 0 0;
    color: rgba(255,255,255,.9);
    font-size: 1.08rem;
    line-height: 1.72;
}

.home-hero-2026__actions,
.home-season-focus__actions,
.home-offers-cta__actions,
.home-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.home-hero-2026__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.home-hero-2026__facts li {
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.78);
    color: var(--home-purple-deep);
    font-size: .92rem;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(63,18,63,.08);
}

.home-hero-2026__aside {
    display: grid;
    gap: 16px;
}

.home-hero-2026__slider-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    grid-column: 1 / -1;
    margin-top: 6px;
}

.home-promo-card {
    padding: 22px;
    border-radius: 26px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(116,23,111,.14);
    box-shadow: 0 18px 34px rgba(63,18,63,.09);
    backdrop-filter: blur(6px);
}

.home-promo-card--season {
    background:
        radial-gradient(circle at top right, rgba(116,23,111,.18), transparent 28%),
        linear-gradient(180deg, #fff 0%, #fcf6ff 100%);
}

.home-promo-card--summer {
    background:
        radial-gradient(circle at top right, rgba(239,11,120,.16), transparent 26%),
        linear-gradient(180deg, #fffdf6 0%, #fff6fb 100%);
}

.home-promo-card__badge {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--home-pink-deep);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-promo-card h2 {
    margin: 0;
    color: var(--home-purple-deep);
    font-size: 1.55rem;
    line-height: 1.08;
}

.home-promo-card p {
    margin: 12px 0 0;
    color: #645b66;
    line-height: 1.65;
}

.home-promo-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.home-promo-card__link,
.home-entry-card__link,
.home-inline-cta {
    display: inline-flex;
    align-items: center;
    color: var(--home-purple-deep);
    font-weight: 800;
    text-decoration: none;
}

.home-promo-card__link:hover,
.home-entry-card__link:hover,
.home-inline-cta:hover {
    text-decoration: underline;
}

.home-promo-card__link--alt {
    color: #0C85CA;
}

.home-intro-2026,
.home-season-focus,
.home-summer-focus,
.home-testimonials,
.home-offers-cta,
.home-gift-cta,
.home-final-cta {
    padding: 46px 0;
}

.home-orientation {
    position: relative;
    z-index: 1;
    padding: 32px 0 24px;
    background:
        radial-gradient(circle at top right, rgba(255,183,44,.08), transparent 24%),
        linear-gradient(180deg, #fff8ef 0%, #fff 100%);
}

.home-orientation__head {
    margin-bottom: 18px;
}

.home-orientation__head h2 {
    margin-bottom: 10px;
}

.home-orientation__head p {
    max-width: none;
}

.home-orientation__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home-orientation__card {
    position: relative;
    display: grid;
    gap: 12px;
    align-content: start;
    min-height: 212px;
    padding: 20px 20px 22px;
    border-radius: 24px;
    border: 1px solid rgba(116,23,111,.12);
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(252,247,253,.96));
    box-shadow: 0 16px 28px rgba(63,18,63,.06);
    color: inherit;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-orientation__card:hover,
.home-orientation__card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 20px 32px rgba(63,18,63,.1);
    text-decoration: none;
}

.home-orientation__card strong,
.home-orientation__card span,
.home-orientation__illustration {
    position: relative;
    z-index: 1;
    display: block;
}

.home-orientation__illustration {
    width: 92px;
    height: 92px;
    margin-bottom: 4px;
    pointer-events: none;
}

.home-orientation__illustration img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 14px 18px rgba(63,18,63,.12));
}

.home-orientation__card strong {
    color: var(--home-purple-deep);
    font-size: 1.26rem;
    line-height: 1.08;
    letter-spacing: -.03em;
}

.home-orientation__card span {
    color: #615767;
    font-size: .96rem;
    font-weight: 600;
    line-height: 1.52;
}

.home-intro-2026 {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 8%, rgba(255,183,44,.12), transparent 16%),
        radial-gradient(circle at top left, rgba(116,23,111,.05), transparent 20%),
        linear-gradient(180deg, #fff 0%, #fcf8fd 100%);
}

.home-intro-2026::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -52px;
    width: 200px;
    height: 200px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(84,194,191,.12) 0%, rgba(84,194,191,0) 72%);
    pointer-events: none;
}

.home-intro-2026__head {
    position: relative;
    z-index: 1;
    max-width: 1020px;
    margin-bottom: 34px;
    padding-left: 0;
}

.home-intro-2026__head h2 {
    max-width: 19ch;
    margin: 0;
    font-size: clamp(2.55rem, 4.1vw, 3.85rem);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.home-intro-2026__copy {
    display: grid;
    gap: 16px;
    max-width: 78ch;
    margin-top: 18px;
    padding-top: 0;
    border-top: 0;
}

.home-intro-2026__head .home-section-kicker {
    margin-left: 0;
    margin-bottom: 10px;
}

.home-intro-2026__copy p {
    margin: 0;
}

.home-intro-2026__lead {
    color: var(--home-purple-deep);
    font-size: 1.14rem;
    font-weight: 700;
    line-height: 1.78;
}

.home-intro-2026__lead a {
    color: var(--home-purple-deep);
    font-weight: 900;
    text-decoration: none;
}

.home-intro-2026__lead a:hover,
.home-intro-2026__lead a:focus-visible {
    text-decoration: underline;
}

.home-photo-slider__controls {
    display: inline-flex;
    gap: 10px;
}

.home-photo-slider__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(77,18,86,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 14px 24px rgba(20,10,24,.16);
    backdrop-filter: blur(10px);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}

.home-photo-slider__arrow:hover,
.home-photo-slider__arrow:focus-visible {
    background: rgba(77,18,86,.82);
    border-color: rgba(255,255,255,.26);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 28px rgba(20,10,24,.22);
}

.home-photo-slider__arrow:disabled {
    opacity: .42;
    transform: none;
    box-shadow: 0 10px 18px rgba(20,10,24,.08);
    cursor: default;
}

.home-photo-slider__viewport {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-top: 8px;
    transform: translateX(-50%);
}

.home-photo-slider__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 0;
    overflow-x: auto;
    padding: 0 0 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-photo-slider__track::-webkit-scrollbar {
    display: none;
}

.home-photo-slide {
    position: relative;
    min-width: 0;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    overflow: hidden;
    scroll-snap-align: start;
    background: #1f1527;
    box-shadow: 0 28px 48px rgba(31,21,39,.16);
}

.home-photo-slide img,
.home-photo-slide__overlay {
    position: absolute;
    inset: 0;
}

.home-photo-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-photo-slider__dots {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 0;
}

.home-photo-slider__dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.26);
    transition: transform .18s ease, background-color .18s ease;
}

.home-photo-slider__dot.is-active {
    background: linear-gradient(135deg, #fff6be, #ffca31);
    transform: scale(1.16);
}

.home-entry-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.home-entry-card,
.home-summer-card,
.home-testimonial-card {
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(116,23,111,.14);
    box-shadow: 0 16px 30px rgba(63,18,63,.07);
}

.home-entry-card--season {
    --entry-card-accent: var(--home-bapteme-dark);
    --entry-card-bg-start: #57b8b6;
    --entry-card-bg-end: #5cc4c3;
    --entry-card-tilt: rgba(255,255,255,.12);
    border-color: rgba(84,194,191,.42);
}

.home-entry-card--offers {
    --entry-card-accent: #9a5c00;
    --entry-card-bg-start: #f5b521;
    --entry-card-bg-end: #f2ad11;
    --entry-card-tilt: rgba(255,255,255,.1);
    border-color: rgba(245,181,33,.48);
}

.home-entry-card--gift {
    --entry-card-accent: var(--home-purple-deep);
    --entry-card-bg-start: #85238f;
    --entry-card-bg-end: #5b145d;
    --entry-card-tilt: rgba(255,255,255,.09);
    border-color: rgba(116,23,111,.42);
}

.home-entry-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    padding: 30px 28px 28px;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 30%),
        linear-gradient(180deg, var(--entry-card-bg-start), var(--entry-card-bg-end));
    box-shadow: 0 18px 34px rgba(63,18,63,.11);
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-entry-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: -8%;
    bottom: 0;
    height: 40%;
    background: linear-gradient(165deg, transparent 0%, var(--entry-card-tilt) 100%);
    clip-path: polygon(0 44%, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.home-entry-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0) 44%);
    pointer-events: none;
}

.home-entry-card:hover,
.home-entry-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 28px 42px rgba(63,18,63,.16);
}

.home-entry-card--offers {
    box-shadow: 0 22px 40px rgba(154,92,0,.16);
}

.home-entry-card__eyebrow,
.home-testimonial-card__eyebrow {
    margin: 0 0 8px;
    color: var(--fc-purple);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-entry-card__eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 42px;
    margin-bottom: 22px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    color: var(--entry-card-accent);
    box-shadow:
        0 10px 18px rgba(30,27,37,.16),
        inset 0 0 0 2px rgba(255,255,255,.75);
}

.home-entry-card h3,
.home-summer-card h3,
.home-testimonial-card h3,
.home-season-focus__copy h2,
.home-gift-cta__copy h2,
.home-offers-cta__card h2,
.home-final-cta__card h2 {
    margin: 0;
    color: var(--home-purple-deep);
    line-height: 1.08;
}

.home-entry-card p,
.home-summer-card p,
.home-testimonial-card p,
.home-season-focus__copy p,
.home-gift-cta__copy p,
.home-offers-cta__card p,
.home-final-cta__card p {
    color: var(--fc-muted);
    line-height: 1.65;
}

.home-entry-card h3 {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 11ch;
    font-size: clamp(2.1rem, 2.7vw, 3rem);
    line-height: .94;
    letter-spacing: -.05em;
    text-wrap: balance;
}

.home-entry-card__intro {
    position: relative;
    z-index: 1;
    margin: 16px 0 0;
    color: rgba(255,255,255,.97);
    font-size: .98rem;
    font-weight: 600;
    line-height: 1.62;
}

.home-entry-card p.home-entry-card__intro {
    color: rgba(255,255,255,.97);
}

.home-entry-card__list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    color: rgba(255,255,255,.96);
}

.home-entry-card__list li {
    position: relative;
    padding-left: 18px;
    font-size: .96rem;
    font-weight: 700;
    line-height: 1.45;
}

.home-entry-card__list li::before {
    content: "";
    position: absolute;
    top: .56rem;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 0 0 4px rgba(255,255,255,.12);
}

.home-entry-card__link {
    position: relative;
    z-index: 1;
    align-self: flex-start;
    margin-top: auto;
    padding: 12px 22px;
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    color: var(--entry-card-accent);
    font-weight: 900;
    font-size: 1rem;
    box-shadow: 0 12px 24px rgba(30,27,37,.16);
}

.home-entry-card__link:hover {
    background: #fff;
    color: var(--entry-card-accent);
    text-decoration: none;
}

.home-season-focus {
    background:
        radial-gradient(circle at top left, rgba(12,133,202,.08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

.home-season-focus__grid,
.home-gift-cta__grid {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr);
    gap: 26px;
    align-items: center;
}

.home-season-focus__visual img,
.home-gift-cta__visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 18px 34px rgba(63,18,63,.08);
}

.home-check-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.home-check-list li {
    position: relative;
    padding: 0 0 0 26px;
    color: var(--fc-purple-dark);
    font-weight: 700;
}

.home-check-list li + li {
    margin-top: 10px;
}

.home-check-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--formation-color-yellow), var(--fc-purple));
}

.home-summer-focus {
    background:
        radial-gradient(circle at top right, rgba(255,183,44,.12), transparent 24%),
        linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
}

.home-summer-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.home-summer-card--atelier {
    background:
        radial-gradient(circle at top right, rgba(255,183,44,.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

.home-summer-card--stage {
    background:
        radial-gradient(circle at top right, rgba(12,133,202,.1), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.home-summer-card__icon img {
    width: 90px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.home-testimonials {
    background:
        radial-gradient(circle at top left, rgba(116,23,111,.09), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #faf5fb 100%);
}

.home-location-reviews {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
    gap: 22px;
    align-items: stretch;
}

.home-location-card,
.home-reviews-card {
    border-radius: 28px;
    border: 1px solid rgba(116,23,111,.14);
    box-shadow: 0 16px 30px rgba(63,18,63,.08);
}

.home-location-card {
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 28%),
        linear-gradient(145deg, #5d1a67 0%, #4b1456 52%, #34103d 100%);
    color: #fff;
}

.home-location-card--bordeaux {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 28%),
        linear-gradient(145deg, #0c85ca 0%, #1668b8 48%, #24438f 100%);
}

.home-location-card__map {
    position: relative;
    height: 320px;
    background: rgba(255,255,255,.08);
    overflow: hidden;
}

.home-location-card__map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.home-location-card__content {
    display: grid;
    gap: 0;
    padding: 24px 24px 26px;
}

.home-location-card__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 0 0 14px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.16);
    color: rgba(255,255,255,.96);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.home-location-card h2,
.home-reviews-card h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: .98;
    letter-spacing: -.05em;
}

.home-location-card h2 {
    color: #fff;
}

.home-location-card__intro,
.home-reviews-card__intro {
    margin: 14px 0 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.65;
}

.home-location-card__intro {
    color: rgba(255,255,255,.9);
}

.home-reviews-card {
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(116,23,111,.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fcf7fd 100%);
}

.home-reviews-card__intro {
    color: #5f5868;
}

.home-location-card__meta {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.home-location-card__cta {
    margin: 2px 0 0;
}

.home-location-card__cta .fc-button {
    min-height: 48px;
}

.home-location-card__address {
    margin: 0;
    color: rgba(255,255,255,.94);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.55;
}

.home-location-card__address span {
    display: block;
}

.home-location-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
}

.home-location-card__links a {
    color: #fff7c9;
    font-size: .92rem;
    font-weight: 800;
    text-decoration: none;
}

.home-location-card__links a:hover,
.home-location-card__links a:focus-visible {
    text-decoration: underline;
}

.home-reviews-card__hero {
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(116,23,111,.12);
}

.home-reviews-card__hero strong {
    color: var(--home-purple-deep);
    font-size: clamp(3rem, 5vw, 4.6rem);
    line-height: .9;
    letter-spacing: -.06em;
}

.home-reviews-card__hero strong span {
    font-size: .42em;
    letter-spacing: -.03em;
}

.home-reviews-card__hero p {
    margin: 0;
    color: #5d5666;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
}

.home-reviews-card__stats {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
}

.home-reviews-card__stat {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(116,23,111,.1);
}

.home-reviews-card__stat:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.home-reviews-card__stat strong {
    color: var(--fc-purple-dark);
    font-size: 1.5rem;
    line-height: .95;
    letter-spacing: -.04em;
}

.home-reviews-card__stat span {
    color: var(--fc-muted);
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
}

.home-testimonials__cta {
    margin: 22px 0 0;
}

.home-testimonials__cta .fc-button {
    width: 100%;
    justify-content: center;
}

.home-proof-band {
    display: none;
}

.home-proof-band__item {
    display: none;
}

.home-testimonials-grid {
    display: none;
}

.home-proof-band__item span {
    font-weight: 700;
    line-height: 1.45;
}

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

.home-testimonial-card {
    background:
        radial-gradient(circle at top right, rgba(116,23,111,.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fcf7fd 100%);
}

.home-testimonials__cta {
    margin: 22px 0 0;
    text-align: center;
}

.home-offers-cta__card,
.home-final-cta__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(116,23,111,.1);
    box-shadow: 0 16px 32px rgba(63,18,63,.05);
}

.home-offers-cta__card {
    background:
        radial-gradient(circle at top right, rgba(116,23,111,.12), transparent 26%),
        linear-gradient(135deg, #f7eefc 0%, #ffffff 64%, #f4ecff 100%);
}

.home-gift-cta__grid {
    padding: 28px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(239,11,120,.1), transparent 28%),
        linear-gradient(135deg, #fff8fc 0%, #ffffff 62%, #fff6e5 100%);
    border: 1px solid rgba(116,23,111,.1);
    box-shadow: 0 16px 32px rgba(63,18,63,.05);
}

.home-gift-cta__visual {
    display: flex;
    justify-content: center;
}

.home-gift-cta__visual img {
    max-width: 240px;
    border-radius: 0;
    box-shadow: none;
    filter: drop-shadow(0 16px 28px rgba(63,18,63,.12));
}

.home-final-cta__card {
    background:
        radial-gradient(circle at top left, rgba(12,133,202,.08), transparent 24%),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
}

@media (max-width: 1080px) {
    .home-hero-2026__grid,
    .home-orientation__grid,
    .home-season-focus__grid,
    .home-gift-cta__grid,
    .home-entry-grid,
    .home-location-reviews,
    .home-proof-band,
    .home-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .home-summer-cards {
        grid-template-columns: 1fr;
    }

    .home-intro-2026__head {
        margin-bottom: 28px;
    }

    .home-intro-2026__copy {
        margin-top: 16px;
        max-width: 100%;
    }

    .home-hero-2026__slider-nav {
        margin-top: 12px;
    }

    .home-intro-2026__head h2 {
        max-width: none;
    }

    .home-entry-card--season,
    .home-entry-card--offers,
    .home-entry-card--gift {
        transform: none;
    }
}

@media (max-width: 760px) {
    .home-hero-2026 {
        padding: 42px 0 36px;
    }

    .home-hero-2026 h1 {
        max-width: none;
    }

    .home-hero-2026__main {
        padding: 6px 0 0;
    }

    .home-offers-cta__card,
    .home-final-cta__card,
    .home-gift-cta__grid {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .home-location-card,
    .home-reviews-card {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .home-location-card {
        padding: 0;
    }

    .home-offers-cta__card,
    .home-final-cta__card {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-hero-2026__slider-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-photo-slider__controls {
        align-self: flex-start;
    }

    .home-orientation {
        padding: 26px 0 18px;
    }

    .home-orientation__head {
        margin-bottom: 14px;
    }

    .home-intro-2026__head h2 {
        max-width: none;
        font-size: clamp(2.2rem, 8vw, 3rem);
    }

    .home-orientation__card {
        min-height: 0;
        padding: 18px 18px 20px;
        border-radius: 22px;
    }

    .home-orientation__illustration {
        width: 80px;
        height: 80px;
    }

    .home-orientation__card strong {
        font-size: 1.14rem;
    }

    .home-orientation__card span {
        font-size: .92rem;
    }

    .home-intro-2026__copy {
        gap: 12px;
        margin-top: 14px;
    }

    .home-intro-2026__lead {
        font-size: 1.06rem;
    }

    .home-entry-card {
        min-height: 0;
        padding: 24px 20px 22px;
    }

    .home-entry-card h3 {
        font-size: clamp(1.7rem, 8vw, 2.15rem);
        max-width: none;
    }

    .home-entry-card__eyebrow {
        margin-bottom: 18px;
    }

    .home-entry-card__intro {
        margin-top: 14px;
    }

    .home-entry-card__list {
        gap: 8px;
        margin-top: 16px;
    }

    .home-location-card__map {
        height: 260px;
    }

    .home-location-card__content {
        padding: 20px 18px 22px;
    }
}
