/* ============================================================
   Promenade at Coconut Creek Detail Page
   ============================================================ */

.promenade-hero {
    position: relative;
    width: 100%;
    background: #fff;
}

.main-div,
.promenade-strip {
    box-sizing: border-box;
}

.main-div > .container,
.promenade-strip > .container {
    padding-left: 15px;
    padding-right: 15px;
}

.main-div__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    min-height: 500px;
    padding: 32px 45px 120px;
    gap: 16px;
    background-image: url("../images/promenade/promenade-main-image.webp");
    background-size: cover;
    background-position: center -1%;
    background-repeat: no-repeat;
    border-radius: 16px;
    overflow: hidden;
}

.main-div {
    width: 100%;
    padding: 24px 0 0;
}

.main-div__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.35) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.main-div__badge,
.main-div__title,
.main-div__description,
.main-div__actions {
    position: relative;
    z-index: 2;
}

.main-div__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    padding: 8px 18px;
    border: 1px solid #fff;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.35);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #fff;
    white-space: nowrap;
}

.main-div__badge img {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.main-div__title {
    margin: 0;
    max-width: 100%;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.1;
    color: #fff;
}

.main-div__description {
    margin: 0;
    max-width: 560px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.main-div__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.main-div__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.main-div__btn img {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.main-div__btn--order {
    background: rgba(240, 100, 40, 1);
    color: #fff;
}

.main-div__btn--menu,
.main-div__btn--direction {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

/* ── Feature Strip ─────────────────────────────────────────── */
.promenade-strip {
    position: relative;
    z-index: 3;
    width: 100%;
    margin-top: 0;
    background: transparent;
}

.promenade-strip > .container {
    display: flex;
    justify-content: center;
}

.promenade-strip__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 92%;
    max-width: 92%;
    margin: 0 auto;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-50%);
}

.promenade-strip__item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.promenade-strip__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fdeee6;
}

.promenade-strip__icon-wrap img {
    display: block;
}

.promenade-strip__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.promenade-strip__title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #1a1a1a;
}

.promenade-strip__text {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: rgba(118, 114, 114, 1);
}

/* ── About Section ─────────────────────────────────────────── */
.promenade-about {
    width: 100%;
    background: #fff;
    padding: 40px 138px;
    box-sizing: border-box;
}

.promenade-about__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    width: 100%;
    max-width: 1464px;
    box-sizing: border-box;
}

.promenade-about__media {
    flex: 1 1 50%;
    min-width: 0;
}

.promenade-about__image {
    display: block;
    width: 766px;
    max-width: 100%;
    height: 597px;
    border-radius: 16px;
    object-fit: cover;
}

.promenade-about__content {
    flex: 0 0 auto;
    width: 625px;
    max-width: 100%;
    height: 545px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
}

.promenade-about__badge {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: fit-content;
    gap: 10px;
    padding: 8px 16px;
    border: 1px solid rgba(240, 100, 40, 0.5);
    border-radius: 9999px;
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(240, 100, 40, 1);
    white-space: nowrap;
}

.promenade-about__badge img {
    display: block;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.promenade-about__title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #1a1a1a;
}

.promenade-about__text {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(118, 114, 114, 1);
}

.promenade-about__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: fit-content;
    gap: 8px;
    padding: 14px 24px;
    border: 1px solid rgba(240, 100, 40, 1);
    border-radius: 8px;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 33.9px;
    letter-spacing: 0;
    color: rgba(240, 100, 40, 1);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    white-space: nowrap;
    text-decoration: none;
}

/* ── Visit & Order Section ───────────────────────────────────── */
.promenade-info {
    width: 100%;
    background: #fff;
    padding: 0 138px 80px;
    box-sizing: border-box;
}

.promenade-info__inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    max-width: 1464px;
    margin: 0 auto;
    box-sizing: border-box;
}

.promenade-info__card {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    min-width: 0;
    padding: 32px 32px;
    border: 0.8px solid rgba(118, 114, 114, 1);
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
}

.promenade-info__body {
    flex: 0 0 auto;
    width: 319.85px;
    max-width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14.99px;
    box-sizing: border-box;
}

.promenade-info__card--visit .promenade-info__body {
    height: 360.3px;
}

.promenade-info__card--order .promenade-info__body {
    height: 353.17px;
    justify-content: space-between;
}

.promenade-info__title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.2;
    color: rgba(240, 100, 40, 1);
}

.promenade-info__details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.promenade-info__detail {
    display: grid;
    grid-template-columns: 20px 1fr;
    column-gap: 12px;
    row-gap: 4px;
    align-items: start;
}

.promenade-info__detail-icon,
.promenade-info__detail img {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    grid-column: 1;
    grid-row: 1;
    margin-top: 2px;
}

.promenade-info__detail-copy {
    display: contents;
}

.promenade-info__detail-label {
    grid-column: 2;
    grid-row: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.3;
    color: #1a1a1a;
}

.promenade-info__detail-text {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13.13px;
    line-height: 1.5;
    color: rgba(118, 114, 114, 1);
}

.promenade-info__text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(118, 114, 114, 1);
    margin-top: -6px;
}

.promenade-info__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    margin-bottom: -22px;
}

.promenade-info__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    white-space: nowrap;
    box-sizing: border-box;
    text-decoration: none;
}

.promenade-info__btn img {
    display: block;
    flex-shrink: 0;
}

.promenade-info__btn--direction {
    border: none;
    background: rgba(240, 100, 40, 1);
    color: #fff;
}

.promenade-info__btn--order {
    width: fit-content;
    min-width: 176.8px;
    height: 56.87px;
    padding: 15.31px 17.5px;
    gap: 10.94px;
    border-radius: 8.75px;
    border: none;
    align-self: flex-start;
    margin-bottom: -23px;
    transform: translateY(10px);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    vertical-align: middle;
    color: #fff;
    background: rgba(240, 100, 40, 1);
    white-space: nowrap;
}

.promenade-info__btn--call {
    border: 1px solid rgba(240, 100, 40, 1);
    background: transparent;
    color: rgba(240, 100, 40, 1);
}

.promenade-info__media {
    flex: 0 0 auto;
    width: 321.68px;
    max-width: 100%;
    height: 408px;
    min-width: 0;
    margin-top: -11px;
    margin-bottom: -11px;
    align-self: center;
    border: 1px solid #e8e8e8;
    border-top-right-radius: 13.33px;
    border-bottom-right-radius: 13.33px;
    overflow: hidden;
    box-sizing: border-box;
}

.promenade-info__card--order .promenade-info__media {
    width: 321.68px;
    height: 408px;
    margin-top: -11px;
    margin-bottom: -11px;
    border-top-right-radius: 13.33px;
    border-bottom-right-radius: 13.33px;
}

.promenade-info__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── What Makes Ethos Special ──────────────────────────────── */
.promenade-special {
    width: 100%;
    background: #fff;
    padding: 50px 138px;
    box-sizing: border-box;
}

.promenade-special__inner {
    width: 100%;
    max-width: 1464px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
}

.promenade-special__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.promenade-special__badge {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: fit-content;
    gap: 10px;
    padding: 8px 16px;
    border: 1px solid rgba(240, 100, 40, 0.5);
    border-radius: 9999px;
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(240, 100, 40, 1);
    white-space: nowrap;
}

.promenade-special__badge img {
    display: block;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.promenade-special__title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0;
    color: #1a1a1a;
}

.promenade-special__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    width: 100%;
}

.promenade-special__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 334px;
    max-width: 100%;
    height: 270px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    background: #fef7f2;
    box-sizing: border-box;
}

.promenade-special__card--featured {
    background: #F06428;
    border-color: #F06428;
}

.promenade-special__card-icon {
    display: block;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}

.promenade-special__card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(240, 100, 40, 1);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.promenade-special__card--featured .promenade-special__card-number {
    background: #fff;
    color: rgba(240, 100, 40, 1);
}

.promenade-special__card-title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #1a1a1a;
}

.promenade-special__card-text {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(118, 114, 114, 1);
}

.promenade-special__card--featured .promenade-special__card-title,
.promenade-special__card--featured .promenade-special__card-text {
    color: #fff;
}

/* ── Gallery Slider ──────────────────────────────────────────── */
.promenade-gallery {
    width: 100%;
    background: #fff;
    padding: 80px 24px;
    box-sizing: border-box;
}

.promenade-gallery__inner {
    width: 100%;
    max-width: 1464px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    box-sizing: border-box;
    overflow-x: clip;
    overflow-y: visible;
}

.promenade-gallery__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.promenade-gallery__badge {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: fit-content;
    gap: 10px;
    padding: 8px 16px;
    border: 1px solid rgba(240, 100, 40, 0.5);
    border-radius: 9999px;
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(240, 100, 40, 1);
    white-space: nowrap;
}

.promenade-gallery__badge img {
    display: block;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.promenade-gallery__title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0;
    color: #1a1a1a;
}

.promenade-gallery__slider {
    position: relative;
    width: 100%;
    max-width: 1180px;
    overflow: visible;
    padding: 22px 70px;
    box-sizing: border-box;
}

.promenade-gallery__arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid rgba(240, 100, 40, 0.35);
    border-radius: 50%;
    background: #fff;
    color: rgba(240, 100, 40, 1);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-50%);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.promenade-gallery__arrow:hover,
.promenade-gallery__arrow:focus-visible {
    background: rgba(240, 100, 40, 1);
    border-color: rgba(240, 100, 40, 1);
    color: #fff;
    outline: none;
}

.promenade-gallery__arrow--prev {
    left: -120px;
}

.promenade-gallery__arrow--prev svg {
    transform: rotate(180deg);
    transform-origin: center center;
}

.promenade-gallery__arrow--next {
    right: -120px;
}

.promenade-gallery__arrow svg {
    display: block;
    flex-shrink: 0;
    width: 10px;
    height: 14px;
    margin: 0;
}

.promenade-gallery__track {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 570px;
    gap: 0;
}

.promenade-gallery__slide {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    overflow: none !important;
    border-radius: 16px;
    box-sizing: border-box;
    transition: width 0.35s ease, height 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
}

.promenade-gallery__slide:not(:first-child) {
    margin-left: -94px;
}

.promenade-gallery__slide--offset-0 {
    width: 400px;
    height: 570px;
    z-index: 5;
    opacity: 1;
    overflow: visible;
    border: none;
    box-shadow: none;
}

.promenade-gallery__slide--offset-0 .promenade-gallery__image {
    box-shadow:
        0 0 0 6px rgba(255, 255, 255, 1),
        0 0 16px rgba(0, 0, 0, 0.85);
}

.promenade-gallery__slide--offset-1 {
    width: 310px;
    height: 500px;
    z-index: 3;
    opacity: 1;
    box-shadow: none;
    border: none;
}

.promenade-gallery__slide--offset-2 {
    width: 310px;
    height: 435px;
    z-index: 1;
    opacity: 1;
    box-shadow: none;
    border: none;
}

.promenade-gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    transition: box-shadow 0.35s ease;
}

/* Crop toward clothing racks (plant sits left-center in source photo) */
.promenade-gallery__image--clothes {
    object-position: 0% center;
}

.promenade-gallery__dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.promenade-gallery__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #fdeee6;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.promenade-gallery__dot--active {
    background: rgba(240, 100, 40, 1);
    transform: scale(1.15);
}

/* ── CTA Banner ──────────────────────────────────────────────── */
.promenade-cta {
    width: 100%;
    background: #fff;
    padding: 103px 138px 80px;
    box-sizing: border-box;
    overflow: visible;
}

.promenade-cta__inner {
    position: relative;
    width: 100%;
    max-width: 1480px;
    height: 539px;
    margin: 0 auto;
    box-sizing: border-box;
}

.promenade-cta__content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 539px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 56px 64px;
    border-radius: 24px;
    background-color: rgba(240, 100, 40, 1);
    background-image: url("../images/ethos-greek-bistro/last-background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: hidden;
}

.promenade-cta__title {
    margin: 0;
    max-width: 613px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.15;
    color: #fff;
}

.promenade-cta__text {
    margin: 0;
    max-width: 720px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
}

.promenade-cta__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

.promenade-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 24px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    white-space: nowrap;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
    text-decoration: none;
}

.promenade-cta__btn:hover {
    opacity: 0.92;
}

.promenade-cta__btn img {
    display: block;
    flex-shrink: 0;
}

.promenade-cta__btn--order {
    border: none;
    background: #fff;
    color: rgba(240, 100, 40, 1);
}

.promenade-cta__btn--order img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(72%) saturate(2476%) hue-rotate(346deg) brightness(98%) contrast(95%);
}

.promenade-cta__btn--direction {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

/* Button links — keep styled colors; suppress default anchor underline/hover */
.main-div__btn:hover,
.main-div__btn:focus,
.main-div__btn:visited,
.main-div__btn:active,
.promenade-about__btn:hover,
.promenade-about__btn:focus,
.promenade-about__btn:visited,
.promenade-about__btn:active,
.promenade-info__btn:hover,
.promenade-info__btn:focus,
.promenade-info__btn:visited,
.promenade-info__btn:active,
.promenade-cta__btn:hover,
.promenade-cta__btn:focus,
.promenade-cta__btn:visited,
.promenade-cta__btn:active {
    text-decoration: none;
}

.main-div__btn--order:hover,
.main-div__btn--order:focus,
.main-div__btn--order:visited,
.main-div__btn--order:active {
    color: #fff;
}

.main-div__btn--menu:hover,
.main-div__btn--menu:focus,
.main-div__btn--menu:active,
.main-div__btn--direction:hover,
.main-div__btn--direction:focus,
.main-div__btn--direction:active {
    background: rgba(240, 100, 40, 1);
    border-color: rgba(240, 100, 40, 1);
    color: #fff;
}

.main-div__btn--menu:visited,
.main-div__btn--direction:visited {
    color: #fff;
}

.promenade-about__btn:hover,
.promenade-about__btn:focus,
.promenade-about__btn:visited,
.promenade-about__btn:active {
    color: rgba(240, 100, 40, 1);
}

.promenade-info__btn--direction:hover,
.promenade-info__btn--direction:focus,
.promenade-info__btn--direction:visited,
.promenade-info__btn--direction:active,
.promenade-info__btn--order:hover,
.promenade-info__btn--order:focus,
.promenade-info__btn--order:visited,
.promenade-info__btn--order:active {
    color: #fff;
}

.promenade-info__btn--call:hover,
.promenade-info__btn--call:focus,
.promenade-info__btn--call:visited,
.promenade-info__btn--call:active {
    color: rgba(240, 100, 40, 1);
}

.promenade-cta__btn--order:hover,
.promenade-cta__btn--order:focus,
.promenade-cta__btn--order:visited,
.promenade-cta__btn--order:active {
    color: rgba(240, 100, 40, 1);
}

.promenade-cta__btn--direction:hover,
.promenade-cta__btn--direction:focus,
.promenade-cta__btn--direction:visited,
.promenade-cta__btn--direction:active {
    color: #fff;
}

.promenade-cta__media {
    position: absolute;
    top: -103px;
    left: 876px;
    z-index: 2;
    width: 604px;
    height: 642px;
    border-radius: 24px;
    overflow: hidden;
}

.promenade-cta__image {
    display: block;
    width: 604px;
    height: 642px;
    border-radius: 24px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1200px) {
    .promenade-strip__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .promenade-about {
        padding: 64px 48px;
    }

    .promenade-about__inner {
        gap: 32px;
    }

    .promenade-special {
        padding: 64px 48px;
    }

    .promenade-gallery {
        padding: 64px 24px;
    }

    .promenade-gallery__track {
        min-height: 570px;
    }

    .promenade-cta {
        padding: 64px 48px 64px;
    }

    .promenade-cta__inner {
        height: auto;
    }

    .promenade-cta__content {
        height: auto;
        min-height: 420px;
        padding: 48px 40px;
    }

    .promenade-cta__media {
        position: absolute;
        top: -48px;
        left: auto;
        right: 24px;
        width: min(604px, 45%);
        height: auto;
        aspect-ratio: 604 / 642;
    }

    .promenade-cta__image {
        width: 100%;
        height: 100%;
    }

    .promenade-cta__title {
        font-size: 40px;
    }

    .promenade-info {
        padding: 0 48px 64px;
    }

    .promenade-info__inner {
        flex-direction: column;
    }

    .promenade-info__card {
        flex-direction: column;
    }

    .promenade-info__body {
        width: 100%;
        height: auto;
    }

    .promenade-info__media {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 13.33px;
    }

    .promenade-info__image {
        min-height: 240px;
    }
}

@media (max-width: 768px) {
    /* ── Hero ─────────────────────────────────────────────── */
    .main-div {
        padding: 20px 0 0;
    }

    .main-div__inner {
        min-height: 360px;
        padding: 28px 20px 80px;
        border-radius: 12px;
        align-items: center;
        text-align: center;
    }

    .main-div__badge {
        align-self: center;
        font-size: 12px;
        padding: 8px 14px;
    }

    .main-div__title {
        font-size: 32px;
        text-align: center;
    }

    .main-div__description {
        font-size: 16px;
        text-align: center;
    }

    .main-div__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .main-div__btn {
        width: 100%;
        justify-content: center;
        font-size: 16px;
    }

    /* ── Feature Strip ────────────────────────────────────── */
    .promenade-strip__inner {
        width: 90%;
        max-width: 90%;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 20px 16px;
        transform: translateY(-10%);
    }

    /* ── About ────────────────────────────────────────────── */
    .promenade-about {
        padding: 40px 16px;
    }

    .promenade-about__inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .promenade-about__media,
    .promenade-about__content {
        flex: 1 1 auto;
        width: 100%;
        height: auto;
    }

    .promenade-about__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
    }

    .promenade-about__image {
        width: 100%;
        height: auto;
        aspect-ratio: 766 / 597;
    }

    .promenade-about__badge {
        align-self: center;
        font-size: 13px;
        padding: 6px 12px;
    }

    .promenade-about__title {
        font-size: 32px;
        text-align: center;
    }

    .promenade-about__text {
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
    }

    .promenade-about__btn {
        align-self: center;
        width: fit-content;
        max-width: 100%;
        font-size: 16px;
        padding: 12px 31px;
        white-space: normal;
        text-align: center;
    }

    /* ── Visit & Order ────────────────────────────────────── */
    .promenade-info {
        padding: 0 16px 40px;
    }

    .promenade-info__card {
        flex-direction: column;
        padding: 20px;
        gap: 16px;
    }

    .promenade-info__media {
        order: -1;
        width: 334.33px;
        max-width: 100%;
        height: 214px;
        margin: 0 auto;
        align-self: center;
        border: 1px solid #e8e8e8;
        border-radius: 0;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .promenade-info__card--visit .promenade-info__media,
    .promenade-info__card--order .promenade-info__media {
        width: 360.33px;
        max-width: 100%;
        height: 214px;
        margin: 0 auto;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .promenade-info__body {
        order: 1;
    }

    .promenade-info__card--visit .promenade-info__body,
    .promenade-info__card--order .promenade-info__body {
        height: auto;
    }

    .promenade-info__title {
        font-size: 20px;
    }

    .promenade-info__detail-label {
        font-size: 16px;
    }

    .promenade-info__detail-text {
        font-size: 14px;
    }

    .promenade-info__text {
        margin-top: 0;
        font-size: 15px;
    }

    .promenade-info__actions {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 0;
        gap: 12px;
    }

    .promenade-info__btn {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        height: 47.37px;
        padding: 12px 10px;
        justify-content: center;
        box-sizing: border-box;
        font-size: 14px;
    }

    .promenade-info__btn--direction,
    .promenade-info__btn--call {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        height: 47.37px;
    }

    .promenade-info__btn--order {
        width: fit-content;
        min-width: 151.48px;
        height: 47.37px;
        margin-bottom: 0;
        transform: none;
        align-self: flex-start;
        font-size: 16px;
        padding: 12px 16px;
    }

    .promenade-info__image {
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
    }

    /* ── Special Cards ────────────────────────────────────── */
    .promenade-special {
        padding: 15px 16px;
    }

    .promenade-special__badge {
        font-size: 13px;
        padding: 6px 12px;
    }

    .promenade-special__title {
        font-size: 32px;
    }

    .promenade-special__cards {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .promenade-special__card {
        width: 370px;
        max-width: 100%;
        height: auto;
        min-height: 270px;
        padding: 24px;
        gap: 20px;
        box-sizing: border-box;
    }

    .promenade-special__card-title {
        font-size: 20px;
    }

    .promenade-special__card-text {
        font-size: 15px;
    }

    /* ── Gallery (stacked carousel) ─────────────────────── */
    .promenade-gallery {
        padding: 40px 16px;
    }

    .promenade-gallery__inner {
        overflow-x: clip;
        overflow-y: visible;
    }

    .promenade-gallery__badge {
        font-size: 13px;
        padding: 6px 12px;
    }

    .promenade-gallery__title {
        font-size: 32px;
    }

    .promenade-gallery__slider {
        width: 100%;
        max-width: 396px;
        margin: 0 auto;
        padding: 12px 58px 4px;
        overflow: visible;
        box-sizing: border-box;
    }

    .promenade-gallery__arrow {
        width: 40px;
        height: 40px;
    }

    .promenade-gallery__arrow--prev {
        left: 0;
    }

    .promenade-gallery__arrow--next {
        right: 0;
    }

    .promenade-gallery__track {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 280px;
        min-height: 180px;
        margin: 0 auto;
        gap: 0;
        transform: none;
    }

    .promenade-gallery__slide {
        position: relative;
        flex: 0 0 auto;
        display: block !important;
        border-radius: 5.17px;
    }

    .promenade-gallery__slide:not(:first-child) {
        margin-left: -59px;
    }

    .promenade-gallery__slide--offset-0 {
        width: 125px;
        height: 180px;
        z-index: 5;
        opacity: 1;
        border-radius: 5.17px;
    }

    .promenade-gallery__slide--offset-0 .promenade-gallery__image {
        border-radius: 5.17px;
        box-shadow:
            0 0 0 1.94px rgba(255, 255, 255, 1),
            0 0 12px rgba(0, 0, 0, 0.85);
    }

    .promenade-gallery__slide--offset-1 {
        width: 97px;
        height: 158px;
        z-index: 3;
        opacity: 1;
        border-radius: 5.17px;
    }

    .promenade-gallery__slide--offset-2 {
        width: 162px;
        height: 137px;
        z-index: 1;
        opacity: 1;
        border-radius: 5.17px;
    }

    .promenade-gallery__image {
        border-radius: 5.17px;
    }

    /* ── CTA Banner ───────────────────────────────────────── */
    .promenade-cta {
        padding: 40px 16px;
    }

    .promenade-cta__inner {
        position: relative;
        width: 359px;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .promenade-cta__content {
        position: relative;
        z-index: 1;
        width: 100%;
        height: auto;
        min-height: 655px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 280px 23px 32px;
        border-radius: 24px;
        gap: 16px;
        opacity: 1;
        box-sizing: border-box;
        overflow: hidden;
    }

    .promenade-cta__media {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 2;
        width: 305px;
        max-width: calc(100% - 40px);
        height: 292px;
        margin: 0;
        border-radius: 24px;
        overflow: hidden;
        opacity: 1;
        transform: translateX(-50%);
        box-sizing: border-box;
        margin-top: -47px;
    }

    .promenade-cta__image {
        width: 100%;
        height: 100%;
        border-radius: 24px;
        object-fit: cover;
    }

    .promenade-cta__title {
        font-size: 28px;
        max-width: 100%;
        text-align: center;
    }

    .promenade-cta__text {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 34px;
        letter-spacing: 0;
        max-width: 100%;
        text-align: center;
    }

    .promenade-cta__actions {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: auto;
        width: 100%;
    }

    .promenade-cta__btn {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        max-width: none;
        justify-content: center;
        font-size: 16px;
        padding: 14px 16px;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .promenade-about__title,
    .promenade-special__title,
    .promenade-gallery__title {
        font-size: 28px;
    }

    .promenade-cta__title {
        font-size: 24px;
    }
}
