/*
Theme Name: Cherry Blossom Betting
Theme URI: https://example.com/sakura
Description: An elegant, delicately Asian-inspired sports betting WordPress theme with floral accents, refined typography and graceful petal animations.
Version: 1.0
Author: Sakura Studio
Text Domain: cherry-blossom
*/

:root {
    --sk-pink-soft: #fce4ec;
    --sk-pink-tint: #fff0f5;
    --sk-rose: #e91e63;
    --sk-rose-2: #c2185b;
    --sk-plum: #4a0e4e;
    --sk-plum-2: #2c0530;
    --sk-ink: #2c0530;
    --sk-ink-soft: #6b3a6f;
    --sk-line: rgba(74, 14, 78, 0.10);
    --sk-line-strong: rgba(74, 14, 78, 0.22);
    --sk-shadow: 0 24px 60px -28px rgba(74, 14, 78, 0.32);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Noto Serif JP', 'Cormorant', Georgia, serif;
    background: var(--sk-pink-tint);
    background-image:
        radial-gradient(ellipse at top right, rgba(233, 30, 99, 0.06), transparent 50%),
        radial-gradient(ellipse at bottom left, rgba(74, 14, 78, 0.05), transparent 50%);
    background-attachment: fixed;
    color: var(--sk-ink);
    line-height: 1.75;
    font-weight: 400;
}

a { color: var(--sk-rose); text-decoration: none; transition: color .3s; }
a:hover { color: var(--sk-plum); }

img { max-width: 100%; height: auto; display: block; }

.sk-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* Petal decorations */
.sk-petal {
    position: absolute;
    width: 24px; height: 24px;
    background: radial-gradient(ellipse at 50% 30%, #ffb6c8, var(--sk-rose));
    border-radius: 76% 24% 76% 24% / 24% 76% 24% 76%;
    opacity: 0.5;
    filter: blur(0.3px);
    pointer-events: none;
}

/* HEADER */
.sk-header {
    background: rgba(255, 240, 245, 0.85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    position: sticky; top: 0; z-index: 50;
    border-bottom: 1px solid var(--sk-line);
}
.sk-header-inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 24px 0;
    gap: 28px;
}
.sk-logo {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 500;
    color: var(--sk-plum);
    display: inline-flex; align-items: center; gap: 14px;
    letter-spacing: 0.02em;
}
.sk-logo-mark {
    width: 36px; height: 36px;
    position: relative;
    flex-shrink: 0;
}
.sk-logo-mark::before, .sk-logo-mark::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 25%, #ffb6c8, var(--sk-rose));
    border-radius: 50% 0 50% 50%;
    transform: rotate(45deg);
}
.sk-logo-mark::after { transform: rotate(-45deg); opacity: 0.7; }
.sk-logo em {
    font-style: italic;
    color: var(--sk-rose);
    font-weight: 400;
}

.sk-nav { display: flex; align-items: center; gap: 0; }
.sk-nav a {
    color: var(--sk-ink);
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    padding: 10px 18px;
    position: relative;
    transition: color .3s;
    letter-spacing: 0.04em;
}
.sk-nav a::after {
    content: '';
    position: absolute;
    left: 18px; right: 18px;
    bottom: 4px;
    height: 1px;
    background: var(--sk-rose);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}
.sk-nav a:hover { color: var(--sk-rose); }
.sk-nav a:hover::after { transform: scaleX(1); }
.sk-nav .sk-nav-cta {
    margin-left: 18px;
    background: var(--sk-rose);
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 999px;
    font-style: italic;
    box-shadow: 0 12px 28px -10px rgba(233, 30, 99, 0.5);
    transition: transform .3s, box-shadow .3s, background .3s;
}
.sk-nav .sk-nav-cta::after { display: none; }
.sk-nav .sk-nav-cta:hover {
    transform: translateY(-1px);
    background: var(--sk-plum);
    box-shadow: 0 16px 36px -10px rgba(74, 14, 78, 0.55);
}

/* HERO */
.sk-hero {
    position: relative;
    padding: 120px 0 130px;
    overflow: hidden;
    text-align: center;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, var(--sk-pink-soft), transparent 70%),
        var(--sk-pink-tint);
}
.sk-hero::before {
    content: '';
    position: absolute;
    left: 50%; bottom: -40px;
    width: 800px; height: 800px;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at center, rgba(233, 30, 99, 0.08), transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}
.sk-hero .sk-petal {
    width: 36px; height: 36px;
    animation: sk-fall 14s linear infinite;
}
.sk-hero .sk-petal:nth-child(1) { left: 8%;  top: 12%; animation-delay: 0s; }
.sk-hero .sk-petal:nth-child(2) { left: 22%; top: 60%; animation-delay: 2s; opacity: 0.4; transform: rotate(35deg); }
.sk-hero .sk-petal:nth-child(3) { right: 10%; top: 20%; animation-delay: 4s; opacity: 0.55; transform: rotate(-25deg); }
.sk-hero .sk-petal:nth-child(4) { right: 26%; top: 70%; animation-delay: 1s; opacity: 0.45; }
.sk-hero .sk-petal:nth-child(5) { left: 50%; top: 8%; animation-delay: 3s; opacity: 0.35; }
@keyframes sk-fall {
    0%   { transform: translateY(0) rotate(0deg);   opacity: 0.5; }
    50%  { transform: translateY(80px) rotate(120deg); opacity: 0.6; }
    100% { transform: translateY(160px) rotate(220deg); opacity: 0.0; }
}

.sk-hero-eyebrow {
    display: inline-flex; align-items: center; gap: 14px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 14px;
    color: var(--sk-rose);
    letter-spacing: 0.04em;
    margin-bottom: 22px;
}
.sk-hero-eyebrow::before, .sk-hero-eyebrow::after {
    content: ''; width: 50px; height: 1px; background: var(--sk-rose); opacity: 0.6;
}
.sk-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(54px, 7vw, 96px);
    font-weight: 400;
    line-height: 1.05;
    color: var(--sk-plum);
    letter-spacing: -0.015em;
    max-width: 900px;
    margin: 0 auto 28px;
}
.sk-hero h1 em {
    font-style: italic;
    color: var(--sk-rose);
    font-weight: 500;
}
.sk-hero p {
    font-size: 18px;
    color: var(--sk-ink-soft);
    max-width: 580px;
    margin: 0 auto 38px;
    line-height: 1.85;
}
.sk-btn {
    display: inline-block;
    background: var(--sk-rose);
    color: #fff !important;
    padding: 18px 44px;
    border-radius: 999px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.04em;
    box-shadow: 0 16px 36px -12px rgba(233, 30, 99, 0.55);
    transition: transform .35s, box-shadow .35s, background .35s;
    border: none;
    cursor: pointer;
}
.sk-btn:hover {
    transform: translateY(-2px);
    background: var(--sk-plum);
    box-shadow: 0 22px 44px -12px rgba(74, 14, 78, 0.55);
    color: #fff !important;
}
.sk-btn-ghost {
    background: transparent;
    color: var(--sk-plum) !important;
    border: 1px solid var(--sk-line-strong);
    box-shadow: none;
    margin-left: 14px;
}
.sk-btn-ghost:hover { background: rgba(233, 30, 99, 0.06); color: var(--sk-rose) !important; }

/* MAIN */
.sk-main { padding: 100px 0; }
.sk-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 60px;
}
.sk-layout--full { grid-template-columns: 1fr; }

.sk-section-head {
    text-align: center;
    margin-bottom: 64px;
    position: relative;
}
.sk-section-head::after {
    content: '';
    display: block;
    margin: 22px auto 0;
    width: 80px; height: 18px;
    background:
        radial-gradient(circle at 20% 50%, var(--sk-rose) 3px, transparent 4px),
        radial-gradient(circle at 50% 50%, var(--sk-rose) 3px, transparent 4px),
        radial-gradient(circle at 80% 50%, var(--sk-rose) 3px, transparent 4px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.sk-section-head .sk-eyebrow {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--sk-rose);
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.sk-section-head h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(38px, 4.6vw, 60px);
    font-weight: 400;
    color: var(--sk-plum);
    letter-spacing: -0.01em;
    line-height: 1.1;
}
.sk-section-head h2 em { font-style: italic; color: var(--sk-rose); }

/* CARDS - 3 column soft */
.sk-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.sk-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 50px -28px rgba(74, 14, 78, 0.25);
    transition: transform .55s cubic-bezier(.2,.7,.2,1), box-shadow .55s, border-color .4s;
    border: 1px solid var(--sk-line);
    display: flex; flex-direction: column;
    position: relative;
    opacity: 0;
    animation: sk-rise .9s cubic-bezier(.2,.7,.2,1) forwards;
    animation-delay: var(--sk-d, 0ms);
}
@keyframes sk-rise {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
.sk-card::before {
    content: '';
    position: absolute;
    top: 16px; right: 16px;
    width: 28px; height: 28px;
    background: radial-gradient(ellipse at 50% 25%, #ffb6c8, var(--sk-rose));
    border-radius: 76% 24% 76% 24% / 24% 76% 24% 76%;
    transform: rotate(40deg);
    opacity: 0;
    transition: opacity .45s;
    z-index: 2;
}
.sk-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px -22px rgba(233, 30, 99, 0.32);
    border-color: rgba(233, 30, 99, 0.3);
}
.sk-card:hover::before { opacity: 0.85; }
.sk-card-thumb {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: linear-gradient(135deg, var(--sk-pink-soft), #ffd6e2);
    position: relative;
}
.sk-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.sk-card:hover .sk-card-thumb img { transform: scale(1.06); }
.sk-card-thumb-fb {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 64px;
    color: var(--sk-rose);
    opacity: 0.7;
}
.sk-card-body {
    padding: 28px 30px 30px;
    flex: 1;
    display: flex; flex-direction: column;
    gap: 14px;
}
.sk-card-meta {
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-style: italic;
    color: var(--sk-rose);
    letter-spacing: 0.08em;
    display: flex; gap: 14px; align-items: center;
}
.sk-card-meta span:not(:last-child)::after {
    content: '·'; margin-left: 14px; color: var(--sk-line-strong);
}
.sk-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--sk-plum);
    letter-spacing: -0.005em;
}
.sk-card h3 a { color: inherit; }
.sk-card h3 a:hover { color: var(--sk-rose); }
.sk-card p { color: var(--sk-ink-soft); font-size: 15px; line-height: 1.7; flex: 1; }
.sk-card-link {
    align-self: flex-start;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--sk-rose);
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    font-size: 14px;
}
.sk-card-link:hover { color: var(--sk-plum); }
.sk-grid-empty { grid-column: 1 / -1; padding: 60px; text-align: center; color: var(--sk-ink-soft); font-style: italic; }

/* SIDEBAR */
.sk-aside { display: flex; flex-direction: column; gap: 28px; position: sticky; top: 110px; align-self: start; }
.sk-widget {
    background: #fff;
    border: 1px solid var(--sk-line);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 12px 30px -22px rgba(74, 14, 78, 0.25);
    position: relative;
    overflow: hidden;
}
.sk-widget::before {
    content: '';
    position: absolute;
    top: -30px; right: -30px;
    width: 100px; height: 100px;
    background: radial-gradient(ellipse at 50% 25%, rgba(255,182,200,0.55), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.sk-widget h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--sk-plum);
    margin-bottom: 18px;
    position: relative;
}
.sk-widget h3::after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 40px; height: 12px;
    background:
        radial-gradient(circle at 25% 50%, var(--sk-rose) 2px, transparent 3px),
        radial-gradient(circle at 50% 50%, var(--sk-rose) 2px, transparent 3px),
        radial-gradient(circle at 75% 50%, var(--sk-rose) 2px, transparent 3px);
    opacity: 0.6;
}
.sk-widget ul { list-style: none; }
.sk-widget li { padding: 12px 0; border-bottom: 1px dashed var(--sk-line-strong); }
.sk-widget li:last-child { border-bottom: none; }
.sk-widget li a {
    display: flex; justify-content: space-between; align-items: center;
    color: var(--sk-ink); font-size: 14px;
    gap: 14px;
}
.sk-widget li a span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--sk-rose);
    font-weight: 500;
}
.sk-widget li a:hover { color: var(--sk-rose); }
.sk-widget--bonus {
    background: linear-gradient(135deg, var(--sk-pink-soft), #ffd6e2);
    border-color: rgba(233, 30, 99, 0.18);
}
.sk-widget--bonus p {
    color: var(--sk-plum);
    font-style: italic;
    margin-bottom: 18px;
    font-size: 15px;
}

/* BREADCRUMB */
.sk-crumb {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 14px;
    color: var(--sk-ink-soft);
    margin-bottom: 32px;
    letter-spacing: 0.02em;
}
.sk-crumb a { color: var(--sk-rose); }
.sk-crumb span { margin: 0 12px; opacity: 0.5; }

/* ARTICLE */
.sk-article {
    background: #fff;
    border-radius: 32px;
    padding: 60px;
    border: 1px solid var(--sk-line);
    box-shadow: 0 30px 80px -40px rgba(74, 14, 78, 0.30);
}
.sk-article-hero { aspect-ratio: 21/9; border-radius: 22px; overflow: hidden; margin-bottom: 40px; }
.sk-article-hero img { width: 100%; height: 100%; object-fit: cover; }
.sk-article h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 400;
    line-height: 1.1;
    color: var(--sk-plum);
    letter-spacing: -0.015em;
    margin-bottom: 22px;
}
.sk-article-meta {
    display: flex; gap: 20px; flex-wrap: wrap;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 14px;
    color: var(--sk-rose);
    padding-bottom: 24px;
    border-bottom: 1px solid var(--sk-line-strong);
    margin-bottom: 36px;
}
.sk-article-body {
    font-size: 17px;
    line-height: 1.95;
    color: var(--sk-ink);
    font-family: 'Noto Serif JP', Georgia, serif;
}
.sk-article-body p { margin-bottom: 22px; }
.sk-article-body h2, .sk-article-body h3 {
    font-family: 'Playfair Display', serif;
    color: var(--sk-plum);
    margin: 36px 0 14px;
    font-weight: 500;
}
.sk-article-body h2 { font-size: 32px; }
.sk-article-body h3 { font-size: 24px; }
.sk-article-body a { color: var(--sk-rose); border-bottom: 1px solid currentColor; }
.sk-article-body blockquote {
    margin: 32px 0;
    padding: 20px 0 20px 32px;
    border-left: 3px solid var(--sk-rose);
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 22px;
    color: var(--sk-plum);
}
.sk-tags { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--sk-line-strong); }
.sk-tags a {
    display: inline-block;
    padding: 6px 14px;
    background: var(--sk-pink-soft);
    color: var(--sk-rose);
    border-radius: 999px;
    margin: 4px 4px 0 0;
    font-size: 13px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}
.sk-tags a:hover { background: var(--sk-rose); color: #fff; }

.sk-related { margin-top: 70px; }
.sk-related h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: var(--sk-plum);
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}
.sk-related h2 em { font-style: italic; color: var(--sk-rose); }
.sk-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* ARCHIVE HEAD */
.sk-arc-head {
    text-align: center;
    padding: 100px 0 50px;
    position: relative;
    overflow: hidden;
}
.sk-arc-head .sk-petal {
    width: 28px; height: 28px;
    animation: sk-fall 14s linear infinite;
}
.sk-arc-head .sk-petal:nth-child(1) { left: 12%; top: 20%; opacity: 0.4; }
.sk-arc-head .sk-petal:nth-child(2) { right: 14%; top: 60%; opacity: 0.5; transform: rotate(45deg); }
.sk-arc-head .sk-eyebrow {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--sk-rose);
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.sk-arc-head h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 400;
    color: var(--sk-plum);
    letter-spacing: -0.015em;
}
.sk-arc-head h1 em { font-style: italic; color: var(--sk-rose); }
.sk-arc-head p {
    color: var(--sk-ink-soft);
    margin-top: 18px;
    max-width: 600px;
    margin-left: auto; margin-right: auto;
    font-style: italic;
}

/* PAGINATION */
.sk-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 60px; }
.sk-pagination a, .sk-pagination span {
    width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--sk-line-strong);
    color: var(--sk-plum);
    font-family: 'Playfair Display', serif;
    font-size: 14px;
}
.sk-pagination .current, .sk-pagination a:hover { background: var(--sk-rose); color: #fff; border-color: var(--sk-rose); }

/* COMMENTS */
.sk-comments {
    margin-top: 56px;
    padding: 44px;
    background: #fff;
    border: 1px solid var(--sk-line);
    border-radius: 28px;
    box-shadow: 0 20px 50px -32px rgba(74, 14, 78, 0.25);
}
.sk-comments h2 { font-family: 'Playfair Display', serif; font-size: 30px; color: var(--sk-plum); margin-bottom: 24px; font-weight: 500; }
.sk-comments h2 em { font-style: italic; color: var(--sk-rose); }
.sk-comments .comment-list { list-style: none; }
.sk-comments .comment { padding: 22px 0; border-bottom: 1px dashed var(--sk-line-strong); }
.sk-comments input[type=text], .sk-comments input[type=email], .sk-comments input[type=url], .sk-comments textarea {
    width: 100%;
    padding: 14px 18px;
    background: var(--sk-pink-tint);
    border: 1px solid var(--sk-line-strong);
    border-radius: 16px;
    color: var(--sk-ink);
    margin-bottom: 14px;
    font-family: inherit;
    font-size: 15px;
}
.sk-comments input:focus, .sk-comments textarea:focus { outline: none; border-color: var(--sk-rose); }
.sk-comments textarea { min-height: 140px; resize: vertical; }
.sk-comments .submit { background: var(--sk-rose); color: #fff; border: none; padding: 14px 32px; border-radius: 999px; font-family: 'Playfair Display', serif; font-style: italic; font-size: 16px; cursor: pointer; box-shadow: 0 14px 30px -10px rgba(233, 30, 99, 0.5); }

/* 404 */
.sk-404 { text-align: center; padding: 130px 0; position: relative; overflow: hidden; }
.sk-404 .sk-petal { width: 28px; height: 28px; opacity: 0.4; }
.sk-404 .sk-petal:nth-child(1) { left: 18%; top: 22%; }
.sk-404 .sk-petal:nth-child(2) { right: 22%; top: 28%; transform: rotate(45deg); }
.sk-404 h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(140px, 22vw, 280px);
    font-weight: 400;
    line-height: 0.9;
    color: var(--sk-rose);
    font-style: italic;
    letter-spacing: -0.04em;
}
.sk-404 h2 { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--sk-plum); margin: 18px 0; font-weight: 500; }
.sk-404 p { color: var(--sk-ink-soft); margin-bottom: 28px; max-width: 540px; margin-left: auto; margin-right: auto; font-style: italic; }

/* FOOTER */
.sk-footer {
    margin-top: 120px;
    padding: 90px 0 0;
    background:
        radial-gradient(ellipse at top, rgba(252, 228, 236, 0.6), transparent 60%),
        var(--sk-plum);
    color: rgba(255, 240, 245, 0.85);
    position: relative;
    overflow: hidden;
}
.sk-footer .sk-petal { width: 24px; height: 24px; opacity: 0.25; }
.sk-footer .sk-petal:nth-child(1) { left: 8%; top: 30%; }
.sk-footer .sk-petal:nth-child(2) { right: 10%; top: 22%; transform: rotate(45deg); }
.sk-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 60px;
    position: relative; z-index: 1;
}
.sk-footer-brand .sk-logo { margin-bottom: 18px; color: var(--sk-pink-tint); }
.sk-footer-brand .sk-logo em { color: #ffb6c8; }
.sk-footer-brand p { color: rgba(255, 240, 245, 0.7); font-size: 15px; max-width: 320px; line-height: 1.85; font-style: italic; }
.sk-footer-col h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--sk-pink-tint);
    margin-bottom: 18px;
    font-weight: 500;
}
.sk-footer-col h4 em { font-style: italic; color: #ffb6c8; }
.sk-footer-col ul { list-style: none; }
.sk-footer-col li { margin-bottom: 10px; }
.sk-footer-col a { color: rgba(255, 240, 245, 0.7); font-size: 14px; }
.sk-footer-col a:hover { color: #ffb6c8; }
.sk-footer-bottom {
    border-top: 1px solid rgba(255, 240, 245, 0.12);
    padding: 24px 0;
    text-align: center;
    color: rgba(255, 240, 245, 0.6);
    font-size: 13px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    position: relative; z-index: 1;
}

/* Responsive */
@media (max-width: 1024px) {
    .sk-layout { grid-template-columns: 1fr; }
    .sk-aside { position: static; }
    .sk-grid { grid-template-columns: repeat(2, 1fr); }
    .sk-related-grid { grid-template-columns: repeat(2, 1fr); }
    .sk-footer-grid { grid-template-columns: 1fr 1fr; }
    .sk-article { padding: 40px; }
}
@media (max-width: 640px) {
    .sk-nav { display: none; }
    .sk-grid, .sk-related-grid { grid-template-columns: 1fr; }
    .sk-footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .sk-article { padding: 24px; }
    .sk-section-head h2 { font-size: 36px; }
}
