/* ========================================================
   HOTEL MINI CITY – PRICELIST.CSS
   ======================================================== */

/* ── Hero ── */
.pl-hero {
    background: #3e2a1c;
    min-height: clamp(260px, 38vh, 420px);
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.pl-hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(40px, 6vw, 80px) clamp(24px, 5vw, 80px);
    position: relative;
    z-index: 1;
}

.pl-hero-eyebrow {
    font-family: 'CaviarDreams', serif;
    font-size: clamp(9px, 1.2vw, 12px);
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #997a61;
    -webkit-text-stroke: 0.2px #997a61;
    margin: 0 0 16px;
}

.pl-hero-title {
    font-family: 'CaviarDreams', serif;
    font-size: clamp(2rem, 5vw, 3.8rem);
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    -webkit-text-stroke: 0.5px #fff;
    line-height: 1.08;
    margin: 0 0 22px;
}

.pl-hero-rule {
    width: 48px;
    height: 2px;
    background: #997a61;
    margin-bottom: 20px;
}

.pl-hero-sub {
    font-family: 'CaviarDreams', serif;
    font-size: clamp(0.78rem, 1.4vw, 0.95rem);
    color: rgba(255,255,255,0.5);
    letter-spacing: 1px;
    line-height: 1.6;
    margin: 0;
    max-width: 380px;
}

/* Right decorative panel */
.pl-hero-right {
    width: clamp(180px, 30vw, 380px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(153,122,97,0.2);
    overflow: hidden;
    flex-shrink: 0;
}

.pl-hero-deco {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0 40px;
    width: 100%;
}

.pl-deco-line {
    display: block;
    height: 1.5px;
    background: linear-gradient(90deg, rgba(153,122,97,0.6) 0%, rgba(153,122,97,0.1) 100%);
    border-radius: 2px;
}

.pl-deco-line--long  { width: 100%; }
.pl-deco-line--med   { width: 72%; }
.pl-deco-line--short { width: 44%; }

.pl-hero-watermark {
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-family: 'CaviarDreams', serif;
    font-size: clamp(3.5rem, 8vw, 7rem);
    font-weight: 900;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(153,122,97,0.08);
    -webkit-text-stroke: 1px rgba(153,122,97,0.1);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
}

@media (max-width: 640px) {
    .pl-hero { flex-direction: column; min-height: auto; }
    .pl-hero-right { display: none; }
    .pl-hero-left { padding: 40px 24px; }
    .pl-hero-sub { max-width: 100%; }
}

/* ── Section ── */
.pl-section {
    background: #faf7f4;
    padding: clamp(48px, 8vw, 100px) 0 clamp(60px, 10vw, 120px);
}

.pl-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 40px);
}

.pl-page-title {
    font-family: 'CaviarDreams', serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3e2a1c;
    margin: 0 0 2rem;
}

.pl-empty {
    text-align: center;
    color: #997a61;
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 60px 0;
}

/* ── Currency switcher ── */
.pl-currency-bar {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.pl-cur-btn {
    font-family: 'CaviarDreams', serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6b5a4e;
    border: 1.5px solid #deccbd;
    background: #fff;
    padding: 7px 16px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-text-stroke: 0.1px currentColor;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.pl-cur-btn:hover  { border-color: #997a61; color: #997a61; }
.pl-cur-btn.active { background: #3e2a1c; border-color: #3e2a1c; color: #fff; -webkit-text-stroke: 0.15px #fff; }

/* ── Sort bar ── */
.pl-sort-bar {
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.pl-sort-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'CaviarDreams', serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #997a61;
    border: 1.5px solid #deccbd;
    background: transparent;
    padding: 8px 16px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-text-stroke: 0.15px currentColor;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.pl-sort-btn:hover  { border-color: #997a61; }
.pl-sort-btn.active { background: #997a61; border-color: #997a61; color: #fff; -webkit-text-stroke: 0.15px #fff; }

/* ── Menu list ── */
.pl-menu {
    display: flex;
    flex-direction: column;
}

/* ── Item ── */
.pl-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 18px 0;
}

.pl-item-separator {
    height: 1px;
    background: #e8ddd5;
}

.pl-item-num {
    font-family: 'CaviarDreams', serif;
    font-size: 0.8rem;
    font-weight: 900;
    color: #c4b09e;
    letter-spacing: 1px;
    flex-shrink: 0;
    min-width: 22px;
    -webkit-text-stroke: 0.1px #c4b09e;
}

.pl-item-name {
    font-family: 'CaviarDreams', serif;
    font-size: clamp(0.92rem, 1.4vw, 1.05rem);
    font-weight: 900;
    color: #3e2a1c;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-text-stroke: 0.3px #3e2a1c;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

/* dotted line */
.pl-item-dots {
    flex: 1;
    height: 1px;
    border-bottom: 2px dotted #d5c5b8;
    min-width: 16px;
    margin: 0 6px;
    position: relative;
    top: -4px;
}

.pl-item-price-col {
    display: flex;
    align-items: baseline;
    gap: 7px;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pl-price-orig {
    font-size: 0.82rem;
    color: #bbb;
    text-decoration: line-through;
    letter-spacing: 0.5px;
}

.pl-price-disc {
    font-family: 'CaviarDreams', serif;
    font-size: 1.15rem;
    font-weight: 900;
    color: #c0392b;
    -webkit-text-stroke: 0.3px #c0392b;
    letter-spacing: 1px;
}

.pl-price-main {
    font-family: 'CaviarDreams', serif;
    font-size: 1.15rem;
    font-weight: 900;
    color: #3e2a1c;
    -webkit-text-stroke: 0.3px #3e2a1c;
    letter-spacing: 1px;
}

.pl-price-night {
    font-size: 0.72rem;
    color: #997a61;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.pl-price-promo {
    font-size: 0.7rem;
    color: #c0392b;
    font-style: italic;
    letter-spacing: 0.3px;
    white-space: nowrap;
    opacity: 0.85;
}

/* ── Calculator ── */
.pl-calc-section {
    background: #fff;
    padding: clamp(48px, 7vw, 90px) 0 clamp(60px, 10vw, 110px);
    border-top: 1px solid #ede3db;
}

.pl-calc-header {
    text-align: center;
    margin-bottom: 36px;
}

.pl-calc-title {
    font-family: 'CaviarDreams', serif;
    font-size: clamp(1.3rem, 2.5vw, 1.9rem);
    font-weight: 900;
    color: #3e2a1c;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-text-stroke: 0.4px #3e2a1c;
    margin: 0 0 10px;
}

.pl-calc-sub {
    font-size: 0.88rem;
    color: #997a61;
    letter-spacing: 0.5px;
    line-height: 1.6;
    margin: 0;
}

.pl-calc-box {
    background: #faf7f4;
    border: 1px solid #ede3db;
    border-radius: 16px;
    padding: clamp(24px, 4vw, 44px);
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.pl-calc-label {
    font-family: 'CaviarDreams', serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #997a61;
    -webkit-text-stroke: 0.2px #997a61;
}

.pl-calc-nights-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}

.pl-calc-nights-input {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1.5px solid #deccbd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.pl-calc-step {
    width: 42px;
    height: 42px;
    background: none;
    border: none;
    font-size: 20px;
    color: #997a61;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.18s;
}
.pl-calc-step:hover { background: #f0e9e2; }

.pl-calc-nights-input input[type="number"] {
    width: 64px;
    border: none;
    border-left: 1.5px solid #ede3db;
    border-right: 1.5px solid #ede3db;
    text-align: center;
    font-family: 'CaviarDreams', serif;
    font-size: 1.1rem;
    font-weight: 900;
    color: #3e2a1c;
    -webkit-text-stroke: 0.3px #3e2a1c;
    padding: 0;
    height: 42px;
    outline: none;
    -moz-appearance: textfield;
}
.pl-calc-nights-input input[type="number"]::-webkit-inner-spin-button,
.pl-calc-nights-input input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; }

.pl-calc-rooms-label {
    font-family: 'CaviarDreams', serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #997a61;
    -webkit-text-stroke: 0.2px #997a61;
    margin-bottom: -14px;
}

.pl-calc-rooms {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pl-calc-room-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    background: #fff;
    border: 1.5px solid #ede3db;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    user-select: none;
}
.pl-calc-room-row:hover { border-color: #deccbd; }
.pl-calc-room-row input[type="checkbox"] { display: none; }

.pl-calc-check-box {
    width: 20px;
    height: 20px;
    border: 2px solid #deccbd;
    border-radius: 5px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.18s, border-color 0.18s;
    background: #fff;
}
.pl-calc-room-row input:checked ~ .pl-calc-check-box {
    background: #997a61;
    border-color: #997a61;
}
.pl-calc-room-row input:checked ~ .pl-calc-check-box::after {
    content: '';
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translateY(-1px);
    display: block;
}
.pl-calc-room-row input:checked ~ .pl-calc-room-name { color: #3e2a1c; }
.pl-calc-room-row:has(input:checked) { border-color: #997a61; background: #fdf9f6; }

.pl-calc-room-name {
    font-family: 'CaviarDreams', serif;
    font-size: 0.9rem;
    font-weight: 900;
    color: #6b5a4e;
    letter-spacing: 1px;
    text-transform: uppercase;
    flex: 1;
    -webkit-text-stroke: 0.2px currentColor;
}

.pl-calc-room-price {
    font-size: 0.8rem;
    color: #997a61;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.pl-calc-result {
    background: #3e2a1c;
    border-radius: 12px;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pl-calc-result-label {
    font-family: 'CaviarDreams', serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    -webkit-text-stroke: 0.1px rgba(255,255,255,0.55);
}

.pl-calc-result-amount {
    font-family: 'CaviarDreams', serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    -webkit-text-stroke: 0.4px #fff;
    line-height: 1.1;
}

.pl-calc-result-breakdown {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.5px;
    line-height: 1.8;
    margin-top: 4px;
}
.pl-calc-result-breakdown strong { color: rgba(255,255,255,0.85); }

@media (max-width: 600px) {
    /* nights row: stack vertically, center everything */
    .pl-calc-nights-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }
    .pl-calc-nights-input {
        align-self: center;
    }

    /* room rows: checkbox + name u istoj liniji, cijena ispod */
    .pl-calc-room-row {
        flex-wrap: wrap;
        gap: 8px 10px;
    }
    .pl-calc-check-box { flex-shrink: 0; }
    .pl-calc-room-name {
        flex: 1;
        min-width: 0;
    }
    .pl-calc-room-price {
        flex: 1 1 100%;
        padding-left: calc(20px + 10px); /* checkbox + gap */
        font-size: 0.75rem;
        margin-top: -4px;
    }

    /* result */
    .pl-calc-result { padding: 20px 18px; }
    .pl-calc-result-amount { font-size: 1.7rem; }

    /* currency bar wraps nicely */
    .pl-currency-bar { gap: 6px; }
    .pl-cur-btn { font-size: 10px; padding: 6px 12px; }

    /* sort bar */
    .pl-sort-bar { gap: 6px; }
    .pl-sort-btn { font-size: 10px; padding: 7px 12px; }
}

/* ── Extra price-list items ── */
.pl-extras-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 44px 0 32px;
}
.pl-extras-divider::before,
.pl-extras-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #deccbd);
}
.pl-extras-divider::after {
    background: linear-gradient(90deg, #deccbd, transparent);
}
.pl-extras-divider-label {
    font-family: 'CaviarDreams', serif;
    font-size: clamp(0.7rem, 1.4vw, 0.78rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #997a61;
    white-space: nowrap;
    flex-shrink: 0;
}
.pl-extras-menu {
    display: flex;
    flex-direction: column;
}
.pl-extra-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 14px 2px;
}
.pl-extra-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #997a61;
    flex-shrink: 0;
    margin-top: 0.45em;
}
.pl-extra-text {
    font-family: 'CaviarDreams', serif;
    font-size: clamp(0.82rem, 1.6vw, 0.95rem);
    color: #3e2a1c;
    letter-spacing: 0.02em;
    line-height: 1.4;
}
.pl-extra-price-col {
    display: flex;
    align-items: baseline;
    gap: 5px;
    flex-shrink: 0;
    white-space: nowrap;
}
.pl-extra-price {
    font-family: 'CaviarDreams', serif;
    font-size: clamp(0.88rem, 1.7vw, 1rem);
    color: #3e2a1c;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.pl-extra-price--label {
    font-weight: 400;
    color: #997a61;
    font-style: italic;
    letter-spacing: 0.03em;
}

/* ── Footnote ── */
.pl-note {
    margin-top: 40px;
    font-size: 0.78rem;
    color: #b5a49a;
    letter-spacing: 0.5px;
    line-height: 1.7;
    border-top: 1px solid #e8ddd5;
    padding-top: 20px;
}

/* ── Responsive – price list items ── */
@media (max-width: 560px) {
    .pl-item { flex-wrap: wrap; gap: 4px; align-items: flex-start; }
    .pl-item-num { min-width: 20px; padding-top: 2px; }
    .pl-item-name { font-size: 0.82rem; white-space: normal; }
    .pl-item-dots { display: none; }
    .pl-item-price-col {
        width: 100%;
        padding-left: 28px;
        flex-wrap: wrap;
        gap: 4px;
    }
    .pl-price-main, .pl-price-disc { font-size: 1rem; }
    .pl-price-promo { font-size: 0.68rem; }
}
