/*
 * hotplace.template.css
 * Styles for application/views/hotplace/popup_street.php (Seongsu-dong page)
 * All colors follow the brand system in claude.css.color.md
 */

/* ════════════════════════════════════════════════════════════════════════════
   HERO  #hotplace-hero
   ════════════════════════════════════════════════════════════════════════════ */
#hotplace-hero {
    background: #fff;
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}
#hotplace-hero .container {
    position: relative;
    z-index: 2;
}
#hotplace-hero .hp-blob {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(96,201,235,0.25);
}
#hotplace-hero .hp-eyebrow {
    color: #0f3460;
    font-size: 1.05em;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
#hotplace-hero h1 {
    color: #1a1a2e;
    font-size: 3.8em;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 10px;
}
#hotplace-hero .hp-subtitle {
    color: #0f3460;
    font-size: 2.0em;
    font-weight: 700;
    margin: 0 0 28px;
}
#hotplace-hero .hp-summary-col {
    padding: 0;
}
#hotplace-hero .hp-summary {
    color: #555;
    font-size: 1.2em;
    line-height: 2.1;
    text-align: left;
    background: rgba(96,201,235,0.08);
    border-left: 3px solid #60c9eb;
    padding: 20px 24px;
    border-radius: 2px;
}
#hotplace-hero .hp-summary strong {
    color: #1a1a2e;
}
#hotplace-hero .hp-cta-wrap {
    margin-top: 32px;
}

/* ════════════════════════════════════════════════════════════════════════════
   STATS BAR  #hotplace-stats
   ════════════════════════════════════════════════════════════════════════════ */
#hotplace-stats {
    background: #0f3460;
    padding: 18px 0;
}
#hotplace-stats .hp-stats-row {
    color: #fff;
    font-weight: 700;
}
#hotplace-stats .hp-stat {
    border-right: 1px solid rgba(255,255,255,0.3);
    padding: 8px 0;
}
#hotplace-stats .hp-stat:last-child {
    border-right: none;
}
#hotplace-stats .hp-stat-num {
    font-size: 2.2em;
}
#hotplace-stats .hp-stat-num span {
    font-size: 0.6em;
}
#hotplace-stats .hp-stat-label {
    font-size: 0.95em;
    opacity: 0.9;
}

/* ════════════════════════════════════════════════════════════════════════════
   SHARED PATTERNS
   ════════════════════════════════════════════════════════════════════════════ */

/* Section header block (eyebrow + h2 + desc) */
.hp-section-head { margin-bottom: 40px; }

/* Eyebrow label (Must-See 01 / 02 / 03) */
.hp-section-label {
    font-size: 1.0em;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
}

/* Section h2 */
.hp-section-h2 {
    font-size: 2.5em;
    font-weight: 900;
    margin: 8px 0 10px;
}

/* Section description */
.hp-section-desc {
    font-size: 1.2em;
    max-width: 560px;
    margin: 0 auto;
}

/* Icon placeholder blocks */
.hp-icon-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp-icon-block-sm { height: 90px; }
.hp-icon-block-md { height: 110px; }
.hp-icon-block-xs { height: 80px; }

/* Icon block backgrounds */
.hp-ib-navy  { background: #1a1a2e; }
.hp-ib-mid   { background: #16213e; }
.hp-ib-btn   { background: #0f3460; }
.hp-ib-light { background: #f5f5f5; }

/* Icon size utilities */
.hp-i-xl { font-size: 2.5em; }
.hp-i-lg { font-size: 2.0em; }
.hp-i-md { font-size: 1.75em; }

/* Icon / text color utilities */
.hp-c-sky    { color: #60c9eb; }
.hp-c-navy   { color: #1a1a2e; }
.hp-c-gold   { color: #f0c040; }
.hp-c-pink   { color: #d63384; }
.hp-c-teal   { color: #008080; }
.hp-c-purple { color: #583b54; }
.hp-c-white  { color: #fff; }

/* Badge pills */
.hp-badge {
    font-size: 0.88em;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 700;
}
.hp-badge-dark   { background: #222;    color: #fff; }
.hp-badge-navy   { background: #0f3460; color: #fff; }
.hp-badge-purple { background: #583b54; color: #fff; }
.hp-badge-gold   { background: #f0c040; color: #000; }
.hp-badge-teal   { background: #008080; color: #fff; }
.hp-badge-pink   { background: #d63384; color: #fff; }

/* Card meta (location / hours) */
.hp-meta        { font-size: 0.95em; color: #888; }
.hp-meta-bottom { font-size: 0.95em; color: #888; margin-bottom: 0; }

/* CTA buttons (shared across hero + cta sections) */
.hp-btn-primary {
    background: #0f3460;
    color: #fff;
    border: none;
    margin-right: 10px;
    font-weight: 700;
}
.hp-btn-secondary {
    background: transparent;
    color: #1a1a2e;
    border: 1px solid rgba(15,52,96,0.3);
}
.hp-btn-white {
    background: #fff;
    color: #0f3460;
    font-weight: 800;
    margin-right: 10px;
    border: none;
}
.hp-btn-outline {
    background: transparent;
    color: #fff;
    font-weight: 700;
    border: 2px solid rgba(255,255,255,0.6);
}

/* Card column spacing */
.hp-card-col     { margin-bottom: 24px; }
.hp-featured-col { margin-bottom: 30px; }

/* ════════════════════════════════════════════════════════════════════════════
   POP-UP STORES  #hotplace-popup
   ════════════════════════════════════════════════════════════════════════════ */
#hotplace-popup {
    background: #f9f9f9;
    padding: 70px 0;
}
#hotplace-popup .hp-section-label { color: #60c9eb; }
#hotplace-popup .panel-default {
    border: none;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    border-radius: 6px;
    overflow: hidden;
}
#hotplace-popup .panel-body h4 {
    margin-top: 10px;
    font-weight: 700;
}
#hotplace-popup .hp-card-desc { font-size: 1.05em; }
#hotplace-popup .hp-brand-box {
    background: #fff;
    border-left: 4px solid #60c9eb;
    padding: 20px 24px;
    border-radius: 4px;
    margin-top: 10px;
}
#hotplace-popup .hp-brand-box h5 {
    font-weight: 700;
    margin-top: 0;
    font-size: 1.2em;
}
#hotplace-popup .hp-brand-box .row { margin-top: 12px; }
#hotplace-popup .hp-brand-box ul {
    font-size: 1.30em;
    line-height: 2;
}
#hotplace-popup .hp-brand-footnote {
    font-size: 1.2em;
    margin-top: 8px;
    margin-bottom: 0;
}

/* ════════════════════════════════════════════════════════════════════════════
   CAFES & SWEETS  #hotplace-cafes
   ════════════════════════════════════════════════════════════════════════════ */
#hotplace-cafes {
    background: #fff;
    padding: 70px 0;
}
#hotplace-cafes .hp-section-label { color: #583b54; }
#hotplace-cafes .panel-default {
    border: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border-radius: 6px;
    overflow: hidden;
}
.hp-featured-card {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}
.hp-featured-body { padding: 20px 22px; }
.hp-badge-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.hp-badge-row .text-muted { font-size: 0.95em; }
.hp-featured-h4 {
    font-weight: 800;
    margin: 0 0 8px;
}
.hp-featured-desc {
    font-size: 1.08em;
    color: #555;
    line-height: 1.7;
}
#hotplace-cafes .hp-cafe-list-box {
    background: #f9f9f9;
    border-radius: 6px;
    padding: 20px 24px;
    margin-top: 10px;
}
#hotplace-cafes .hp-cafe-list-box .row { margin-top: 10px; }
#hotplace-cafes .hp-cafe-list-box h5 {
    font-weight: 700;
    margin-top: 0;
    font-size: 1.2em;
}
#hotplace-cafes .hp-cafe-list-box ul {
    font-size: 1.30em;
    line-height: 2.2;
    padding-left: 18px;
}

/* ════════════════════════════════════════════════════════════════════════════
   FOOD & NIGHT SPOTS  #hotplace-dining
   ════════════════════════════════════════════════════════════════════════════ */
#hotplace-dining {
    background: #1a1a2e;
    padding: 70px 0;
}
#hotplace-dining .hp-section-label { color: #f0c040; }
#hotplace-dining .hp-section-h2    { color: #fff; }
#hotplace-dining .hp-section-desc  { color: #aaa; }
.hp-dining-card {
    background: #16213e;
    border-radius: 6px;
    overflow: hidden;
}
.hp-dining-body  { padding: 18px 20px; }
.hp-dining-h5 {
    color: #fff;
    font-weight: 700;
    margin: 10px 0 6px;
}
.hp-dining-desc {
    color: #aaa;
    font-size: 1.02em;
}
#hotplace-dining .hp-night-list-box {
    background: #16213e;
    border-radius: 6px;
    padding: 20px 24px;
    margin-top: 10px;
}
#hotplace-dining .hp-night-list-box .row { margin-top: 10px; }
#hotplace-dining .hp-night-list-box h5 {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    font-size: 1.2em;
}
#hotplace-dining .hp-night-list-box ul {
    font-size: 1.30em;
    line-height: 2.2;
    padding-left: 18px;
    color: #ccc;
}
#hotplace-dining .hp-night-list-box strong {
    color: #fff; /* fixed: was #1a1a2e — invisible on dark bg */
}

/* ════════════════════════════════════════════════════════════════════════════
   RECOMMENDED PLACES  #hotplace-directory
   ════════════════════════════════════════════════════════════════════════════ */
#hotplace-directory {
    background: #fff;
    padding: 70px 0;
}
#hotplace-directory .hp-dir-h2 {
    font-size: 2.5em;
    font-weight: 900;
    margin: 0 0 10px;
}
.hp-dir-col   { margin-bottom: 30px; }
.hp-dir-block { padding-top: 16px; }

.hp-dir-popup  { border-top: 4px solid #60c9eb; }
.hp-dir-cafes  { border-top: 4px solid #583b54; }
.hp-dir-food   { border-top: 4px solid #008080; }
.hp-dir-photos { border-top: 4px solid #f0c040; }

.hp-dir-popup  h5 { font-weight: 800; color: #60c9eb; }
.hp-dir-cafes  h5 { font-weight: 800; color: #583b54; }
.hp-dir-food   h5 { font-weight: 800; color: #008080; }
.hp-dir-photos h5 { font-weight: 800; color: #f0c040; }

.hp-dir-block ul {
    font-size: 1.05em;
    line-height: 2.1;
    padding-left: 16px;
}
.hp-access-box {
    background: #f9f9f9;
    border-radius: 6px;
    padding: 22px 28px;
    margin-top: 20px;
}
.hp-access-box h5    { font-weight: 700; }
.hp-access-box ul {
    font-size: 1.08em;
    line-height: 2;
    padding-left: 18px;
}

/* ════════════════════════════════════════════════════════════════════════════
   CTA  #hotplace-cta
   ════════════════════════════════════════════════════════════════════════════ */
#hotplace-cta {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
    padding: 60px 0;
}
#hotplace-cta .container { color: #fff; }
#hotplace-cta h3 {
    font-size: 2.3em;
    font-weight: 800;
    margin: 0 0 12px;
}
#hotplace-cta p {
    font-size: 1.2em;
    opacity: 0.9;
    margin: 0 0 28px;
}

/* ════════════════════════════════════════════════════════════════════════════
   MEDIA QUERIES
   Breakpoints follow Bootstrap 3:
     sm  ≥ 768px   md  ≥ 992px   lg  ≥ 1200px
   ════════════════════════════════════════════════════════════════════════════ */

/* ── Tablet  768px – 991px ──────────────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 991px) {

    #hotplace-hero {
        padding: 70px 0 50px;
    }
    #hotplace-hero h1        { font-size: 3.0em; }
    #hotplace-hero .hp-subtitle { font-size: 1.7em; }

    #hotplace-popup,
    #hotplace-cafes,
    #hotplace-dining,
    #hotplace-directory { padding: 50px 0; }
    #hotplace-cta        { padding: 50px 0; }

    .hp-section-h2           { font-size: 2.0em; }
    #hotplace-directory .hp-dir-h2 { font-size: 2.0em; }
    #hotplace-cta h3         { font-size: 1.9em; }
}

/* ── Mobile  ≤ 767px ────────────────────────────────────────────────────── */
@media (max-width: 767px) {

    /* Hero */
    #hotplace-hero {
        padding: 50px 0 36px;
    }
    #hotplace-hero .hp-blob {
        width: 180px;
        height: 180px;
        top: -40px;
        right: -40px;
    }
    #hotplace-hero .hp-eyebrow {
        font-size: 0.85em;
        letter-spacing: 2px;
    }
    #hotplace-hero h1 {
        font-size: 2.4em;
        line-height: 1.15;
    }
    #hotplace-hero .hp-subtitle {
        font-size: 1.3em;
        margin: 0 0 20px;
    }
    #hotplace-hero .hp-summary {
        font-size: 1.0em;
        padding: 14px 16px;
        line-height: 1.9;
    }
    #hotplace-hero .hp-cta-wrap {
        margin-top: 24px;
    }
    #hotplace-hero .hp-cta-wrap .btn {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    /* Stats bar — 2-col grid on xs: remove right border from col 2 */
    #hotplace-stats { padding: 10px 0; }
    #hotplace-stats .hp-stat:nth-child(2) { border-right: none; }
    #hotplace-stats .hp-stat-num   { font-size: 1.55em; }
    #hotplace-stats .hp-stat-label { font-size: 0.78em; }

    /* Shared section spacing */
    .hp-section-head  { margin-bottom: 24px; }
    .hp-section-h2    { font-size: 1.7em; }
    .hp-section-desc  { font-size: 1.0em; }

    #hotplace-popup,
    #hotplace-cafes,
    #hotplace-directory { padding: 36px 0; }
    #hotplace-dining     { padding: 36px 0; }
    #hotplace-cta        { padding: 36px 0; }

    /* CTA section */
    #hotplace-cta h3 { font-size: 1.5em; }
    #hotplace-cta p  { font-size: 1.0em; margin-bottom: 20px; }
    #hotplace-cta .hp-btn-white,
    #hotplace-cta .hp-btn-outline {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    /* Directory */
    #hotplace-directory .hp-dir-h2 { font-size: 1.7em; }
    .hp-access-box { padding: 16px 18px; }

    /* Brand / cafe / night lists — reduce list font on small screens */
    #hotplace-popup .hp-brand-box ul,
    #hotplace-cafes .hp-cafe-list-box ul,
    #hotplace-dining .hp-night-list-box ul { font-size: 1.05em; }

    /* Featured cards: tighten body padding */
    .hp-featured-body { padding: 16px 16px; }

    /* Icon blocks: reduce heights slightly */
    .hp-icon-block-md { height: 80px; }
    .hp-icon-block-sm { height: 70px; }
    .hp-icon-block-xs { height: 60px; }

    /* Icon sizes scale down one step */
    .hp-i-xl { font-size: 2.0em; }
    .hp-i-lg { font-size: 1.6em; }
    .hp-i-md { font-size: 1.4em; }
}
