/*
Theme Name: Shikako
Theme URI: https://shikako.ir
Author: Shikako Studio
Description: قالب اختصاصی فارسی و راست‌چین شیکاکو؛ سریع، واکنش‌گرا و آمادهٔ توسعه.
Version: 1.0.0
Text Domain: shikako
*/

:root {
  --sk-forest: #07100B;
  --sk-green: #0C5A47;
  --sk-gold: #DCA72F;
  --sk-gold-light: #F4D57E;
  --sk-cream: #FFF1C7;
  --sk-muted: #C8BEA4;
  --sk-burgundy: #721B2B;
  --sk-surface: #142117;
  --ink: #f8edcf;
  --muted: #c8bea4;
  --paper: #0a120d;
  --surface: #142117;
  --line: rgba(231, 180, 61, .24);
  --primary: #dca72f;
  --primary-dark: #b27b15;
  --accent: #f4d57e;
  --forest: #07100b;
  --emerald: #0c5a47;
  --burgundy: #721b2b;
  --cream: #fff1c7;
  --radius: 18px;
  --shadow: 0 20px 70px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Tahoma, Arial, sans-serif; line-height: 1.9; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--sk-gold-light); outline-offset: 4px; }
img { max-width: 100%; height: auto; }
.site-shell { overflow: hidden; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; padding: 22px 0; background: linear-gradient(180deg, rgba(4,9,5,.75), transparent); border-bottom: 1px solid rgba(231,180,61,.22); }
.nav-wrap, .site-nav, .header-actions { display: flex; align-items: center; }
.nav-wrap { justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--cream); font-size: 1.25rem; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--forest); background: linear-gradient(145deg, #fff0b3, #c78c20); border: 1px solid var(--accent); border-radius: 50%; box-shadow: 0 0 22px rgba(220,167,47,.28); font-family: Georgia, serif; }
.site-nav { gap: 25px; color: var(--cream); font-size: .92rem; }
.site-nav a:hover { color: var(--primary); }
.header-actions { gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 8px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; font-size: .9rem; transition: .2s ease; cursor: pointer; }
.button-primary { color: var(--forest); background: linear-gradient(135deg, #f8d979, #c58d1d); box-shadow: 0 8px 25px rgba(220,167,47,.22); }
.button-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.button-ghost { color: var(--cream); border-color: rgba(231,180,61,.48); background: rgba(10,18,13,.35); }
.button-ghost:hover { border-color: var(--primary); color: var(--primary); }
.hero { position: relative; min-height: min(760px, 100vh); padding: 155px 0 95px; background: linear-gradient(90deg, rgba(2,7,4,.88) 0%, rgba(2,7,4,.38) 49%, rgba(2,7,4,.12) 100%), url('assets/hero-shikako.jpg') center/cover no-repeat; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; margin: 0 0 17px; color: var(--primary); font-size: .8rem; font-weight: 800; letter-spacing: .08em; }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--accent); }
.hero h1 { max-width: 560px; margin: 0; color: var(--cream); font-size: clamp(2.5rem, 6vw, 5.3rem); line-height: 1.18; letter-spacing: -.07em; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 560px; margin: 24px 0 30px; color: var(--muted); font-size: 1.08rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-art { display: none; position: relative; min-height: 400px; }
.art-card { position: absolute; border-radius: var(--radius); box-shadow: var(--shadow); }
.art-main { inset: 26px 15px 20px 45px; padding: 32px; color: #fff; background: linear-gradient(145deg, #1c8781, #0b4b4a); transform: rotate(3deg); }
.art-main::before { content: 'شیکاکو'; display: block; margin-bottom: 70px; font-size: 1rem; font-weight: 700; opacity: .8; }
.art-main h2 { max-width: 260px; margin: 0; font-size: 2.2rem; line-height: 1.35; }
.art-main::after { content: '✦'; position: absolute; left: 30px; bottom: 20px; color: var(--accent); font-size: 5rem; }
.art-small { display: grid; place-items: center; width: 122px; height: 122px; color: var(--primary); background: #fff4e9; font-size: 3rem; }
.art-small.one { top: 0; right: 0; transform: rotate(9deg); }
.art-small.two { bottom: 0; left: 0; color: #fff; background: var(--accent); transform: rotate(-9deg); }
.section { padding: 92px 0; }
.section-tint { background: #101d13; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 38px; }
.section h2 { margin: 0; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.3; letter-spacing: -.05em; }
.section-intro { max-width: 460px; margin: 0; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 27px; background: linear-gradient(145deg, #17281a, #101b12); border: 1px solid var(--line); border-radius: var(--radius); transition: .2s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 20px; color: var(--forest); border-radius: 50%; background: var(--accent); font-size: 1.5rem; }
.card:nth-child(2) .card-icon { color: var(--cream); background: var(--burgundy); }
.card:nth-child(3) .card-icon { color: var(--cream); background: var(--emerald); }
.card h3 { margin: 0 0 9px; font-size: 1.16rem; }
.card p { margin: 0; color: var(--muted); font-size: .92rem; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.story-panel { min-height: 360px; padding: 40px; border-radius: 30px; background: linear-gradient(145deg, #6d1829, #241019); }
.story-panel-inner { display: flex; flex-direction: column; justify-content: space-between; height: 100%; min-height: 280px; padding: 28px; border: 1px solid rgba(255,255,255,.75); border-radius: 22px; background: rgba(255,255,255,.42); }
.story-number { color: var(--primary); font-size: 4rem; font-weight: 900; line-height: 1; }
.story-panel-inner strong { font-size: 1.2rem; }
.story-copy p { color: var(--muted); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card { overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.post-thumb { display: grid; place-items: center; min-height: 145px; color: #fff; background: linear-gradient(135deg, var(--primary), #49a69b); font-size: 2.7rem; }
.post-card:nth-child(2) .post-thumb { background: linear-gradient(135deg, #c88162, #f4c18f); }
.post-card:nth-child(3) .post-thumb { background: linear-gradient(135deg, #7464a9, #c3b9ec); }
.post-body { padding: 22px; }
.post-body h3 { margin: 0; font-size: 1.05rem; line-height: 1.6; }
.post-body p { margin: 8px 0 0; color: var(--muted); font-size: .87rem; }
.cta { padding: 48px; color: var(--cream); border-radius: 30px; background: linear-gradient(135deg, #6d1829, #32131b); text-align: center; }
.cta h2 { margin-bottom: 10px; }
.cta p { margin: 0 auto 22px; max-width: 560px; opacity: .8; }
.cta .button { color: var(--ink); background: #fff; }
.site-footer { padding: 35px 0; color: #c8bea4; background: #050a07; border-top: 1px solid var(--line); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer .brand { color: #fff; }
.site-footer p { margin: 0; font-size: .82rem; }
.page-header { padding: 75px 0 45px; background: #101d13; }
.page-header h1 { margin: 0; font-size: clamp(2rem, 5vw, 3.7rem); line-height: 1.25; }
.content-area { padding: 65px 0; }
.entry-content { max-width: 780px; margin: auto; }
.entry-content a { color: var(--primary); text-decoration: underline; }
.entry-content img { border-radius: 18px; }
.mobile-toggle { display: none; }

/* Shikako brand system: forest base, metallic gold actions, cream type, burgundy/emerald accents. */
.eyebrow { color: var(--accent); }
.section { background: var(--paper); }
.section h2, .section h3 { color: var(--cream); }
.section-intro, .card p, .story-copy p, .hero-lead { color: var(--muted); }
.story-copy .button-primary { margin-top: 12px; }
.post-body h3 a:hover, .site-nav a:hover { color: var(--accent); }
.post-thumb { background: linear-gradient(135deg, var(--emerald), #173426); }
.post-card:nth-child(2) .post-thumb { background: linear-gradient(135deg, var(--burgundy), #a8494e); }
.post-card:nth-child(3) .post-thumb { background: linear-gradient(135deg, #806327, #c79a3a); }
@media (max-width: 820px) { .hero-grid, .story-grid { grid-template-columns: 1fr; gap: 40px; } .hero { padding-top: 60px; } .hero-art { min-height: 320px; } .cards, .post-grid { grid-template-columns: 1fr; } .section-head { display: block; } .section-intro { margin-top: 12px; } .site-nav { display: none; } .mobile-toggle { display: inline-flex; } .header-actions .button-ghost { display: none; } }
@media (max-width: 520px) { .container { width: min(100% - 28px, 1120px); } .hero h1 { font-size: 2.65rem; } .hero-art { min-height: 270px; } .art-main { inset: 20px 5px 15px 28px; padding: 23px; } .art-main h2 { font-size: 1.6rem; } .art-main::before { margin-bottom: 45px; } .art-small { width: 82px; height: 82px; font-size: 2rem; } .section { padding: 65px 0; } .story-panel { padding: 20px; } .cta { padding: 32px 20px; } .footer-wrap { display: block; } .site-footer p { margin-top: 13px; } }
