/*
Theme Name: Themes wordpress HK
Theme URI: https://huykira.net/
Author: The Kira Team
Author URI: https://huykira.net/
Description: Themes wordpress HK by Huy Kira
Version: 0.02
*/

/* ====== Design tokens ====== */
:root {
    --hk-bg: oklch(0.98 0.006 75);
    --hk-ink: oklch(0.22 0.02 60);
    --hk-ink-soft: oklch(0.3 0.02 60);
    --hk-ink-muted: oklch(0.42 0.02 60);
    --hk-ink-mutest: oklch(0.45 0.02 60);
    --hk-ink-faint: oklch(0.5 0.02 60);
    --hk-border: oklch(0.9 0.01 70);
    --hk-border-soft: oklch(0.92 0.01 70);
    --hk-border-input: oklch(0.87 0.01 70);
    --hk-border-btn: oklch(0.8 0.01 70);
    --hk-accent: oklch(0.62 0.19 35);
    --hk-accent-dark: oklch(0.45 0.18 35);
    --hk-accent-text: oklch(0.5 0.19 35);
    --hk-accent-soft: oklch(0.62 0.19 35 / 0.12);
    --hk-accent-tint: oklch(0.97 0.01 35);
    --hk-blue-tint: oklch(0.97 0.01 260);
    --hk-blue-icon: oklch(0.62 0.19 260);
    --hk-card-bg: oklch(0.96 0.006 75);
    --hk-dark: oklch(0.22 0.02 60);
    --hk-dark-ink-soft: oklch(0.75 0.01 70);
    --hk-dark-ink-mid: oklch(0.85 0.01 70);
    --hk-dark-ink-faint: oklch(0.7 0.01 70);
    --hk-dark-ink-fainter: oklch(0.78 0.01 70);
    --hk-font-heading: 'Poppins', sans-serif;
    --hk-font-body: 'Inter', sans-serif;
}

/* ====== Base ====== */
body { margin: 0; background: var(--hk-bg); font-family: var(--hk-font-body); color: var(--hk-ink); }
.hk-site a { text-decoration: none; }
.hk-site ::selection { background: oklch(0.62 0.19 35 / 0.25); }
.hk-site { max-width: 1440px; margin: 0 auto; background: var(--hk-bg); color: var(--hk-ink); overflow: hidden; }
.hk-site img { max-width: 100%; }

/* ====== Nav ====== */
.hk-nav {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
    padding: 20px clamp(20px, 5vw, 64px); position: sticky; top: 0; background: var(--hk-bg);
    z-index: 10; border-bottom: 1px solid var(--hk-border);
}
.hk-brand { font-family: var(--hk-font-heading); font-weight: 800; font-size: 22px; letter-spacing: -0.02em; color: var(--hk-ink); }
.hk-nav-links { display: flex; gap: clamp(16px, 3vw, 36px); align-items: center; flex-wrap: wrap; }
.hk-nav-link { color: var(--hk-ink-soft); font-weight: 500; font-size: 15px; }

/* ====== Buttons ====== */
.hk-btn { display: inline-flex; background: var(--hk-accent); color: white; padding: 16px 32px; border-radius: 100px; font-weight: 600; font-size: 16px; border: none; cursor: pointer; font-family: var(--hk-font-body); }
.hk-btn-sm { display: inline-flex; background: var(--hk-accent); color: white; padding: 12px 24px; border-radius: 100px; font-weight: 600; font-size: 14px; }
.hk-btn-md { display: inline-flex; background: var(--hk-accent); color: white; padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 15px; }
.hk-btn-dark { display: inline-flex; background: var(--hk-dark); color: var(--hk-bg); padding: 12px 24px; border-radius: 100px; font-weight: 600; font-size: 14px; }
.hk-btn-outline { display: inline-flex; background: transparent; border: 1.5px solid var(--hk-border-btn); color: var(--hk-ink); padding: 16px 32px; border-radius: 100px; font-weight: 600; font-size: 16px; }
.hk-btn-outline-sm { display: inline-flex; background: transparent; border: 1.5px solid var(--hk-border-btn); color: var(--hk-ink); padding: 12px 24px; border-radius: 100px; font-weight: 600; font-size: 14px; }
.hk-link-back { font-weight: 600; font-size: 15px; color: var(--hk-ink-soft); }
.is-nowrap { white-space: nowrap; }

/* ====== Badges / eyebrows ====== */
.hk-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--hk-accent-soft); color: var(--hk-accent-text); padding: 8px 16px; border-radius: 100px; font-weight: 600; font-size: 13px; margin-bottom: 24px; }
.hk-eyebrow { color: var(--hk-accent-text); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; }
.hk-eyebrow-lg { color: var(--hk-accent-text); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }

/* ====== Headings ====== */
.hk-h1 { font-family: var(--hk-font-heading); font-weight: 800; font-size: clamp(34px, 4.4vw, 64px); line-height: 1.05; letter-spacing: -0.03em; margin: 0 0 24px; }
.hk-h1-page { font-family: var(--hk-font-heading); font-weight: 800; font-size: clamp(32px, 4.6vw, 52px); margin: 0 0 16px; letter-spacing: -0.03em; }
.hk-h1-page.is-flush { margin: 0; }
.hk-h1-simple { font-family: var(--hk-font-heading); font-weight: 800; font-size: clamp(30px, 4.2vw, 46px); margin: 0; letter-spacing: -0.03em; }
.hk-h2 { font-family: var(--hk-font-heading); font-weight: 800; font-size: clamp(28px, 3.6vw, 40px); margin: 0; letter-spacing: -0.02em; }
.hk-h2-gap { font-family: var(--hk-font-heading); font-weight: 800; font-size: clamp(28px, 3.6vw, 40px); margin: 0 0 20px; letter-spacing: -0.02em; }
.hk-h1-detail { font-family: var(--hk-font-heading); font-weight: 800; font-size: clamp(32px, 5vw, 56px); line-height: 1.08; letter-spacing: -0.03em; margin: 0 0 20px; }
.hk-lead { font-size: 17px; color: var(--hk-ink-mutest); max-width: 560px; margin: 0 auto; }
.hk-lead-left { font-size: 19px; line-height: 1.6; color: var(--hk-ink-muted); max-width: 520px; margin: 0 0 36px; }

/* ====== Sections ====== */
.hk-section { padding: 20px clamp(20px, 5vw, 64px) 90px; }
.hk-section-top { padding: 60px clamp(20px, 5vw, 64px) 90px; }
.hk-section-narrow { padding: 0 clamp(20px, 5vw, 64px) 100px; }
.hk-section-narrow-sm { padding: 0 clamp(20px, 5vw, 64px) 60px; }
.hk-section-hero-page { padding: clamp(40px, 8vw, 80px) clamp(20px, 5vw, 64px) 32px; text-align: center; }
.hk-section-hero-page-lg { padding: clamp(48px, 8vw, 90px) clamp(20px, 5vw, 64px) 20px; text-align: center; }
.hk-section-hero-detail { padding: clamp(40px, 8vw, 80px) clamp(20px, 5vw, 64px) 40px; }
.hk-section-404 { padding: clamp(80px, 14vw, 140px) clamp(20px, 5vw, 64px); text-align: center; }
.hk-section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; gap: 24px; flex-wrap: wrap; }
.hk-section-head-center { text-align: center; margin-bottom: 48px; }
.hk-section-head-desc { max-width: 380px; color: var(--hk-ink-mutest); font-size: 16px; line-height: 1.6; margin: 0; }
.hk-filter-row { padding: 0 clamp(20px, 5vw, 64px) 40px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.hk-empty-state { text-align: center; padding: 60px 0; color: var(--hk-ink-faint); font-size: 15px; }

/* ====== Hero (homepage) ====== */
.hk-hero { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: clamp(32px, 5vw, 40px); padding: clamp(40px, 8vw, 80px) clamp(20px, 5vw, 64px) 60px; align-items: center; }
.hk-hero-stats { display: flex; flex-wrap: wrap; gap: clamp(24px, 4vw, 48px); margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--hk-border); }
.hk-hero-stat-num { font-family: var(--hk-font-heading); font-weight: 800; font-size: 30px; }
.hk-hero-stat-label { font-size: 14px; color: var(--hk-ink-mutest); }
.hk-hero-media { position: relative; }
.hk-hero-glow { position: absolute; inset: -24px -24px auto auto; width: 220px; height: 220px; background: oklch(0.62 0.19 35 / 0.15); border-radius: 50%; filter: blur(10px); z-index: 0; }
.hk-hero-img { width: 100%; height: clamp(320px, 50vw, 560px); object-fit: cover; position: relative; z-index: 1; border-radius: 28px; display: block; }

/* ====== Grids ====== */
.hk-grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.hk-grid-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 28px; }
.hk-grid-cards-wide { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.hk-grid-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 24px; }
.hk-grid-meta { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--hk-border); }
.hk-grid-2col { padding: 40px clamp(20px, 5vw, 64px); display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 56px; }
.hk-grid-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.hk-grid-results { background: var(--hk-dark); border-radius: 32px; padding: clamp(28px, 6vw, 56px); display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 32px; }

/* ====== Cards ====== */
.hk-card { background: white; border: 1px solid var(--hk-border-soft); border-radius: 20px; overflow: hidden; display: block; }
.hk-card.is-padded { padding: clamp(28px, 4vw, 40px); }
.hk-card-pad { padding: 22px 24px; }
.hk-card-img { width: 100%; height: 220px; object-fit: cover; display: block; }
.hk-card-img-sm { width: 100%; height: 180px; object-fit: cover; display: block; }
.hk-card-title { font-family: var(--hk-font-heading); font-weight: 700; font-size: 17px; color: var(--hk-ink); margin-bottom: 10px; }
.hk-card-title-tight { font-family: var(--hk-font-heading); font-weight: 700; font-size: 17px; color: var(--hk-ink); margin-bottom: 8px; }
.hk-card-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.hk-tag { font-size: 12px; font-weight: 600; color: var(--hk-ink-mutest); background: var(--hk-card-bg); padding: 6px 12px; border-radius: 100px; }
.hk-meta-line { font-size: 12px; font-weight: 600; color: var(--hk-accent-text); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }
.hk-card-desc { font-size: 14px; line-height: 1.6; color: var(--hk-ink-mutest); }

.hk-service-card { border-radius: 24px; padding: 32px; display: flex; flex-direction: column; gap: 16px; min-height: 220px; }
.hk-service-card.is-a { background: var(--hk-accent-tint); }
.hk-service-card.is-b { background: var(--hk-blue-tint); }
.hk-service-icon { width: 48px; height: 48px; border-radius: 12px; }
.hk-service-icon.is-a { background: var(--hk-accent); }
.hk-service-icon.is-b { background: var(--hk-blue-icon); }
.hk-service-title { font-family: var(--hk-font-heading); font-weight: 700; font-size: 19px; color: var(--hk-ink); }
.hk-service-desc { font-size: 14.5px; line-height: 1.6; color: var(--hk-ink-mutest); }

.hk-step-card { border-radius: 20px; padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.hk-step-card.is-a { background: var(--hk-accent-tint); }
.hk-step-card.is-b { background: var(--hk-blue-tint); }
.hk-step-num { font-family: var(--hk-font-heading); font-weight: 800; font-size: 15px; }
.hk-step-num.is-a { color: var(--hk-accent); }
.hk-step-num.is-b { color: var(--hk-blue-icon); }
.hk-step-title { font-family: var(--hk-font-heading); font-weight: 700; font-size: 18px; color: var(--hk-ink); }
.hk-step-desc { font-size: 14px; line-height: 1.6; color: var(--hk-ink-mutest); }

.hk-testimonial-card { background: white; border: 1px solid var(--hk-border-soft); border-radius: 20px; padding: 32px; display: flex; flex-direction: column; gap: 20px; }
.hk-testimonial-quote { font-size: 15px; line-height: 1.7; color: oklch(0.32 0.02 60); }
.hk-testimonial-author { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.hk-testimonial-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.hk-testimonial-name { font-weight: 700; font-size: 14.5px; }

/* ====== Filter pills ====== */
.hk-pill { padding: 10px 22px; border-radius: 100px; font-weight: 600; font-size: 14px; background: white; color: oklch(0.32 0.02 60); border: 1px solid var(--hk-border-btn); }
.hk-pill.is-active { background: var(--hk-accent); color: white; border-color: var(--hk-accent); }

/* ====== Contact section (homepage + contact page) ====== */
.hk-contact-band { padding: 20px clamp(20px, 5vw, 64px) 100px; }
.hk-contact-panel { background: var(--hk-dark); border-radius: 32px; padding: clamp(28px, 6vw, 64px); display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(32px, 5vw, 56px); }
.hk-contact-eyebrow { color: oklch(0.65 0.19 35); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }
.hk-contact-title { font-family: var(--hk-font-heading); font-weight: 800; font-size: clamp(26px, 3.4vw, 38px); color: white; margin: 0 0 20px; letter-spacing: -0.02em; }
.hk-contact-desc { color: var(--hk-dark-ink-soft); font-size: 16px; line-height: 1.7; max-width: 400px; }
.hk-contact-info-list { margin-top: 40px; display: flex; flex-direction: column; gap: 14px; }
.hk-contact-info-row { color: var(--hk-dark-ink-mid); font-size: 15px; }
.hk-contact-info-row a { color: var(--hk-dark-ink-mid); }
.hk-contact-form-card { background: var(--hk-bg); border-radius: 20px; padding: 36px; }
.hk-contact-info-card { background: var(--hk-dark); border-radius: 24px; padding: clamp(28px, 4vw, 36px); color: white; }
.hk-contact-info-card-title { font-family: var(--hk-font-heading); font-weight: 700; font-size: 18px; margin-bottom: 20px; }
.hk-contact-info-card-list { display: flex; flex-direction: column; gap: 16px; }
.hk-contact-info-label { font-size: 12px; color: var(--hk-dark-ink-faint); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.hk-contact-info-value { font-size: 15px; font-weight: 600; }
.hk-contact-info-value a { color: white; }
.hk-contact-side { display: flex; flex-direction: column; gap: 28px; }

/* Plain form fields (homepage teaser form) */
.hk-hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hk-field-label { font-size: 13px; font-weight: 600; color: var(--hk-ink-mutest); margin-bottom: 6px; }
.hk-field-fake {
    border: 1px solid var(--hk-border-input); border-radius: 10px; padding: 14px 16px; font-size: 14px;
    color: var(--hk-ink); background: white; width: 100%; box-sizing: border-box; font-family: var(--hk-font-body);
}
.hk-field-fake.is-textarea { min-height: 80px; resize: vertical; }
.hk-form-stack { display: flex; flex-direction: column; gap: 18px; }
.hk-btn-full { width: 100%; text-align: center; }

/* Contact Form 7 styling */
.hk-cf7-card .wpcf7-form-control-wrap { display: block; margin-bottom: 20px; }
.hk-cf7-card .wpcf7-form label { display: block; font-size: 13px; font-weight: 600; color: var(--hk-ink-mutest); margin-bottom: 8px; }
.hk-cf7-card .wpcf7-form input[type="text"],
.hk-cf7-card .wpcf7-form input[type="email"],
.hk-cf7-card .wpcf7-form select,
.hk-cf7-card .wpcf7-form textarea {
    width: 100%; box-sizing: border-box; border: 1px solid var(--hk-border-input); border-radius: 10px;
    padding: 14px 16px; font-size: 14px; color: var(--hk-ink); background: var(--hk-bg);
    font-family: var(--hk-font-body);
}
.hk-cf7-card .wpcf7-form textarea { min-height: 100px; resize: vertical; }
.hk-cf7-card .wpcf7-list-item { display: inline-flex; margin: 0 8px 8px 0; }
.hk-cf7-card .wpcf7-list-item label {
    display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600;
    padding: 9px 16px; border-radius: 100px; border: 1px solid var(--hk-border-btn); color: oklch(0.32 0.02 60);
    background: var(--hk-bg); cursor: pointer;
}
.hk-cf7-card .wpcf7-form-control-wrap[data-name="interests"] { display: flex; flex-wrap: wrap; }
.hk-cf7-card .wpcf7-form input[type="submit"] {
    background: var(--hk-accent); color: white; text-align: center; padding: 16px; border: none;
    border-radius: 10px; font-weight: 600; font-size: 15px; margin-top: 6px; width: 100%; cursor: pointer;
    font-family: var(--hk-font-body);
}
.hk-cf7-card .wpcf7-response-output { border-radius: 10px; font-size: 14px; margin-top: 16px; }
.hk-cf7-card .wpcf7-not-valid-tip { font-size: 12px; margin-top: 4px; }

/* ====== Blog / page long-form content ====== */
.hk-post-content { display: flex; flex-direction: column; gap: 28px; font-size: 17px; line-height: 1.8; color: oklch(0.3 0.02 60); }
.hk-post-content.is-tight { gap: 24px; }
.hk-post-content h2 { font-family: var(--hk-font-heading); font-weight: 700; font-size: 24px; margin: 12px 0 0; letter-spacing: -0.01em; color: var(--hk-ink); }
.hk-post-content h3 { font-family: var(--hk-font-heading); font-weight: 700; font-size: 19px; margin: 8px 0 0; color: var(--hk-ink); }
.hk-post-content p { margin: 0; }
.hk-post-content img { max-width: 100%; border-radius: 16px; }
.hk-post-content a { color: oklch(0.55 0.18 35); }
.hk-post-content ul, .hk-post-content li { margin: 0; padding-left: 20px; }

/* ====== Blog detail specific ====== */
.hk-post-hero { max-width: 760px; margin: 0 auto; text-align: center; }
.hk-post-meta { font-size: 12px; font-weight: 700; color: var(--hk-accent-text); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 18px; }
.hk-post-title { font-family: var(--hk-font-heading); font-weight: 800; font-size: clamp(30px, 4.6vw, 48px); line-height: 1.12; letter-spacing: -0.03em; margin: 0 0 24px; }
.hk-post-author-row { display: flex; align-items: center; justify-content: center; gap: 12px; }
.hk-post-author-info { text-align: left; }
.hk-post-author-avatar { width: 40px; height: 40px; border-radius: 50%; }
.hk-post-author-name { font-weight: 700; font-size: 14px; }
.hk-post-author-role { font-size: 13px; color: var(--hk-ink-faint); }
.hk-post-cover-wrap { padding: 0 clamp(20px, 5vw, 64px) 48px; }
.hk-post-cover { width: 100%; height: clamp(240px, 40vw, 520px); object-fit: cover; border-radius: 24px; display: block; }
.hk-post-body-wrap { padding: 0 clamp(20px, 5vw, 64px) 60px; }
.hk-post-body-inner { max-width: 720px; margin: 0 auto; }
.hk-author-card-wrap { padding: 20px clamp(20px, 5vw, 64px) 90px; }
.hk-author-card { max-width: 720px; margin: 0 auto; background: white; border: 1px solid var(--hk-border-soft); border-radius: 20px; padding: 32px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hk-author-avatar { width: 64px; height: 64px; border-radius: 50%; }
.hk-author-name { font-family: var(--hk-font-heading); font-weight: 700; font-size: 16px; margin-bottom: 4px; }
.hk-author-bio { font-size: 14px; color: var(--hk-ink-mutest); line-height: 1.6; flex: 1; min-width: 200px; }
.hk-related-title { color: var(--hk-accent-text); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 20px; text-align: center; }
.hk-related-card-img { width: 100%; height: 160px; object-fit: cover; display: block; }
.hk-related-card-pad { padding: 20px 22px; }
.hk-related-card-meta { font-size: 12px; font-weight: 600; color: var(--hk-accent-text); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.hk-related-card-title { font-family: var(--hk-font-heading); font-weight: 700; font-size: 16px; color: var(--hk-ink); }

/* ====== Project detail specific ====== */
.hk-detail-intro { max-width: 760px; }
.hk-detail-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.hk-detail-tag { font-size: 12px; font-weight: 700; color: var(--hk-accent-text); background: var(--hk-accent-tint); padding: 7px 14px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.04em; }
.hk-detail-summary { font-size: 18px; line-height: 1.65; color: var(--hk-ink-muted); margin: 0; }
.hk-detail-meta-label { font-size: 12px; font-weight: 600; color: var(--hk-ink-faint); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.hk-detail-meta-value { font-family: var(--hk-font-heading); font-weight: 700; font-size: 16px; }
.hk-detail-cover-wrap { padding: 0 clamp(20px, 5vw, 64px) 40px; }
.hk-detail-cover { width: 100%; height: clamp(280px, 42vw, 600px); object-fit: cover; border-radius: 24px; display: block; }
.hk-detail-problem-title { color: var(--hk-accent-text); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.hk-detail-problem-text { font-size: 16px; line-height: 1.75; color: oklch(0.32 0.02 60); margin: 0; }
.hk-gallery-wrap { padding: 20px clamp(20px, 5vw, 64px) 50px; }
.hk-gallery-img { width: 100%; height: 320px; object-fit: cover; border-radius: 20px; display: block; }
.hk-results-wrap { padding: 20px clamp(20px, 5vw, 64px) 90px; }
.hk-result-value { font-family: var(--hk-font-heading); font-weight: 800; font-size: 36px; color: oklch(0.65 0.19 35); margin-bottom: 8px; }
.hk-result-label { font-size: 14px; color: var(--hk-dark-ink-fainter); }
.hk-detail-footer-nav { padding: 0 clamp(20px, 5vw, 64px) 100px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }

/* ====== 404 ====== */
.hk-404-code { font-family: var(--hk-font-heading); font-weight: 800; font-size: clamp(64px, 10vw, 120px); line-height: 1; letter-spacing: -0.03em; color: oklch(0.62 0.19 35 / 0.25); }
.hk-404-title { font-family: var(--hk-font-heading); font-weight: 800; font-size: clamp(26px, 3.6vw, 38px); margin: 16px 0; letter-spacing: -0.02em; }
.hk-404-desc { font-size: 16px; color: var(--hk-ink-mutest); max-width: 480px; margin: 0 auto 32px; }

/* ====== Pagination ====== */
.hk-pagination-wrap { padding: 0 clamp(20px, 5vw, 64px) 90px; display: flex; justify-content: center; }
.hk-pagination { display: flex; gap: 8px; }
.hk-pagination .page-numbers {
    display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px;
    border-radius: 100px; border: 1px solid var(--hk-border-btn); color: oklch(0.32 0.02 60);
    font-weight: 600; font-size: 14px; padding: 0 12px;
}
.hk-pagination .page-numbers.current { background: var(--hk-accent); border-color: var(--hk-accent); color: white; }

/* ====== Footer ====== */
.hk-footer { padding: 32px clamp(20px, 5vw, 64px); border-top: 1px solid var(--hk-border); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; }
.hk-footer-brand { font-family: var(--hk-font-heading); font-weight: 800; font-size: 16px; }
.hk-footer-copy { color: var(--hk-ink-faint); font-size: 14px; }
