/* =====================================================================
   Podcast studio & conference room page (/podcast)
   Builds on theme.css — uses its tokens, .container, .section, .btn2,
   .card2, .grid and .hero. Only page-specific components live here.
   ===================================================================== */

/* ---------- Hero: the two-way choice ---------- */
.pod-choice { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin-top: 1.75rem; }
.pod-choice button {
    display: flex; align-items: flex-start; gap: .85rem; text-align: left; width: 100%;
    font-family: var(--font); background: rgba(255,255,255,.09);
    border: 1.5px solid rgba(255,255,255,.26); color: #fff;
    border-radius: 15px; padding: 1.05rem 1.15rem; cursor: pointer; transition: .2s;
}
.pod-choice button:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.5); transform: translateY(-2px); }
.pod-choice button[aria-selected="true"] { background: #fff; border-color: #fff; color: var(--ink); box-shadow: 0 14px 34px rgba(0,0,0,.28); }
.pod-choice .ci { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 12px; display: grid;
    place-items: center; font-size: 1.2rem; background: rgba(255,255,255,.16); color: #fff; transition: .2s; }
.pod-choice button[aria-selected="true"] .ci { background: var(--brand-light); color: var(--brand); }
.pod-choice .cb { flex: 1; min-width: 0; }
.pod-choice b { display: block; font-size: 1rem; font-weight: 700; margin-bottom: .1rem; }
.pod-choice em { font-style: normal; display: block; font-size: .8rem; opacity: .82; line-height: 1.4; }
.pod-choice .cp { display: block; margin-top: .45rem; font-weight: 700; font-size: .88rem; color: var(--accent); }
.pod-choice button[aria-selected="true"] .cp { color: var(--brand); }
.pod-choice .ck { margin-left: auto; align-self: center; font-size: 1.15rem; opacity: 0; transition: .2s; color: var(--brand); }
.pod-choice button[aria-selected="true"] .ck { opacity: 1; }
@media (max-width: 640px) { .pod-choice { grid-template-columns: 1fr; } }

.pod-heromedia { position: relative; border-radius: 20px; overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.18); margin: 0; }
.pod-heromedia img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
.pod-heromedia figcaption { position: absolute; left: 0; right: 0; bottom: 0; color: #fff; font-size: .83rem;
    background: linear-gradient(transparent, rgba(12,10,32,.88)); padding: 2.4rem 1.1rem .95rem; }

/* ---------- Sticky tab bar ---------- */
.pod-tabbar { position: sticky; top: 88px; z-index: 900; background: rgba(255,255,255,.96);
    backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); box-shadow: 0 4px 14px rgba(28,27,46,.05); }
.pod-tabbar .tb { display: flex; gap: .45rem; padding: .6rem 0; overflow-x: auto; scrollbar-width: none; }
.pod-tabbar .tb::-webkit-scrollbar { display: none; }
.pod-tabbar button { display: inline-flex; align-items: center; gap: .45rem; white-space: nowrap;
    font-family: var(--font); font-size: .89rem; font-weight: 600; color: var(--body);
    background: transparent; border: 1.5px solid var(--line); border-radius: 999px;
    padding: .5rem 1.05rem; cursor: pointer; transition: .18s; }
.pod-tabbar button:hover { border-color: #c9c4e6; color: var(--brand); }
.pod-tabbar button[aria-selected="true"] { background: var(--brand); border-color: var(--brand); color: #fff; }
.pod-tabbar .tb-price { margin-left: auto; align-self: center; font-size: .82rem; color: var(--muted);
    white-space: nowrap; padding-left: 1rem; }
@media (max-width: 760px) { .pod-tabbar .tb-price { display: none; } }
.pod-pane[hidden] { display: none !important; }

/* ---------- Split rows ---------- */
.pod-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem,4vw,3rem); align-items: center; }
.pod-split img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; }
@media (max-width: 880px) { .pod-split { grid-template-columns: 1fr; } }
.pod-tick { list-style: none; margin: 1.2rem 0 1.6rem; padding: 0; display: grid; gap: .65rem; }
.pod-tick li { display: flex; gap: .65rem; font-size: .95rem; align-items: flex-start; }
.pod-tick i { color: #2fa36b; margin-top: .2rem; flex-shrink: 0; }

/* ---------- Photo gallery ---------- */
.pod-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.1rem; }
.pod-gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; position: relative;
    box-shadow: var(--shadow); background: #000; }
.pod-gallery img { width: 100%; aspect-ratio: 3/4; object-fit: cover; transition: transform .5s; }
.pod-gallery figure:hover img { transform: scale(1.04); }
.pod-gallery figcaption { position: absolute; inset: auto 0 0 0; color: #fff; font-size: .84rem; line-height: 1.45;
    background: linear-gradient(transparent, rgba(12,10,32,.9)); padding: 2.6rem .95rem .9rem; }
@media (max-width: 820px) { .pod-gallery { grid-template-columns: 1fr 1fr; }
    .pod-gallery figure:last-child { grid-column: span 2; } }
@media (max-width: 560px) { .pod-gallery { grid-template-columns: 1fr; }
    .pod-gallery figure:last-child { grid-column: auto; } }

/* ---------- Video tour ---------- */
.pod-vtour { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.2rem;
    max-width: 760px; margin-inline: auto; }
@media (max-width: 620px) { .pod-vtour { grid-template-columns: 1fr; max-width: 360px; } }
.pod-vframe { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden;
    background: #0d0b20; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.pod-vframe video { display: block; width: 100%; aspect-ratio: 9/16; object-fit: cover; background: #0d0b20; }
.pod-vframe figcaption { position: absolute; left: 0; right: 0; bottom: 0; color: #fff; font-size: .82rem;
    line-height: 1.45; background: linear-gradient(transparent, rgba(12,10,32,.92));
    padding: 2.4rem .9rem .85rem; pointer-events: none; }
.pod-vframe .vbadge { position: absolute; top: .7rem; left: .7rem; z-index: 2; display: inline-flex;
    align-items: center; gap: .35rem; background: rgba(12,10,32,.72); color: #fff; font-size: .72rem;
    font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: .3rem .65rem;
    border-radius: 999px; pointer-events: none; }
.pod-vframe .vbadge i { color: var(--accent); }
.pod-vhint { text-align: center; font-size: .83rem; color: var(--muted); margin: 1rem 0 0; }

/* ---------- Rate table ---------- */
.pod-ptable-wrap { overflow-x: auto; border-radius: var(--radius); }
.pod-ptable { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius);
    overflow: hidden; box-shadow: var(--shadow); font-size: .93rem; }
.pod-ptable thead th { background: var(--brand); color: #fff; text-align: left; font-size: .78rem;
    letter-spacing: .09em; text-transform: uppercase; padding: .95rem 1.1rem; font-weight: 600; white-space: nowrap; }
.pod-ptable td { padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.pod-ptable tr:last-child td { border-bottom: 0; }
.pod-ptable tbody tr:hover { background: var(--bg-soft); }
.pod-ptable .n { color: var(--muted); font-weight: 600; width: 38px; }
.pod-ptable .svc b { color: var(--ink); display: block; font-weight: 600; }
.pod-ptable .svc em { font-style: normal; font-size: .85rem; color: var(--muted); }
.pod-ptable .amt { text-align: right; white-space: nowrap; font-weight: 800; color: var(--brand); font-size: 1.05rem; }
.pod-ptable .amt small { display: block; font-size: .72rem; font-weight: 500; color: var(--muted); }
.pod-ptable .pick { text-align: right; white-space: nowrap; }
.pod-ptable .pick button { border: 1.5px solid var(--line); background: #fff; color: var(--brand);
    font-family: var(--font); font-size: .82rem; font-weight: 600; padding: .45rem .9rem;
    border-radius: 999px; cursor: pointer; transition: .15s; }
.pod-ptable .pick button:hover { border-color: var(--brand); background: var(--brand-light); }

/* ---------- Booking ---------- */
.pod-booking { background: linear-gradient(180deg, var(--bg-soft) 0%, #eceafa 100%); }
.pod-bookgrid { display: grid; grid-template-columns: 1.34fr .66fr; gap: 1.75rem; align-items: start; }
@media (max-width: 980px) { .pod-bookgrid { grid-template-columns: 1fr; } }
.pod-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: clamp(1.3rem,3vw,2.1rem); box-shadow: var(--shadow); }
.pod-step { border-bottom: 1px solid var(--line); padding-bottom: 1.5rem; margin-bottom: 1.5rem; }
.pod-step:last-of-type { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.pod-stephead { display: flex; align-items: center; gap: .7rem; margin-bottom: 1rem; }
.pod-stepnum { width: 29px; height: 29px; flex: 0 0 29px; border-radius: 50%; background: var(--brand);
    color: #fff; display: grid; place-items: center; font-size: .84rem; font-weight: 700; }
.pod-stephead h3 { margin: 0; font-size: 1.05rem; }
.pod-stephead span { font-size: .84rem; color: var(--muted); font-weight: 400; }

.pod-seg { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
@media (max-width: 560px) { .pod-seg { grid-template-columns: 1fr; } }
.pod-opt { position: relative; }
.pod-opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.pod-opt label { display: block; border: 2px solid var(--line); border-radius: var(--radius-sm);
    padding: .9rem 1rem; cursor: pointer; transition: .18s; height: 100%; }
.pod-opt label b { display: block; color: var(--ink); font-size: .94rem; margin-bottom: .12rem; }
.pod-opt label em { font-style: normal; font-size: .81rem; color: var(--muted); display: block; line-height: 1.45; }
.pod-opt label .rate { display: block; margin-top: .45rem; font-weight: 700; color: var(--brand); font-size: .9rem; }
.pod-opt input:checked + label { border-color: var(--brand); background: var(--brand-light);
    box-shadow: 0 0 0 3px rgba(64,55,130,.10); }
.pod-opt input:focus-visible + label { outline: 2px solid var(--brand); outline-offset: 2px; }
.pod-opt label:hover { border-color: #c9c4e6; }
.pod-pkglist { display: grid; gap: .6rem; }
.pod-pkglist .pod-opt label { display: flex; align-items: flex-start; gap: .85rem; }
.pod-pkglist .pod-opt label .txt { flex: 1; }
.pod-pkglist .pod-opt label .rate { margin: 0; text-align: right; white-space: nowrap; font-size: 1rem; }
.pod-pkglist .pod-opt label .rate small { display: block; font-weight: 500; color: var(--muted); font-size: .72rem; }

.pod-field { display: grid; gap: .35rem; margin-bottom: 1rem; }
.pod-field label { font-size: .85rem; font-weight: 600; color: var(--ink); }
.pod-field .hint { font-size: .78rem; color: var(--muted); font-weight: 400; }
.pod-panel input[type=text], .pod-panel input[type=email], .pod-panel input[type=tel],
.pod-panel input[type=date], .pod-panel select, .pod-panel textarea {
    width: 100%; font-family: var(--font); font-size: .94rem; color: var(--ink); background: #fff;
    border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: .72rem .9rem; transition: .18s; }
.pod-panel input:focus, .pod-panel select:focus, .pod-panel textarea:focus {
    outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(64,55,130,.12); }
.pod-panel textarea { resize: vertical; min-height: 92px; }
.pod-panel .is-invalid { border-color: #d64545 !important; }
.pod-err { color: #d64545; font-size: .8rem; }
.pod-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 600px) { .pod-row2 { grid-template-columns: 1fr; } }

.pod-stepper { display: flex; align-items: center; border: 1.5px solid var(--line);
    border-radius: 999px; overflow: hidden; width: max-content; background: #fff; }
.pod-stepper button { width: 46px; height: 46px; border: 0; background: var(--brand-light); color: var(--brand);
    font-size: 1.25rem; font-weight: 700; cursor: pointer; transition: .15s; line-height: 1; }
.pod-stepper button:hover:not(:disabled) { background: var(--brand); color: #fff; }
.pod-stepper button:disabled { opacity: .35; cursor: not-allowed; }
.pod-stepper .val { min-width: 96px; text-align: center; font-weight: 700; color: var(--ink); font-size: 1.02rem; }
.pod-hoursrow { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.pod-quick { display: flex; flex-wrap: wrap; gap: .4rem; }
.pod-quick button { border: 1.5px solid var(--line); background: #fff; color: var(--body);
    font-family: var(--font); font-size: .82rem; font-weight: 600; padding: .45rem .85rem;
    border-radius: 999px; cursor: pointer; transition: .15s; }
.pod-quick button:hover, .pod-quick button.on { border-color: var(--brand); color: var(--brand); background: var(--brand-light); }
.pod-note { margin-top: .9rem; font-size: .85rem; background: var(--bg-soft); border-left: 3px solid var(--accent);
    padding: .7rem .95rem; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.pod-note b { color: var(--ink); }

.pod-addons { display: grid; gap: .6rem; }
.pod-addon { display: flex; align-items: flex-start; gap: .8rem; border: 1.5px solid var(--line);
    border-radius: var(--radius-sm); padding: .85rem 1rem; cursor: pointer; transition: .18s; }
.pod-addon:hover { border-color: #c9c4e6; }
.pod-addon input { width: 19px; height: 19px; margin-top: .15rem; accent-color: var(--brand);
    flex: 0 0 19px; cursor: pointer; }
.pod-addon .txt { flex: 1; }
.pod-addon b { display: block; color: var(--ink); font-size: .92rem; }
.pod-addon em { font-style: normal; font-size: .81rem; color: var(--muted); }
.pod-addon .amt { font-weight: 700; color: var(--brand); font-size: .9rem; white-space: nowrap; }
.pod-addon:has(input:checked) { border-color: var(--brand); background: var(--brand-light); }

.pod-summary { position: sticky; top: 150px; background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; }
.pod-summary-head { background: var(--brand); color: #fff; padding: 1.15rem 1.35rem; }
.pod-summary-head h3 { color: #fff; margin: 0; font-size: 1.02rem; }
.pod-summary-head p { margin: .2rem 0 0; font-size: .79rem; color: rgba(255,255,255,.75); }
.pod-summary-body { padding: 1.35rem; }
.pod-sline { display: flex; justify-content: space-between; gap: 1rem; font-size: .87rem;
    padding: .5rem 0; border-bottom: 1px dashed var(--line); }
.pod-sline span:first-child { color: var(--body); }
.pod-sline span:last-child { color: var(--ink); font-weight: 600; text-align: right; }
.pod-sline--total { border-bottom: 0; border-top: 2px solid var(--ink); margin-top: .6rem;
    padding-top: .85rem; font-size: 1.02rem; }
.pod-sline--total span:last-child { font-size: 1.32rem; font-weight: 800; color: var(--brand); }
.pod-summary-note { font-size: .75rem; color: var(--muted); margin: .9rem 0 0; line-height: 1.55; }
.pod-summary .btn2 { width: 100%; justify-content: center; }
#podLines:empty { display: none; }

.pod-alert { border-radius: var(--radius-sm); padding: 1rem 1.15rem; font-size: .92rem; margin-bottom: 1.4rem; }
.pod-alert--ok { background: #eaf7f0; border: 1px solid #bfe4d0; color: #14523a; }
.pod-alert--err { background: #fdeeee; border: 1px solid #f3c9c9; color: #8c2b2b; }
.pod-alert b { display: block; margin-bottom: .2rem; }

/* ---------- Process & FAQ ---------- */
.pod-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; }
@media (max-width: 860px) { .pod-steps { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px) { .pod-steps { grid-template-columns: 1fr; } }
.pod-pstep { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }
.pod-pstep b.n { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px;
    background: var(--accent); color: #fff; font-size: .93rem; margin-bottom: .85rem; }
.pod-pstep h3 { font-size: 1rem; margin-bottom: .3rem; }
.pod-pstep p { font-size: .87rem; margin: 0; }

.pod-faq { max-width: 840px; margin-inline: auto; display: grid; gap: .7rem; }
.pod-faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem 1.2rem; }
.pod-faq details[open] { border-color: #c9c4e6; box-shadow: var(--shadow); }
.pod-faq summary { cursor: pointer; font-weight: 600; color: var(--ink); font-size: .95rem;
    list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.pod-faq summary::-webkit-details-marker { display: none; }
.pod-faq summary::after { content: "\F282"; font-family: "bootstrap-icons"; font-size: .85rem;
    color: var(--brand); transition: .2s; }
.pod-faq details[open] summary::after { transform: rotate(180deg); }
.pod-faq details p { margin: .8rem 0 0; font-size: .9rem; }

.pod-seotags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1.2rem; justify-content: center; }
.pod-seotags a { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px;
    padding: .3rem .8rem; font-size: .78rem; color: var(--muted); }
.pod-seotags a:hover { border-color: var(--brand); color: var(--brand); }

/* ---------- Video: make it unmistakably a video, not a photo ---------- */
.pod-vframe { cursor: pointer; }
.pod-vframe .vplay {
    position: absolute; inset: 0; z-index: 3;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem;
    background: linear-gradient(rgba(12,10,32,.15), rgba(12,10,32,.45));
    transition: opacity .25s; border: 0; width: 100%; padding: 0 1rem 3.5rem; cursor: pointer;
}
.pod-vframe .vplay__btn {
    width: 74px; height: 74px; border-radius: 50%;
    background: rgba(255,255,255,.95); color: var(--brand);
    display: grid; place-items: center; font-size: 2rem; line-height: 1;
    box-shadow: 0 10px 30px rgba(0,0,0,.35); transition: transform .2s, background .2s;
}
.pod-vframe:hover .vplay__btn { transform: scale(1.08); background: #fff; }
.pod-vframe .vplay__label {
    color: #fff; font-size: .82rem; font-weight: 600; letter-spacing: .03em;
    text-shadow: 0 2px 10px rgba(0,0,0,.75);
    background: rgba(12,10,32,.55); padding: .25rem .7rem; border-radius: 999px;
}
.pod-vframe.is-playing .vplay { opacity: 0; pointer-events: none; }
/* keep the caption clear of the browser's own control bar */
.pod-vframe figcaption { padding-bottom: 2.9rem; }
.pod-vframe.is-playing figcaption { opacity: 0; transition: opacity .25s; }
@media (prefers-reduced-motion: reduce) {
    .pod-vframe .vplay, .pod-vframe .vplay__btn, .pod-vframe figcaption { transition: none; }
}
