/* /Pages/Admin/Categories/Details.cshtml.rz.scp.css */
.portfolio-grid[b-33zrdva5zs] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.75rem;
}

.portfolio-item[b-33zrdva5zs] {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #eeeeee;
}

.portfolio-thumb[b-33zrdva5zs] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.portfolio-delete-form[b-33zrdva5zs] {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.15s;
}

.portfolio-item:hover .portfolio-delete-form[b-33zrdva5zs] {
    opacity: 1;
}

.portfolio-delete-btn[b-33zrdva5zs] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: rgba(220, 53, 69, 0.85);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.15s;
    line-height: 1;
}

.portfolio-delete-btn:hover[b-33zrdva5zs] {
    background: rgba(185, 28, 28, 1);
}
/* /Pages/Admin/Categories/Photos.cshtml.rz.scp.css */
.photo-grid[b-io5kq5subj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.photo-card[b-io5kq5subj] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #eeeeee;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
}

.photo-img[b-io5kq5subj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s;
}

.photo-card:hover .photo-img[b-io5kq5subj] {
    transform: scale(1.03);
}

.photo-overlay[b-io5kq5subj] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0.75rem;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.2s;
}

.photo-card:hover .photo-overlay[b-io5kq5subj] {
    opacity: 1;
}
/* /Pages/Admin/Settings/Index.cshtml.rz.scp.css */
.percent-input-group[b-spa25eiz1o] {
    max-width: 180px;
}
/* /Pages/BookingConfirmed.cshtml.rz.scp.css */
.confirmed-shell[b-bc5m4p67si] {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 1.5rem;
}

.confirmed-card[b-bc5m4p67si] {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    padding: 3rem 2.5rem;
    max-width: 520px;
    width: 100%;
    text-align: center;
    box-shadow: 0 12px 48px rgba(0, 0, 0, .08);
}

.confirmed-icon[b-bc5m4p67si] {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #f0f0f0;
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.75rem;
    font-size: 2rem;
    color: #444;
}

.confirmed-title[b-bc5m4p67si] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -.01em;
    margin-bottom: .5rem;
    color: #121212;
}

.confirmed-sub[b-bc5m4p67si] {
    font-size: .87rem;
    color: #666;
    margin-bottom: 2rem;
}

.ref-box[b-bc5m4p67si] {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 1.4rem;
    margin-bottom: 2rem;
}

.ref-label[b-bc5m4p67si] {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: .4rem;
}

.ref-value[b-bc5m4p67si] {
    font-size: 1.45rem;
    font-weight: 700;
    color: #121212;
    letter-spacing: .06em;
    font-family: 'Courier New', monospace;
}

.ref-hint[b-bc5m4p67si] {
    font-size: .74rem;
    color: #888;
    margin-top: .4rem;
}

.confirmed-steps[b-bc5m4p67si] {
    text-align: left;
    margin-bottom: 2rem;
}

.confirmed-step[b-bc5m4p67si] {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    padding: .8rem 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: .83rem;
}

.confirmed-step:last-child[b-bc5m4p67si] {
    border-bottom: none;
}

.step-dot[b-bc5m4p67si] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: .65rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    border: 1px solid #000;
}

.step-text[b-bc5m4p67si] { color: #333; font-weight: 500; }
.step-desc[b-bc5m4p67si] { color: #888; font-size: .78rem; margin-top: .12rem; }

.confirmed-actions[b-bc5m4p67si] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.confirmed-btn[b-bc5m4p67si] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .82rem;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    letter-spacing: .01em;
    transition: background .15s, color .15s, border-color .15s;
    border: none;
    cursor: pointer;
}

.confirmed-btn--primary[b-bc5m4p67si] {
    background: #000000;
    color: #fff;
}

.confirmed-btn--primary:hover[b-bc5m4p67si] {
    background: #1e1e1e;
    color: #fff;
    transform: translateY(-2px);
}

.confirmed-btn--secondary[b-bc5m4p67si] {
    background: #f0f0f0;
    color: #333;
    border: 1px solid #dddddd;
    font-size: .87rem;
    font-weight: 500;
}

.confirmed-btn--secondary:hover[b-bc5m4p67si] {
    background: #e5e5e5;
    border-color: #ccc;
}

.confirmed-btn--ghost[b-bc5m4p67si] {
    background: transparent;
    color: #888;
    border: 1px solid #dddddd;
    font-size: .87rem;
    font-weight: 500;
}

.confirmed-btn--ghost:hover[b-bc5m4p67si] {
    color: #333;
    border-color: #aaa;
}
/* /Pages/BookingFailed.cshtml.rz.scp.css */
.confirmed-shell[b-7pro72wg7x] {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 1.5rem;
}

.confirmed-card[b-7pro72wg7x] {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    padding: 3rem 2.5rem;
    max-width: 520px;
    width: 100%;
    text-align: center;
    box-shadow: 0 12px 48px rgba(0, 0, 0, .08);
}

.confirmed-icon[b-7pro72wg7x] {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(255, 200, 0, .08);
    border: 1px solid rgba(255, 200, 0, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.75rem;
    font-size: 2rem;
    color: #f0c040;
}

.confirmed-title[b-7pro72wg7x] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -.01em;
    margin-bottom: .5rem;
    color: #121212;
}

.confirmed-sub[b-7pro72wg7x] {
    font-size: .87rem;
    color: #666;
    margin-bottom: 2rem;
}

.ref-box[b-7pro72wg7x] {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 1.4rem;
    margin-bottom: 2rem;
}

.ref-label[b-7pro72wg7x] {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: .4rem;
}

.ref-value[b-7pro72wg7x] {
    font-size: 1.45rem;
    font-weight: 700;
    color: #121212;
    letter-spacing: .06em;
    font-family: 'Courier New', monospace;
}

.ref-hint[b-7pro72wg7x] {
    font-size: .74rem;
    color: #888;
    margin-top: .4rem;
}

.confirmed-actions[b-7pro72wg7x] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.confirmed-btn[b-7pro72wg7x] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .82rem;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    letter-spacing: .01em;
    transition: background .15s, color .15s, border-color .15s;
    border: none;
    cursor: pointer;
    width: 100%;
}

.confirmed-btn--primary[b-7pro72wg7x] {
    background: #000;
    color: #fff;
}

.confirmed-btn--primary:hover[b-7pro72wg7x] {
    background: #1e1e1e;
    color: #fff;
    transform: translateY(-2px);
}

.confirmed-btn--ghost[b-7pro72wg7x] {
    background: transparent;
    color: #888;
    border: 1px solid #dddddd;
    font-size: .87rem;
    font-weight: 500;
}

.confirmed-btn--ghost:hover[b-7pro72wg7x] {
    color: #333;
    border-color: #aaa;
}
/* /Pages/Gallery.cshtml.rz.scp.css */
:root[b-s5v6ui0bjj] {
    --choc:   #2a2a2a;
    --choc-2: #f8f8f8;
    --choc-3: #e0e0e0;
    --beige:  #121212;
    --beige-2:#444;
    --beige-m:#666;
    --gold:   #333;
    --gold-l: #555;
    --gold-h: #888;
    --cream:  #ffffff;
}

.gal-header[b-s5v6ui0bjj] {
    background: var(--choc-2);
    padding: 5rem 2rem 3.5rem;
    position: relative; overflow: hidden;
}
.gal-header-glow[b-s5v6ui0bjj] {
    position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse 50% 70% at 75% 50%, rgba(0,0,0,.03) 0%, transparent 65%);
}
.gal-header-inner[b-s5v6ui0bjj] {
    position: relative; z-index: 1;
    max-width: 1180px; margin: 0 auto;
}
.gal-eyebrow[b-s5v6ui0bjj] {
    font-size: .66rem; font-weight: 600; letter-spacing: .14em;
    text-transform: uppercase; color: #888;
    display: flex; align-items: center; gap: .6rem;
    margin-bottom: .8rem;
}
.gal-eyebrow[b-s5v6ui0bjj]::before { content:''; width:22px; height:1px; background:#bbb; flex-shrink:0; }
.gal-title[b-s5v6ui0bjj] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 600; color: #121212; letter-spacing: -.01em; line-height: 1.06;
    margin-bottom: .85rem;
}
.gal-title span[b-s5v6ui0bjj] { color: #666; font-style: italic; }
.gal-meta[b-s5v6ui0bjj] {
    display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
    margin-bottom: 2rem;
}
.gal-meta-chip[b-s5v6ui0bjj] {
    display: flex; align-items: center; gap: .45rem;
    font-size: .78rem; color: #888;
}
.gal-meta-chip i[b-s5v6ui0bjj] { color: #aaa; }
.gal-back[b-s5v6ui0bjj] {
    display: inline-flex; align-items: center; gap: .45rem;
    color: #888; font-size: .8rem;
    text-decoration: none; transition: color .15s;
    letter-spacing: .01em;
}
.gal-back:hover[b-s5v6ui0bjj] { color: #121212; }

.gal-body[b-s5v6ui0bjj] {
    background: #ffffff;
    padding: 3.5rem 2rem 6rem;
    min-height: 60vh;
}
.gal-inner[b-s5v6ui0bjj] { max-width: 1180px; margin: 0 auto; }

.gal-grid[b-s5v6ui0bjj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .65rem;
}
@media (max-width: 900px) {
    .gal-grid[b-s5v6ui0bjj] {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .gal-grid[b-s5v6ui0bjj] {
        grid-template-columns: 1fr;
    }
    .gal-item[b-s5v6ui0bjj] {
        margin-bottom: 0;
    }
    .gal-item img[b-s5v6ui0bjj] {
        height: 260px;
        object-fit: cover;
    }
}
.gal-item[b-s5v6ui0bjj] {
    border-radius: 12px; overflow: hidden;
    cursor: zoom-in; position: relative;
    background: #e0e0e0;
    aspect-ratio: 4 / 3;
}
.gal-item img[b-s5v6ui0bjj] {
    display: block; width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .45s;
}
.gal-item:hover img[b-s5v6ui0bjj] { transform: scale(1.04); }
.gal-item-overlay[b-s5v6ui0bjj] {
    position: absolute; inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0; transition: opacity .25s;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.3rem;
}
.gal-item:hover .gal-item-overlay[b-s5v6ui0bjj] { opacity: 1; }

.gal-empty[b-s5v6ui0bjj] {
    text-align: center; padding: 5rem 2rem;
    color: #999;
}
.gal-empty i[b-s5v6ui0bjj] { font-size: 3rem; display: block; margin-bottom: 1rem; }
.gal-empty p[b-s5v6ui0bjj] { font-size: .9rem; }

.gal-cta[b-s5v6ui0bjj] {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    padding: 5rem 2rem;
    text-align: center;
}
.gal-cta-inner[b-s5v6ui0bjj] { max-width: 560px; margin: 0 auto; }
.gal-cta-title[b-s5v6ui0bjj] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 600; color: #121212; letter-spacing: -.01em;
    margin-bottom: .75rem;
}
.gal-cta-sub[b-s5v6ui0bjj] { font-size: .88rem; color: #666; line-height: 1.7; margin-bottom: 2rem; }
.gal-cta-btn[b-s5v6ui0bjj] {
    display: inline-flex; align-items: center; gap: .55rem;
    padding: .85rem 2.1rem; border-radius: 12px;
    background: #000000; color: #fff;
    font-weight: 600; font-size: .9rem; text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    letter-spacing: .02em;
    font-family: 'Playfair Display', Georgia, serif;
}
.gal-cta-btn:hover[b-s5v6ui0bjj] { background: #1e1e1e; color: #fff; transform: translateY(-2px); letter-spacing: .04em; }

.gal-lb[b-s5v6ui0bjj] {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,.96);
    display: none; align-items: center; justify-content: center;
    padding: 2rem; backdrop-filter: blur(10px);
}
.gal-lb.open[b-s5v6ui0bjj] { display: flex; animation: galFadeIn-b-s5v6ui0bjj .2s; }
@keyframes galFadeIn-b-s5v6ui0bjj { from { opacity: 0; } to { opacity: 1; } }
.gal-lb img[b-s5v6ui0bjj] {
    max-width: 90vw; max-height: 88vh;
    border-radius: 3px; object-fit: contain;
    box-shadow: 0 30px 80px rgba(0,0,0,.8);
    transition: transform .3s cubic-bezier(.25,.46,.45,.94), opacity .3s ease;
}
.gal-lb-close[b-s5v6ui0bjj] {
    position: absolute; top: 1.25rem; right: 1.25rem;
    width: 42px; height: 42px; border-radius: 50%;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
    color: #fff; font-size: 1rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: background .15s;
}
.gal-lb-close:hover[b-s5v6ui0bjj] { background: rgba(255,255,255,.18); }
.gal-lb-nav[b-s5v6ui0bjj] {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 46px; height: 46px; border-radius: 50%;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
    color: #fff; font-size: .95rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: background .15s;
}
.gal-lb-nav:hover[b-s5v6ui0bjj] { background: rgba(255,255,255,.18); }
.gal-lb-prev[b-s5v6ui0bjj] { left: 1.25rem; }
.gal-lb-next[b-s5v6ui0bjj] { right: 1.25rem; }
.gal-lb-cap[b-s5v6ui0bjj] {
    position: absolute; bottom: 1.25rem; left: 50%; transform: translateX(-50%);
    color: rgba(255,255,255,.3); font-size: .72rem; white-space: nowrap;
}
/* /Pages/Index.cshtml.rz.scp.css */
:root[b-o8m6uxamcy] {
    --choc:       #2a2a2a;
    --choc-2:     #f8f8f8;
    --choc-3:     #e0e0e0;
    --beige:      #121212;
    --beige-2:    #444;
    --beige-m:    #666666;
    --gold:       #333;
    --gold-l:     #555;
    --gold-h:     #888;
    --cream:      #ffffff;
    --sand:       #eeeeee;
}

.lp-eyebrow[b-o8m6uxamcy] {
    font-size: .66rem; font-weight: 600; letter-spacing: .14em;
    text-transform: uppercase; color: #888;
    display: flex; align-items: center; gap: .6rem;
    margin-bottom: .75rem;
}
.lp-eyebrow[b-o8m6uxamcy]::before { content:''; width:22px; height:1px; background:#bbb; flex-shrink:0; }

.lp-hero[b-o8m6uxamcy] {
    background: var(--choc-2);
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding: 7rem 2rem 5rem;
}
.lp-hero-lines[b-o8m6uxamcy] {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(0,0,0,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 1px);
    background-size: 80px 80px;
}
.lp-hero-glow[b-o8m6uxamcy] {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 65% 55% at 72% 44%, rgba(0,0,0,.03) 0%, transparent 65%),
        radial-gradient(ellipse 45% 45% at 12% 70%, rgba(0,0,0,.02) 0%, transparent 55%);
}
.lp-hero-inner[b-o8m6uxamcy] {
    position: relative; z-index: 1;
    max-width: 1180px; margin: 0 auto; width: 100%;
    display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
@media (max-width: 900px) {
    .lp-hero-inner[b-o8m6uxamcy] { grid-template-columns: 1fr; }
    .lp-hero-visual[b-o8m6uxamcy] { display: none; }
}
.lp-hero-tag[b-o8m6uxamcy] {
    display: inline-flex; align-items: center; gap: .5rem;
    background: #eeeeee; border: 1px solid #dddddd;
    color: var(--gold); font-size: .68rem; font-weight: 600;
    letter-spacing: .12em; text-transform: uppercase;
    padding: .32rem .9rem; border-radius: 999px; margin-bottom: 1.75rem;
}
.lp-hero-tag i[b-o8m6uxamcy] { color: var(--gold); }
.lp-hero-title[b-o8m6uxamcy] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(3rem, 6vw, 5.2rem);
    font-weight: 600; color: var(--beige);
    letter-spacing: -.02em; line-height: 1.02;
    margin-bottom: 1.4rem;
}
.lp-hero-title em[b-o8m6uxamcy] {
    font-style: italic; color: var(--gold);
}
.lp-hero-sub[b-o8m6uxamcy] {
    font-size: .97rem; color: #888;
    max-width: 480px; line-height: 1.75; margin-bottom: 2.5rem;
}
.lp-hero-actions[b-o8m6uxamcy] { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; margin-bottom: 3.5rem; }
.lp-btn-gold[b-o8m6uxamcy] {
    display: inline-flex; align-items: center; gap: .55rem;
    background: #000000; color: #fff;
    padding: .85rem 2rem; border-radius: 12px;
    font-weight: 600; font-size: .9rem;
    text-decoration: none; transition: all 0.3s ease;
    box-shadow: 0 4px 24px rgba(0,0,0,.1);
    letter-spacing: .02em;
    font-family: 'Playfair Display', Georgia, serif;
}
.lp-btn-gold:hover[b-o8m6uxamcy] { background: #1e1e1e; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,.15); letter-spacing: .04em; }
.lp-btn-ghost[b-o8m6uxamcy] {
    display: inline-flex; align-items: center; gap: .45rem;
    color: #888; font-size: .86rem;
    text-decoration: none; transition: color .15s;
}
.lp-btn-ghost:hover[b-o8m6uxamcy] { color: #333; }
.lp-hero-rule[b-o8m6uxamcy] { height: 1px; background: #e5e5e5; margin-bottom: 2.25rem; }

.lp-hero-visual[b-o8m6uxamcy] {
    position: relative; height: 500px;
    display: flex; align-items: center; justify-content: center;
}
.lp-polaroid[b-o8m6uxamcy] {
    position: absolute; background: #f0f0f0;
    padding: 11px 11px 40px;
    box-shadow: 0 28px 72px rgba(0,0,0,.15);
    border-radius: 1px;
    transition: transform .45s cubic-bezier(.25,.46,.45,.94);
}
.lp-polaroid img[b-o8m6uxamcy] { display: block; width: 100%; height: 100%; object-fit: cover; }
.lp-polaroid-ph[b-o8m6uxamcy]  {
    background: var(--choc-3); display: flex; align-items: center;
    justify-content: center; color: rgba(0,0,0,.12); font-size: 2rem;
}
.lp-polaroid:nth-child(1)[b-o8m6uxamcy] { width: 224px; height: 264px; transform: rotate(-6.5deg) translate(-68px, 28px); z-index: 1; }
.lp-polaroid:nth-child(2)[b-o8m6uxamcy] { width: 236px; height: 276px; transform: rotate( 3.5deg) translate( 58px,-18px); z-index: 3; }
.lp-polaroid:nth-child(3)[b-o8m6uxamcy] { width: 196px; height: 234px; transform: rotate(-1.8deg) translate(-8px, 68px);  z-index: 2; }
.lp-hero-visual:hover .lp-polaroid:nth-child(1)[b-o8m6uxamcy] { transform: rotate(-11deg) translate(-90px,42px); }
.lp-hero-visual:hover .lp-polaroid:nth-child(2)[b-o8m6uxamcy] { transform: rotate( 7deg)  translate( 78px,-28px); }
.lp-hero-visual:hover .lp-polaroid:nth-child(3)[b-o8m6uxamcy] { transform: rotate(-4deg)  translate(-6px,  90px); }

.hiw-sec[b-o8m6uxamcy] { background: #ffffff; padding: 6rem 2rem; }
.hiw-inner[b-o8m6uxamcy] { max-width: 1000px; margin: 0 auto; }
.hiw-title[b-o8m6uxamcy] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem,3.5vw,3rem); font-weight: 600; letter-spacing:-.01em;
    color: #121212; margin-bottom: 3.5rem; line-height: 1.15;
}
.hiw-grid[b-o8m6uxamcy]  { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
@media (max-width: 768px) { .hiw-grid[b-o8m6uxamcy] { grid-template-columns: 1fr; } }
.hiw-card[b-o8m6uxamcy] {
    background: #ffffff; border: 1px solid #e5e5e5;
    border-radius: 20px; padding: 2.25rem 1.85rem;
    position: relative; overflow: hidden;
    transition: transform .25s, box-shadow .25s;
}
.hiw-card:hover[b-o8m6uxamcy] { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.hiw-card[b-o8m6uxamcy]::before {
    content: ''; position: absolute; top:0; left:0; right:0; height:2px;
    background: linear-gradient(90deg, #000, #ccc);
}
.hiw-num[b-o8m6uxamcy]  { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 4rem; font-weight: 600; color: rgba(0,0,0,.06); letter-spacing:-.04em; line-height:1; margin-bottom:.6rem; }
.hiw-icon[b-o8m6uxamcy] {
    width: 46px; height: 46px; border-radius: 12px;
    background: #000;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.05rem; margin-bottom: 1.1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.hiw-card-title[b-o8m6uxamcy] { font-size: .95rem; font-weight: 600; color: #121212; margin-bottom: .5rem; letter-spacing: -.01em; }
.hiw-card-desc[b-o8m6uxamcy]  { font-size: .82rem; color: #666; line-height: 1.7; margin: 0; }

.track-band[b-o8m6uxamcy] {
    background: #f5f5f5; padding: 4rem 2rem;
    border-top: 1px solid #e5e5e5;
}
.track-inner[b-o8m6uxamcy] { max-width:460px; margin:0 auto; text-align:center; }
.track-title[b-o8m6uxamcy] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size:1.6rem; font-weight:600; color:#121212; letter-spacing:-.01em; margin-bottom:.4rem;
}
.track-sub[b-o8m6uxamcy]   { color:#888; font-size:.83rem; margin-bottom:1.75rem; }
.track-form[b-o8m6uxamcy]  { display:flex; gap:.5rem; }
.track-input[b-o8m6uxamcy] {
    flex:1; padding:.72rem 1.1rem; border-radius:10px;
    border:1px solid #dddddd;
    background:#ffffff; color:#121212;
    font-size:.85rem; outline:none; font-family:inherit;
    transition:border-color .15s, background .15s;
}
.track-input[b-o8m6uxamcy]::placeholder { color:#bbb; }
.track-input:focus[b-o8m6uxamcy] { border-color:#aaa; background:#ffffff; }
.track-btn[b-o8m6uxamcy] {
    padding:.72rem 1.35rem; border-radius:10px;
    background:#000000; color:#fff;
    font-weight:600; font-size:.85rem; border:none; cursor:pointer;
    transition:all 0.3s ease; font-family:'Playfair Display', Georgia, serif;
    letter-spacing: .02em;
}
.track-btn:hover[b-o8m6uxamcy] { background:#1e1e1e; color:#fff; transform:translateY(-2px); }
/* /Pages/Package.cshtml.rz.scp.css */
/* ── Hero ──────────────────────────────────────────────────────────────── */
.pkg-hero[b-239uogpqyv] {
    background: #f8f8f8;
    padding: 4rem 2rem 3rem;
    position: relative;
    overflow: hidden;
}

.pkg-hero[b-239uogpqyv]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 65% 50%, rgba(0,0,0,.03) 0%, transparent 62%);
}

.pkg-hero-inner[b-239uogpqyv] {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pkg-back-link[b-239uogpqyv] {
    color: #888;
    font-size: .78rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-bottom: 1.2rem;
    transition: color .15s;
    letter-spacing: .01em;
}

.pkg-back-link:hover[b-239uogpqyv] { color: #333; }

.pkg-badge[b-239uogpqyv] {
    display: inline-block;
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .25rem .75rem;
    border-radius: 999px;
    background: #eeeeee;
    color: #444;
    border: 1px solid #dddddd;
    margin-bottom: 1rem;
}

.pkg-title[b-239uogpqyv] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 600;
    color: #121212;
    letter-spacing: -.01em;
    line-height: 1.1;
    margin-bottom: .6rem;
}

.pkg-desc[b-239uogpqyv] {
    font-size: .95rem;
    color: #666;
    max-width: 560px;
    line-height: 1.72;
    margin-bottom: 0;
}

/* ── Hero stat strip ───────────────────────────────────────────────────── */
.pkg-hero-stats[b-239uogpqyv] {
    display: flex;
    gap: 2.5rem;
    margin-top: 2.25rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
    flex-wrap: wrap;
}

.pkg-hero-stat-value[b-239uogpqyv] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #121212;
    letter-spacing: -.01em;
    line-height: 1;
}

.pkg-hero-stat-label[b-239uogpqyv] {
    font-size: .68rem;
    color: #999;
    margin-top: .3rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
}

/* ── Layout shell ──────────────────────────────────────────────────────── */
.pkg-shell[b-239uogpqyv] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2.5rem;
    align-items: start;
}

@media (max-width: 768px) {
    .pkg-shell[b-239uogpqyv] { grid-template-columns: 1fr; }
}

/* ── Section titles ────────────────────────────────────────────────────── */
.pkg-section-title[b-239uogpqyv] {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 1.1rem;
}

/* ── Includes list ─────────────────────────────────────────────────────── */
.includes-list[b-239uogpqyv] {
    list-style: none;
    padding: 0;
    margin: 0 0 2.25rem;
}

.includes-list li[b-239uogpqyv] {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    padding: .85rem 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: .88rem;
    color: #444;
}

.includes-list li:last-child[b-239uogpqyv] { border-bottom: none; }

.includes-icon[b-239uogpqyv] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #f0f0f0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .82rem;
}

.includes-text strong[b-239uogpqyv] {
    display: block;
    font-weight: 600;
    color: #121212;
    margin-bottom: .18rem;
}

.includes-text span[b-239uogpqyv] {
    font-size: .8rem;
    color: #888;
}

/* ── How it works ──────────────────────────────────────────────────────── */
.how-steps[b-239uogpqyv] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 2.25rem;
}

.how-step[b-239uogpqyv] {
    display: flex;
    gap: 1rem;
    padding: .9rem 0;
    position: relative;
}

.how-step:not(:last-child)[b-239uogpqyv]::after {
    content: '';
    position: absolute;
    left: 14px;
    top: calc(.9rem + 28px);
    bottom: 0;
    width: 1.5px;
    background: #e5e5e5;
}

.how-step-num[b-239uogpqyv] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    border: 1px solid #000;
}

.how-step-content strong[b-239uogpqyv] {
    display: block;
    font-size: .88rem;
    font-weight: 600;
    color: #121212;
    margin-bottom: .22rem;
}

.how-step-content span[b-239uogpqyv] {
    font-size: .8rem;
    color: #888;
    line-height: 1.55;
}

/* ── Add-ons section helpers ───────────────────────────────────────────── */
.pkg-section-title--spaced[b-239uogpqyv] { margin-top: .5rem; }

.pkg-addon-intro[b-239uogpqyv] {
    font-size: .83rem;
    color: #888;
    margin-bottom: 1rem;
}

/* ── Add-ons list ──────────────────────────────────────────────────────── */
.addon-row[b-239uogpqyv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .85rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: .5rem;
    transition: border-color .15s, background .15s;
    background: #ffffff;
}

.addon-row:hover[b-239uogpqyv] { border-color: #ccc; background: #fafafa; }

.addon-row-name[b-239uogpqyv] {
    font-size: .87rem;
    font-weight: 600;
    color: #333;
}

.addon-row-desc[b-239uogpqyv] {
    font-size: .78rem;
    color: #888;
    margin-top: .1rem;
}

.addon-row-price[b-239uogpqyv] {
    font-size: .87rem;
    font-weight: 700;
    color: #444;
    white-space: nowrap;
    margin-left: 1rem;
    flex-shrink: 0;
}

/* ── Trust badges ──────────────────────────────────────────────────────── */
.trust-grid[b-239uogpqyv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
    margin-bottom: 2.25rem;
}

.trust-item[b-239uogpqyv] {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .75rem .85rem;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    font-size: .79rem;
    color: #666;
}

.trust-item i[b-239uogpqyv] { color: #888; font-size: .9rem; flex-shrink: 0; }

/* ── Booking sidebar card ──────────────────────────────────────────────── */
.book-card[b-239uogpqyv] {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
    position: sticky;
    top: 84px;
    box-shadow: 0 8px 40px rgba(0,0,0,.08);
}

.book-card-header[b-239uogpqyv] {
    background: #f8f8f8;
    padding: 1.75rem 1.5rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.book-card-header[b-239uogpqyv]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 20%, rgba(0,0,0,.03) 0%, transparent 60%);
}

.book-card-header-inner[b-239uogpqyv] { position: relative; z-index: 1; }

.book-card-label[b-239uogpqyv] {
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: .45rem;
}

.book-card-price[b-239uogpqyv] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #121212;
    line-height: 1;
    margin-bottom: .2rem;
}

.book-card-price-sub[b-239uogpqyv] {
    font-size: .78rem;
    color: #888;
}

.book-card-body[b-239uogpqyv] { padding: 1.4rem 1.35rem; }

.book-card-meta[b-239uogpqyv] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    margin-bottom: 1.35rem;
}

.book-card-meta-item[b-239uogpqyv] {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .83rem;
    color: #666;
}

.book-card-meta-item i[b-239uogpqyv] {
    color: #888;
    width: 14px;
    text-align: center;
    flex-shrink: 0;
}

.book-divider[b-239uogpqyv] {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 1rem 0;
}

/* .book-btn is defined globally in site.css to avoid CSS isolation scoping */

.book-card-footnote[b-239uogpqyv] {
    text-align: center;
    font-size: .71rem;
    color: #888;
    margin-top: .8rem;
    line-height: 1.55;
}

.book-card-addon-preview[b-239uogpqyv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8rem;
    padding: .3rem 0;
    color: #666;
}

.book-card-addon-preview span:last-child[b-239uogpqyv] {
    font-weight: 600;
    color: #333;
}

.book-card-addon-label[b-239uogpqyv] {
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: .5rem;
}
/* /Pages/Photographer/Dashboard.cshtml.rz.scp.css */
.stat-grid[b-qwa1qbtncs] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-qwa1qbtncs] {
    background: #fff;
    border: 1px solid var(--ph-border);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
}

.stat-label[b-qwa1qbtncs] {
    font-size: .72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--ph-text-muted);
    margin-bottom: .4rem;
}

.stat-value[b-qwa1qbtncs] {
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1;
}

.stat-sub[b-qwa1qbtncs] {
    font-size: .75rem;
    color: var(--ph-text-muted);
    margin-top: .25rem;
}

.stat-value--sm[b-qwa1qbtncs] {
    font-size: 1.5rem;
}

.stat-value--gold[b-qwa1qbtncs] {
    color: var(--ph-gold-hover);
}

.telegram-banner[b-qwa1qbtncs] {
    background: #e8f4fd;
    border: 1px solid #90cdf4;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.telegram-banner__qr[b-qwa1qbtncs] {
    flex-shrink: 0;
    width: 130px;
    height: 130px;
    border-radius: 8px;
    border: 1px solid #bce0f7;
    background: #fff;
    padding: 4px;
}

.telegram-banner__body[b-qwa1qbtncs] {
    flex: 1;
    min-width: 220px;
}

.telegram-banner__title[b-qwa1qbtncs] {
    font-weight: 700;
    font-size: 1rem;
    color: #1a365d;
    margin-bottom: .4rem;
}

.telegram-banner__steps[b-qwa1qbtncs] {
    margin: .5rem 0 0 1rem;
    padding: 0;
    font-size: .875rem;
    color: #2b4a6f;
    line-height: 1.7;
}
/* /Pages/Photographer/Jobs/Detail.cshtml.rz.scp.css */
.job-badge-inprogress[b-0we7ncs1ma] {
    background: var(--ph-gold);
    color: #000;
}

.payout-total[b-0we7ncs1ma] {
    color: var(--ph-gold-hover);
}

.payout-hero[b-0we7ncs1ma] {
    font-size: 2rem;
    color: var(--ph-gold-hover);
}
