/*
Theme Name: Caulifloworks
Theme URI: https://caulifloworks.com
Author: Caulifloworks
Description: カリフラワークス公式テーマ
Version: 3.0.0
Text Domain: caulifloworks
*/

/* ============================================================
   CSS CUSTOM PROPERTIES
   ============================================================ */
:root {
  --ink: #1a1a1a;
  --yellow: #f5c800;
  --cream: #f5f0e8;
  --pink: #f06080;
  --green: #50c878;
  --blue: #4a90d9;
  --white: #ffffff;
  --gray: #888888;
  --border: #e0d8cc;
  --font-rounded: 'M PLUS Rounded 1c', 'Noto Sans JP', sans-serif;
  --font-noto: 'Noto Sans JP', sans-serif;
  --shadow-sm: 2px 2px 0 var(--ink);
  --shadow-md: 3px 3px 0 var(--ink);
  --shadow-lg: 4px 4px 0 var(--ink);
  --shadow-xl: 5px 5px 0 var(--ink);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

/* ============================================================
   GOOGLE FONTS IMPORT
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;800;900&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* ---- Typography Helpers ---- */
.font-rounded { font-family: 'M PLUS Rounded 1c', sans-serif; }
.font-noto { font-family: 'Noto Sans JP', sans-serif; }
.fw-900 { font-weight: 900; }
.fw-800 { font-weight: 800; }
.fw-700 { font-weight: 700; }

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-noto); color: var(--ink); background: var(--white); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.96); border-bottom: 2px solid var(--ink); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: box-shadow 180ms var(--ease-out), background 180ms var(--ease-out); }
.site-header.scrolled { background: rgba(255,255,255,0.98); box-shadow: 0 6px 0 rgba(26,26,26,0.06); }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 76px; }
.header-logo { display: flex; align-items: center; flex-shrink: 0; transition: transform 150ms var(--ease-out); }
.header-logo:hover { transform: translateY(-1px); }
.header-logo-img { height: 42px; width: auto; object-fit: contain; }
.header-nav { flex: 1; display: flex; justify-content: center; min-width: 0; }
.nav-list { display: flex; align-items: center; justify-content: center; gap: 6px; }
.nav-item { position: relative; }
.nav-link { min-width: 96px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 11px 12px 10px; border-radius: 999px; transition: background 150ms var(--ease-out), transform 150ms var(--ease-out); white-space: nowrap; }
.nav-link:hover { background: var(--cream); transform: translateY(-1px); }
.nav-label-ja { font-family: var(--font-rounded); font-weight: 900; font-size: 0.74rem; color: var(--ink); line-height: 1.15; letter-spacing: 0.01em; }
.nav-label-en { font-family: var(--font-rounded); font-weight: 900; font-size: 0.56rem; color: var(--gray); letter-spacing: 0.14em; line-height: 1; }
.nav-has-dropdown:hover .nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dropdown { position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(-8px); background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); min-width: 172px; padding: 8px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 150ms var(--ease-out), transform 150ms var(--ease-out), visibility 150ms; z-index: 100; }
.nav-dropdown::before { content: ''; position: absolute; top: -10px; left: 0; right: 0; height: 10px; }
.nav-dropdown li a { display: block; padding: 10px 12px; border-radius: 8px; font-family: var(--font-rounded); font-weight: 800; font-size: 0.78rem; color: var(--ink); transition: background 120ms, transform 120ms; white-space: nowrap; }
.nav-dropdown li a:hover { background: var(--cream); transform: translateX(2px); }
.header-cta { min-width: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; background: var(--yellow); border: 2.5px solid var(--ink); border-radius: 999px; box-shadow: 3px 3px 0 var(--ink); padding: 10px 18px 9px; font-family: var(--font-rounded); font-weight: 900; font-size: 0.78rem; color: var(--ink); white-space: nowrap; flex-shrink: 0; line-height: 1.1; transition: transform 120ms var(--ease-out), box-shadow 120ms, background 120ms; }
.header-cta:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); background: #ffd92e; }
.header-cta span:first-child { display: none; }
.header-cta-en { font-size: 0.56rem; font-weight: 900; letter-spacing: 0.13em; color: var(--ink); opacity: 0.7; }
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); box-shadow: var(--shadow-sm); }
.hamburger-line { display: block; width: 18px; height: 2px; margin: 0 auto; background: var(--ink); border-radius: 2px; transition: transform 200ms var(--ease-out), opacity 200ms; }
.hamburger.is-open .hamburger-line:nth-child(1), .hamburger.active .hamburger-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open .hamburger-line:nth-child(2), .hamburger.active .hamburger-line:nth-child(2) { opacity: 0; }
.hamburger.is-open .hamburger-line:nth-child(3), .hamburger.active .hamburger-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); border-top: 2px solid var(--ink); border-bottom: 2.5px solid var(--ink); box-shadow: 0 10px 24px rgba(26,26,26,0.08); padding: 18px 24px 24px; }
.mobile-menu.is-open, .mobile-menu.open { display: block; }
.mobile-nav { max-width: 680px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.mobile-nav-link { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; background: var(--cream); border: 2px solid var(--ink); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); font-family: var(--font-rounded); font-weight: 900; font-size: 0.92rem; color: var(--ink); }
.mobile-nav-parent { border-bottom: 2px solid var(--ink); }
.mobile-nav-children { margin: 8px 0 0 14px; padding: 0 0 0 14px; border-left: 2px solid var(--border); display: flex; flex-direction: column; gap: 6px; }
.mobile-nav-child { display: block; padding: 9px 12px; background: var(--white); border: 1.5px solid var(--border); border-radius: 8px; font-family: var(--font-rounded); font-weight: 800; font-size: 0.82rem; color: var(--gray); }
.mobile-nav-cta { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 8px; background: var(--yellow); border: 2.5px solid var(--ink); border-radius: 999px; box-shadow: var(--shadow-md); padding: 15px; font-family: var(--font-rounded); font-weight: 900; font-size: 0.95rem; color: var(--ink); }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.breadcrumb-item { font-family: var(--font-noto); font-size: 0.72rem; color: var(--gray); }
.breadcrumb-item a { color: var(--gray); transition: color 120ms; }
.breadcrumb-item a:hover { color: var(--ink); }
.breadcrumb-sep { font-size: 0.7rem; color: var(--border); }

/* ============================================================
   PAGE HEADER
   ============================================================ */
.page-header { background: var(--cream); border-bottom: 2.5px solid var(--ink); padding: 48px 24px 40px; }
.page-header-inner { max-width: 1200px; margin: 0 auto; }
.page-header-en { font-family: var(--font-rounded); font-weight: 700; font-size: 0.7rem; color: var(--gray); letter-spacing: 0.15em; margin-bottom: 8px; }
.page-header-title { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(1.6rem, 4vw, 2.4rem); color: var(--ink); line-height: 1.2; }

/* ============================================================
   SECTION COMMON
   ============================================================ */
.section { padding: 80px 24px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-inner-narrow { max-width: 900px; margin: 0 auto; }
.section-inner-mid { max-width: 1000px; margin: 0 auto; }
.section-title-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 32px; flex-wrap: wrap; gap: 8px; }
.section-title { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(1.5rem, 3vw, 2rem); color: var(--ink); margin: 0; display: flex; align-items: center; gap: 10px; }
.section-title-en { font-family: var(--font-rounded); font-weight: 700; font-size: 0.7rem; color: var(--gray); letter-spacing: 0.15em; margin-bottom: 8px; }
.section-subtitle { font-family: var(--font-noto); font-size: 0.75rem; color: var(--gray); margin: 0; }
.section-link { font-family: var(--font-rounded); font-weight: 800; font-size: 0.82rem; color: var(--ink); display: flex; align-items: center; gap: 4px; transition: opacity 120ms; }
.section-link:hover { opacity: 0.7; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn { display: inline-flex; align-items: center; gap: 8px; border-radius: var(--radius-md); font-family: var(--font-rounded); font-weight: 900; cursor: pointer; transition: transform 120ms var(--ease-out), box-shadow 120ms; text-decoration: none; }
.btn:hover { transform: translate(-2px, -2px); }
.btn:active { transform: translate(1px, 1px); }
.btn-yellow { background: var(--yellow); border: 2.5px solid var(--ink); box-shadow: var(--shadow-lg); padding: 13px 24px; font-size: 0.92rem; color: var(--ink); }
.btn-yellow:hover { box-shadow: var(--shadow-xl); }
.btn-white { background: var(--white); border: 2px solid var(--ink); box-shadow: var(--shadow-lg); padding: 13px 22px; font-size: 0.92rem; color: var(--ink); }
.btn-white:hover { box-shadow: var(--shadow-xl); }
.btn-outline { background: var(--white); border: 2.5px solid var(--ink); box-shadow: var(--shadow-md); padding: 10px 20px; font-size: 0.82rem; color: var(--ink); }
.btn-outline:hover { box-shadow: var(--shadow-lg); }
.btn-pink { background: var(--pink); border: 2.5px solid var(--ink); box-shadow: var(--shadow-lg); padding: 14px 32px; font-size: 1rem; color: var(--white); }
.btn-pink:hover { box-shadow: var(--shadow-xl); }

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero { background: var(--white); padding: 60px 24px 80px; border-bottom: 2.5px solid var(--ink); }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-badge { display: inline-block; background: var(--yellow); border: 2px solid var(--ink); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); padding: 5px 14px; font-family: var(--font-rounded); font-weight: 900; font-size: 0.82rem; color: var(--ink); margin-bottom: 20px; }
.hero-title { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(2rem, 5vw, 3rem); color: var(--ink); line-height: 1.3; margin: 0 0 16px 0; letter-spacing: -0.01em; }
.hero-subtitle { font-family: var(--font-noto); font-size: 0.95rem; color: #555; line-height: 1.8; margin: 0 0 32px 0; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-right { position: relative; display: flex; justify-content: center; align-items: flex-end; }
.hero-char-img { width: 100%; max-width: 500px; position: relative; z-index: 1; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.06)); }
.hero-idea-board { position: absolute; top: -10px; right: -10px; width: 110px; z-index: 3; transform: rotate(4deg); filter: drop-shadow(2px 4px 8px rgba(0,0,0,0.1)); }
.hero-char-badge { position: absolute; bottom: 10px; left: -20px; width: 76px; height: 76px; background: var(--yellow); border: 2.5px solid var(--ink); border-radius: 50%; box-shadow: var(--shadow-md); overflow: hidden; display: flex; align-items: center; justify-content: center; z-index: 4; }
.hero-char-badge img { width: 72%; height: 72%; object-fit: contain; }
.hero-bubble { position: absolute; top: 20px; right: -20px; background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius-md); padding: 8px 14px; font-family: var(--font-rounded); font-weight: 800; font-size: 0.78rem; color: var(--ink); box-shadow: var(--shadow-sm); z-index: 5; white-space: nowrap; }
.hero-bubble::after { content: ''; position: absolute; bottom: -8px; left: 20px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid var(--ink); }

/* ============================================================
   DESIGN SERVICES SECTION
   ============================================================ */
.design-services { background: var(--white); padding: 80px 24px; border-bottom: 2.5px solid var(--ink); }
.design-services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-bottom: 12px; }
.service-card { background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-md); transition: transform 150ms var(--ease-out), box-shadow 150ms; }
.service-card:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-xl); }
.service-card-thumb { height: 185px; display: flex; align-items: center; justify-content: center; border-bottom: 2px solid var(--ink); position: relative; overflow: hidden; }
.service-card-thumb img { position: absolute; object-fit: contain; }
.service-card-thumb-emoji { font-size: 2.2rem; position: relative; z-index: 1; }
.service-card-num { position: absolute; top: 8px; left: 8px; background: var(--ink); color: var(--white); font-family: var(--font-rounded); font-weight: 900; font-size: 0.6rem; padding: 2px 6px; border-radius: 3px; z-index: 2; }
.service-card-body { padding: 12px 10px 14px; }
.service-card-title { font-family: var(--font-rounded); font-weight: 900; font-size: 0.82rem; color: var(--ink); margin: 0 0 6px 0; line-height: 1.3; }
.service-card-desc { font-family: var(--font-noto); font-size: 0.72rem; color: #555; line-height: 1.6; margin: 0 0 10px 0; }
.service-card-price { font-family: var(--font-rounded); font-weight: 900; font-size: 1rem; color: var(--ink); margin: 0 0 8px 0; }
.service-card-link { font-family: var(--font-rounded); font-weight: 800; font-size: 0.7rem; color: var(--blue); display: flex; align-items: center; gap: 4px; transition: opacity 120ms; }
.service-card-link:hover { opacity: 0.7; }
.design-services-note { text-align: center; font-family: var(--font-noto); font-size: 0.72rem; color: var(--gray); margin-top: 12px; }

/* ============================================================
   WHY SECTION
   ============================================================ */
.why { background:#f5f1e9; padding:96px 0; color:#171717; }
.why .section-inner { max-width:1280px; margin:0 auto; padding:0 24px; }
.why-head { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:end; margin-bottom:64px; }
.why-en { font-size:14px; font-weight:900; letter-spacing:0.08em; margin:0 0 16px; }
.why-en::after { content:""; display:block; width:40px; height:3px; background:#171717; margin-top:12px; }
.why .section-title { font-size:clamp(40px, 5vw, 64px); line-height:1.25; margin:0; letter-spacing:0.02em; }
.why-lead { font-size:16px; line-height:2.1; font-weight:700; margin:0; }

.why-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:32px; }
.why-card { position:relative; min-height:360px; background:#fffdf8; border:3px solid #171717; padding:54px 48px 36px; box-shadow:10px 10px 0 #f5c400, 13px 13px 0 #171717; overflow:hidden; }
.why-card::after { content:""; position:absolute; right:0; bottom:0; width:120px; height:100px; background:radial-gradient(#171717 1px, transparent 1px); background-size:7px 7px; opacity:.25; }
.why-card-num { position:absolute; top:0; left:0; width:76px; height:64px; background:#171717; color:#fff; display:flex; align-items:center; justify-content:center; font-size:34px; font-weight:900; border-radius:0 0 14px 0; }
.why-card-title { font-size:28px; line-height:1.4; margin:0 0 24px; padding-left:72px; font-weight:900; }
.why-card-title::after { content:""; display:block; width:32px; height:4px; background:#f5c400; margin-top:18px; }
.why-card-desc { font-size:15px; line-height:2; font-weight:700; margin:0; }

.why-card-graphic { position:absolute; left:50%; bottom:48px; transform:translateX(-50%); width:210px; height:90px; z-index:1; }
.why-card-graphic-talk::before { content:""; position:absolute; left:20px; top:20px; width:88px; height:54px; border:3px solid #171717; border-radius:50%; background:#fff; }
.why-card-graphic-talk::after { content:""; position:absolute; right:22px; top:8px; width:98px; height:64px; border:3px solid #171717; border-radius:50%; background:radial-gradient(#171717 2px, transparent 3px); background-size:18px 18px; }

.why-card-graphic-chart::before { content:""; position:absolute; left:26px; bottom:0; width:92px; height:78px; border-bottom:3px solid #171717; background:linear-gradient(to right, transparent 0 18px, #171717 18px 21px, transparent 21px 38px, #f5c400 38px 60px, transparent 60px 76px, #171717 76px 79px); }
.why-card-graphic-chart::after { content:""; position:absolute; right:20px; bottom:0; width:78px; height:78px; border:3px solid #171717; border-radius:50%; background:conic-gradient(#f5c400 0 90deg, transparent 90deg); }

.why-card-graphic-square::before { content:""; position:absolute; left:44px; top:18px; width:64px; height:64px; border:3px solid #171717; background:#fff; }
.why-card-graphic-square::after { content:""; position:absolute; right:42px; top:38px; width:64px; height:64px; border:3px solid #171717; background:#f5c400; box-shadow:-34px -20px 0 -3px #fff, -34px -20px 0 0 #171717; }

@media (max-width:900px) {
  .why { padding:72px 0; }
  .why-head { grid-template-columns:1fr; gap:28px; margin-bottom:40px; }
  .why-grid { grid-template-columns:1fr; }
  .why-card { min-height:320px; padding:48px 32px 36px; }
}

/* ============================================================
   FLOW SECTION
   ============================================================ */
.flow { background: var(--white); padding: 80px 24px; border-bottom: 2.5px solid var(--ink); }
.flow-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.flow-item { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; }
.flow-item:not(:last-child)::after { content: '›'; position: absolute; right: -8px; top: 28px; font-size: 1.2rem; color: var(--gray); z-index: 1; }
.flow-num { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; font-family: var(--font-rounded); font-weight: 900; font-size: 0.7rem; color: var(--ink); margin-bottom: 8px; box-shadow: var(--shadow-sm); flex-shrink: 0; }
.flow-char { width: 64px; height: 64px; background: var(--cream); border: 2px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 10px; box-shadow: var(--shadow-sm); }
.flow-char img { width: 80%; height: 80%; object-fit: contain; }
.flow-title { font-family: var(--font-rounded); font-weight: 900; font-size: 0.85rem; color: var(--ink); margin-bottom: 6px; }
.flow-desc { font-family: var(--font-noto); font-size: 0.72rem; color: #555; line-height: 1.6; }

/* ============================================================
   WORKS SECTION
   ============================================================ */
.works { background: #f5f0e8; padding: 80px 24px; border-bottom: 2.5px solid var(--ink); }
.works-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.work-card { background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-md); transition: transform 150ms var(--ease-out), box-shadow 150ms; display: block; text-decoration: none; }
.work-card:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-xl); }
.work-card-thumb { height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 2px solid var(--ink); font-size: 2.5rem; position: relative; overflow: hidden; }
.work-card-thumb img { position: absolute; bottom: -4px; right: 8px; width: 44px; height: 44px; object-fit: contain; opacity: 0.9; }
.work-card-thumb-emoji { position: relative; z-index: 1; }
.work-card-body { padding: 10px 10px 12px; }
.work-card-title { font-family: var(--font-rounded); font-weight: 800; font-size: 0.72rem; color: var(--ink); margin: 0 0 2px 0; line-height: 1.4; }
.work-card-note { font-family: var(--font-noto); font-size: 0.62rem; color: var(--gray); margin: 0; }

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-section { background: var(--white); padding: 80px 24px; border-bottom: 2.5px solid var(--ink); }
.faq-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.faq-left { display: flex; gap: 32px; align-items: flex-start; }
.faq-left-char { flex-shrink: 0; }
.faq-left-char img { width: 100px; height: auto; }
.faq-list { flex: 1; }
.faq-item { border-bottom: 1.5px solid var(--border); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; font-family: var(--font-rounded); font-weight: 800; font-size: 0.9rem; color: var(--ink); cursor: pointer; gap: 12px; }
.faq-question:hover { color: var(--blue); }
.faq-icon { font-size: 1.2rem; flex-shrink: 0; transition: transform 200ms var(--ease-out); line-height: 1; }
.faq-item.is-open .faq-icon { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 0 16px 0; font-family: var(--font-noto); font-size: 0.85rem; color: #555; line-height: 1.8; }
.faq-item.is-open .faq-answer { display: block; }
.faq-cta-card { background: var(--cream); border: 2.5px solid var(--ink); border-radius: var(--radius-lg); padding: 32px 28px; box-shadow: var(--shadow-md); }
.faq-cta-title { font-family: var(--font-rounded); font-weight: 900; font-size: 1.1rem; color: var(--ink); margin: 0 0 12px 0; }
.faq-cta-desc { font-family: var(--font-noto); font-size: 0.85rem; color: #555; line-height: 1.8; margin: 0 0 24px 0; }
.faq-cta-char { display: flex; justify-content: flex-end; margin-bottom: 16px; }
.faq-cta-char img { width: 80px; height: auto; }

/* ============================================================
   CREATIVE SECTION TOP
   ============================================================ */
.creative-switch { background: #f5f0e8; border-top: 3px solid #1a1a1a; border-bottom: 3px solid #1a1a1a; padding: 72px 24px; text-align: center; position: relative; }
.creative-switch__inner { max-width: 900px; margin: 0 auto; }
.creative-switch__label { display: inline-block; background: #f06080; color: #fff; border: 2px solid #1a1a1a; border-radius: 999px; padding: 6px 16px; font-family: var(--font-rounded); font-weight: 900; font-size: 0.72rem; letter-spacing: 0.12em; box-shadow: 3px 3px 0 #1a1a1a; margin-bottom: 18px; }
.creative-switch__title { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(1.6rem, 4vw, 2.5rem); color: #1a1a1a; margin-bottom: 18px; }
.creative-switch__text { font-family: var(--font-noto); font-size: 0.92rem; color: #555; line-height: 1.9; }
.creative-top { background: var(--cream); padding: 80px 24px; border-bottom: 2.5px solid var(--ink); }
.creative-top-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 32px; flex-wrap: wrap; gap: 16px; }
.creative-top-desc { font-family: var(--font-noto); font-size: 0.85rem; color: #555; line-height: 1.8; margin: 8px 0 0 0; max-width: 400px; }
.creative-cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.creative-cat-card { background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius-md); padding: 20px 12px 16px; box-shadow: var(--shadow-md); display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; transition: transform 150ms var(--ease-out), box-shadow 150ms; cursor: pointer; text-decoration: none; }
.creative-cat-card:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-xl); }
.creative-cat-icon { width: 56px; height: 56px; border: 2px solid var(--ink); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: var(--shadow-sm); }
.creative-cat-label { font-family: var(--font-rounded); font-weight: 900; font-size: 0.78rem; color: var(--ink); }

/* ============================================================
   LAB SECTION TOP
   ============================================================ */
.lab-top { background: var(--white); padding: 80px 24px; }
.lab-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 24px; }
.lab-card { background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-md); transition: transform 150ms var(--ease-out), box-shadow 150ms; display: block; text-decoration: none; }
.lab-card:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-xl); }
.lab-card-thumb { height: 90px; display: flex; align-items: center; justify-content: center; border-bottom: 2px solid var(--ink); font-size: 2.2rem; }
.lab-card-body { padding: 10px 10px 12px; }
.lab-card-num { font-family: var(--font-noto); font-size: 0.62rem; color: var(--gray); margin: 0 0 4px 0; }
.lab-card-title { font-family: var(--font-rounded); font-weight: 800; font-size: 0.72rem; color: var(--ink); margin: 0; line-height: 1.4; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--white); border-top: 2.5px solid var(--ink); padding: 48px 24px 0; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 200px 1fr auto; gap: 48px; align-items: start; padding-bottom: 32px; }
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-logo-img { height: 32px; width: auto; }
.footer-desc { font-family: var(--font-noto); font-size: 0.75rem; color: var(--gray); line-height: 1.8; }
.footer-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.footer-nav-col { display: flex; flex-direction: column; gap: 6px; }
.footer-nav-heading { font-family: var(--font-rounded); font-weight: 900; font-size: 0.75rem; color: var(--ink); margin-bottom: 4px; }
.footer-nav-link { font-family: var(--font-noto); font-size: 0.75rem; color: var(--gray); transition: color 120ms; }
.footer-nav-link:hover { color: var(--ink); }
.footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.footer-cta-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--yellow); border: 2px solid var(--ink); border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: 10px 18px; font-family: var(--font-rounded); font-weight: 900; font-size: 0.82rem; color: var(--ink); white-space: nowrap; transition: transform 120ms var(--ease-out), box-shadow 120ms; }
.footer-cta-btn:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-xl); }
.footer-sns { display: flex; align-items: center; gap: 8px; }
.footer-sns-label { font-family: var(--font-rounded); font-weight: 700; font-size: 0.62rem; color: #aaa; margin-right: 4px; }
.footer-sns-btn { width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--ink); display: flex; align-items: center; justify-content: center; color: var(--ink); transition: background 150ms; }
.footer-sns-btn:hover { background: var(--pink); }
.footer-sns-x:hover { background: var(--blue); color: var(--white); }
.footer-copy { max-width: 1200px; margin: 0 auto; padding: 16px 0; border-top: 1.5px solid var(--border); text-align: center; font-family: var(--font-rounded); font-size: 0.7rem; color: #aaa; }

/* ============================================================
   CTA SECTIONS
   ============================================================ */
.cta-yellow { background: var(--yellow); border-top: 2.5px solid var(--ink); padding: 80px 24px; text-align: center; }
.cta-pink { background: var(--pink); border-top: 2.5px solid var(--ink); padding: 80px 24px; text-align: center; }
.cta-cream { background: var(--cream); border-top: 2.5px solid var(--ink); padding: 60px 24px; text-align: center; }
.cta-inner { max-width: 600px; margin: 0 auto; }
.cta-title { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(1.4rem, 3vw, 2rem); color: var(--ink); margin: 0 0 16px 0; }
.cta-desc { font-family: var(--font-noto); font-size: 0.9rem; color: var(--ink); line-height: 1.8; margin: 0 0 32px 0; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   SUB LINKS GRID
   ============================================================ */
.sub-links { background: var(--cream); border-top: 2.5px solid var(--ink); border-bottom: 2.5px solid var(--ink); padding: 60px 24px; }
.sub-links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sub-link-card { background: var(--white); border: 2.5px solid var(--ink); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-lg); cursor: pointer; transition: transform 150ms var(--ease-out), box-shadow 150ms; display: flex; align-items: center; gap: 16px; text-decoration: none; }
.sub-link-card:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-xl); }
.sub-link-icon { width: 48px; height: 48px; border: 2px solid var(--ink); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; box-shadow: var(--shadow-sm); }
.sub-link-title { font-family: var(--font-rounded); font-weight: 900; font-size: 1rem; color: var(--ink); margin: 0 0 4px 0; }
.sub-link-desc { font-family: var(--font-noto); font-size: 0.78rem; color: #666; margin: 0; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
body { cursor: none; }

.fly-cursor { position: fixed; left: 0; top: 0; width: 70px; height: 70px; z-index: 99999; pointer-events: none; transform: translate(-50%, -50%); transform: rotate(-35deg); }
.fly-cursor img { width: 100%; height: 100%; object-fit: contain; display: block; }

.about-label { font-family: var(--font-rounded); font-weight: 900; font-size: 0.72rem; color: #999; letter-spacing: 0.16em; margin: 0 0 14px; }

.about-hero { position: relative; overflow: hidden; background: #fffaf0; padding: 96px 24px; border-bottom: 2.5px solid var(--ink); }
.about-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-hero-title { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(2.4rem, 6vw, 5.4rem); line-height: 1.08; color: var(--ink); margin: 0 0 28px; letter-spacing: -0.04em; }
.about-hero-title span { color: #ef5b7a; }
.about-hero-desc { font-family: var(--font-noto); font-weight: 700; font-size: 0.95rem; line-height: 2.1; color: #333; margin: 0 0 18px; }
.about-hero-visual { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; }

.kusuo-eye-wrap { position: relative; width: min(420px, 80vw); }
.kusuo-body { display: block; width: 100%; height: auto; filter: drop-shadow(0 14px 22px rgba(0,0,0,0.12)); }

.kusuo-eye { position: absolute; width: 18px; height: 18px; background: #fff; border: 2.5px solid var(--ink); border-radius: 50%; overflow: hidden; }
.kusuo-eye span { position: absolute; left: 50%; top: 50%; width: 6px; height: 6px; background: var(--ink); border-radius: 50%; transform: translate(-50%, -50%); }

.kusuo-eye-left { left: 41%; top: 35%; }
.kusuo-eye-right { left: 53%; top: 35%; }

.about-doodle { position: absolute; font-family: var(--font-rounded); font-weight: 900; font-size: 0.75rem; color: var(--ink); letter-spacing: 0.18em; transform: rotate(-10deg); }
.about-doodle-idea { left: 4%; top: 10%; }
.about-doodle-design { right: 3%; top: 22%; transform: rotate(12deg); }
.about-doodle-web { left: 10%; bottom: 18%; transform: rotate(8deg); }

.about-story { background: #fff; padding: 96px 24px; border-bottom: 2.5px solid var(--ink); }
.about-section-head { max-width: 760px; margin: 0 0 48px; }
.about-section-title { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.35; color: var(--ink); margin: 0 0 18px; }
.about-section-lead { font-family: var(--font-noto); font-weight: 700; font-size: 0.95rem; line-height: 2; color: #555; margin: 0; }

.about-step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-step-card { background: #fffaf0; border: 2.5px solid var(--ink); border-radius: 18px; padding: 28px 24px; box-shadow: 5px 5px 0 var(--ink); }
.about-step-card span { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: #f5c800; border: 2.5px solid var(--ink); border-radius: 50%; font-family: var(--font-rounded); font-weight: 900; font-size: 0.85rem; margin: 0 0 18px; }
.about-step-card h3 { font-family: var(--font-rounded); font-weight: 900; font-size: 1.2rem; color: var(--ink); margin: 0 0 12px; }
.about-step-card p { font-family: var(--font-noto); font-weight: 700; font-size: 0.84rem; line-height: 1.85; color: #555; margin: 0; }

.about-service { background: #f5f0e8; padding: 96px 24px; border-bottom: 2.5px solid var(--ink); }
.about-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-service-card { background: #fff; border: 2.5px solid var(--ink); border-radius: 18px; padding: 30px 24px; min-height: 190px; box-shadow: 5px 5px 0 var(--ink); }
.about-service-card h3 { font-family: var(--font-rounded); font-weight: 900; font-size: 1.5rem; color: #ef5b7a; margin: 0 0 18px; letter-spacing: 0.04em; }
.about-service-card p { font-family: var(--font-noto); font-weight: 700; font-size: 0.84rem; line-height: 1.85; color: #555; margin: 0; }

.about-profile { background: #fff; padding: 96px 24px; border-bottom: 2.5px solid var(--ink); }
.about-profile-inner { max-width: 900px; }
.about-profile-card { background: #fffaf0; border: 2.5px solid var(--ink); border-radius: 24px; padding: 42px; box-shadow: 7px 7px 0 var(--ink); }
.about-profile-main { display: flex; gap: 28px; align-items: center; margin: 0 0 32px; }
.about-profile-icon { width: 110px; height: 110px; background: #f5c800; border: 2.5px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 4px 4px 0 var(--ink); overflow: hidden; }
.about-profile-icon img { width: 76%; height: 76%; object-fit: contain; }
.about-profile-main h2 { font-family: var(--font-rounded); font-weight: 900; font-size: 1.8rem; color: var(--ink); margin: 0 0 10px; }
.about-profile-main p:last-child { font-family: var(--font-noto); font-weight: 700; font-size: 0.9rem; line-height: 1.8; color: #555; margin: 0; }

.about-info-table { width: 100%; border-collapse: collapse; }
.about-info-table tr { border-bottom: 1.5px solid #ded6ca; }
.about-info-table tr:last-child { border-bottom: none; }
.about-info-table th { font-family: var(--font-rounded); font-weight: 900; font-size: 0.85rem; color: #777; padding: 18px 24px 18px 0; text-align: left; width: 160px; vertical-align: top; }
.about-info-table td { font-family: var(--font-noto); font-weight: 700; font-size: 0.88rem; color: var(--ink); padding: 18px 0; line-height: 1.8; }

.about-cta { background: #f5c800; padding: 72px 24px; }
.about-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.about-cta h2 { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(1.6rem, 4vw, 2.8rem); color: var(--ink); margin: 0 0 14px; }
.about-cta p { font-family: var(--font-noto); font-weight: 700; font-size: 0.92rem; line-height: 1.9; color: var(--ink); margin: 0; }
.about-cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-width: 240px; background: var(--ink); color: #fff; border: 2.5px solid var(--ink); border-radius: 999px; padding: 18px 30px; font-family: var(--font-rounded); font-weight: 900; font-size: 0.95rem; text-decoration: none; box-shadow: 5px 5px 0 rgba(0,0,0,0.25); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.about-cta-btn:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 rgba(0,0,0,0.25); }

@media (max-width: 900px) {
  body { cursor: auto; }
  .fly-cursor { display: none; }
  .about-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-hero-visual { min-height: auto; }
  .about-step-grid { grid-template-columns: repeat(2, 1fr); }
  .about-service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-cta-inner { display: block; }
  .about-cta-btn { margin-top: 28px; }
}

@media (max-width: 600px) {
  .about-hero { padding: 64px 20px; }
  .about-story { padding: 64px 20px; }
  .about-service { padding: 64px 20px; }
  .about-profile { padding: 64px 20px; }
  .about-step-grid { grid-template-columns: 1fr; }
  .about-service-grid { grid-template-columns: 1fr; }
  .about-profile-card { padding: 28px 22px; }
  .about-profile-main { display: block; }
  .about-profile-icon { margin-bottom: 20px; }
  .about-info-table th { display: block; width: auto; padding: 16px 0 4px; }
  .about-info-table td { display: block; padding: 0 0 16px; }
}

/* ============================================================
   WORKS PAGE
   ============================================================ */
.works-page { background: var(--white); padding: 80px 24px; }
.works-filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.filter-btn { background: var(--white); border: 2px solid var(--ink); border-radius: 100px; padding: 6px 16px; font-family: var(--font-rounded); font-weight: 700; font-size: 0.78rem; color: var(--ink); cursor: pointer; transition: background 150ms, box-shadow 150ms; }
.filter-btn:hover { background: var(--cream); }
.filter-btn.is-active { background: var(--yellow); box-shadow: var(--shadow-sm); }
.works-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.work-page-card { background: var(--white); border: 2.5px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); transition: transform 150ms var(--ease-out), box-shadow 150ms; display: block; text-decoration: none; }
.work-page-card:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-xl); }
.work-page-thumb { height: 180px; display: flex; align-items: center; justify-content: center; border-bottom: 2.5px solid var(--ink); font-size: 3rem; position: relative; overflow: hidden; }
.work-page-thumb img { position: absolute; bottom: -4px; right: 12px; width: 56px; height: 56px; object-fit: contain; opacity: 0.9; }
.work-page-thumb-emoji { position: relative; z-index: 1; }
.work-page-body { padding: 16px 16px 20px; }
.work-page-cat { display: inline-block; background: var(--cream); border: 1.5px solid var(--border); border-radius: 4px; padding: 2px 8px; font-family: var(--font-rounded); font-weight: 700; font-size: 0.65rem; color: var(--gray); margin-bottom: 8px; }
.work-page-title { font-family: var(--font-rounded); font-weight: 900; font-size: 0.95rem; color: var(--ink); margin: 0 0 4px 0; line-height: 1.4; }
.work-page-note { font-family: var(--font-noto); font-size: 0.75rem; color: var(--gray); margin: 0; }

/* ============================================================
   PRICE PAGE
   ============================================================ */
.price-page { background: var(--white); padding: 80px 24px; border-bottom: 2.5px solid var(--ink); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { background: var(--white); border: 2.5px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.price-card-header { padding: 20px 20px 16px; border-bottom: 2px solid var(--ink); }
.price-card-num { font-family: var(--font-rounded); font-weight: 900; font-size: 0.65rem; color: var(--white); background: var(--ink); padding: 2px 8px; border-radius: 3px; display: inline-block; margin-bottom: 8px; }
.price-card-title { font-family: var(--font-rounded); font-weight: 900; font-size: 1.1rem; color: var(--ink); margin: 0 0 4px 0; }
.price-card-desc { font-family: var(--font-noto); font-size: 0.78rem; color: #666; margin: 0; line-height: 1.6; }
.price-card-body { padding: 20px; }
.price-card-price { font-family: var(--font-rounded); font-weight: 900; font-size: 1.4rem; color: var(--ink); margin: 0 0 12px 0; }
.price-card-price span { font-size: 0.8rem; font-weight: 700; }
.price-card-includes { list-style: none; margin: 0 0 16px 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.price-card-includes li { font-family: var(--font-noto); font-size: 0.78rem; color: #555; padding-left: 16px; position: relative; }
.price-card-includes li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.options-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.option-card { background: var(--white); border: 2.5px solid var(--ink); border-radius: var(--radius-md); padding: 20px 24px; box-shadow: var(--shadow-md); display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.option-title { font-family: var(--font-rounded); font-weight: 900; font-size: 0.95rem; color: var(--ink); margin: 0 0 6px 0; }
.option-desc { font-family: var(--font-noto); font-size: 0.8rem; color: #666; margin: 0; line-height: 1.6; }
.option-price { font-family: var(--font-rounded); font-weight: 900; font-size: 0.95rem; color: var(--ink); flex-shrink: 0; background: var(--yellow); border: 2px solid var(--ink); border-radius: var(--radius-sm); padding: 4px 10px; box-shadow: var(--shadow-sm); white-space: nowrap; }

/* ============================================================
   FLOW PAGE
   ============================================================ */
.flow-page { background: var(--white); padding: 80px 24px; border-bottom: 2.5px solid var(--ink); }
.flow-page-list { display: flex; flex-direction: column; gap: 0; }
.flow-page-item { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1.5px solid var(--border); align-items: flex-start; }
.flow-page-item:last-child { border-bottom: none; }
.flow-page-num-wrap { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.flow-page-num { width: 48px; height: 48px; background: var(--yellow); border: 2.5px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-rounded); font-weight: 900; font-size: 0.85rem; color: var(--ink); box-shadow: var(--shadow-sm); }
.flow-page-char { width: 60px; height: 60px; background: var(--cream); border: 2px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.flow-page-char img { width: 80%; height: 80%; object-fit: contain; }
.flow-page-title { font-family: var(--font-rounded); font-weight: 900; font-size: 1.1rem; color: var(--ink); margin: 0 0 8px 0; }
.flow-page-desc { font-family: var(--font-noto); font-size: 0.85rem; color: #555; line-height: 1.8; margin: 0 0 12px 0; }
.flow-page-period { display: inline-block; background: var(--cream); border: 1.5px solid var(--border); border-radius: 4px; padding: 3px 10px; font-family: var(--font-rounded); font-weight: 700; font-size: 0.72rem; color: var(--gray); }

/* ============================================================
   CREATIVE PAGE
   ============================================================ */
.creative-page { background: var(--white); padding: 80px 24px; border-bottom: 2.5px solid var(--ink); }
.creative-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.creative-about-char { display: flex; justify-content: center; }
.creative-about-char img { max-width: 280px; width: 100%; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.08)); }
.creative-about-title { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(1.4rem, 3vw, 1.8rem); color: var(--ink); margin: 0 0 16px 0; line-height: 1.3; }
.creative-about-desc { font-family: var(--font-noto); font-size: 0.88rem; color: #555; line-height: 1.9; margin: 0; }
.cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }

/* ============================================================
   LAB PAGE
   ============================================================ */
.lab-page { background: var(--white); padding: 80px 24px; }
.lab-page-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lab-page-card { background: var(--white); border: 2.5px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); transition: transform 150ms var(--ease-out), box-shadow 150ms; display: block; text-decoration: none; }
.lab-page-card:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-xl); }
.lab-page-thumb { height: 140px; display: flex; align-items: center; justify-content: center; border-bottom: 2.5px solid var(--ink); font-size: 3rem; }
.lab-page-body { padding: 14px 14px 18px; }
.lab-page-num { font-family: var(--font-noto); font-size: 0.65rem; color: var(--gray); margin: 0 0 6px 0; }
.lab-page-title { font-family: var(--font-rounded); font-weight: 900; font-size: 0.85rem; color: var(--ink); margin: 0 0 6px 0; line-height: 1.4; }
.lab-page-date { font-family: var(--font-noto); font-size: 0.68rem; color: #aaa; }

/* ============================================================
   CHARACTER PAGE
   ============================================================ */
.char-page { background: var(--white); padding: 80px 24px; border-bottom: 2.5px solid var(--ink); }
.char-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 64px; }
.char-hero-img { display: flex; justify-content: center; }
.char-hero-img img { max-width: 300px; width: 100%; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.08)); }
.char-name { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--ink); margin: 0 0 4px 0; }
.char-name-en { font-family: var(--font-rounded); font-weight: 700; font-size: 0.85rem; color: var(--gray); letter-spacing: 0.1em; margin-bottom: 16px; }
.char-desc { font-family: var(--font-noto); font-size: 0.88rem; color: #555; line-height: 1.9; margin: 0 0 24px 0; }
.char-profile-table { width: 100%; border-collapse: collapse; }
.char-profile-table tr { border-bottom: 1.5px solid var(--border); }
.char-profile-table th { font-family: var(--font-rounded); font-weight: 800; font-size: 0.78rem; color: var(--ink); padding: 10px 16px 10px 0; width: 120px; vertical-align: top; }
.char-profile-table td { font-family: var(--font-noto); font-size: 0.82rem; color: #555; padding: 10px 0; }
.char-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.char-gallery-item { background: var(--cream); border: 2.5px solid var(--ink); border-radius: var(--radius-lg); padding: 24px 16px; box-shadow: var(--shadow-md); display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.char-gallery-img { width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.char-gallery-label { font-family: var(--font-rounded); font-weight: 800; font-size: 0.82rem; color: var(--ink); }

/* ============================================================
   LIBRARY PAGE
   ============================================================ */
.library-page { background: var(--white); padding: 80px 24px; }
.library-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.library-card { background: var(--white); border: 2.5px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); transition: transform 150ms var(--ease-out), box-shadow 150ms; cursor: pointer; }
.library-card:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-xl); }
.library-card-header { padding: 20px; border-bottom: 2.5px solid var(--ink); display: flex; justify-content: space-between; align-items: flex-start; }
.library-card-type { background: var(--ink); color: var(--white); font-family: var(--font-rounded); font-weight: 900; font-size: 0.65rem; padding: 3px 8px; border-radius: 4px; letter-spacing: 0.08em; }
.library-card-date { font-family: var(--font-noto); font-size: 0.72rem; color: var(--ink); opacity: 0.7; }
.library-card-body { padding: 20px; }
.library-card-title { font-family: var(--font-rounded); font-weight: 900; font-size: 0.95rem; color: var(--ink); margin: 0 0 8px 0; line-height: 1.4; }
.library-card-desc { font-family: var(--font-noto); font-size: 0.78rem; color: #666; line-height: 1.7; margin: 0 0 12px 0; }
.library-card-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.library-tag { background: var(--cream); border: 1.5px solid var(--border); border-radius: 4px; padding: 2px 8px; font-family: var(--font-noto); font-size: 0.7rem; color: var(--gray); }

/* ============================================================
   FAQ PAGE
   ============================================================ */
.faq-page { background: var(--white); padding: 80px 24px; }
.faq-page-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.faq-page-char { display: flex; justify-content: center; }
.faq-page-char img { max-width: 200px; width: 100%; }
.faq-page-list { display: flex; flex-direction: column; }
.faq-page-cat { font-family: var(--font-rounded); font-weight: 900; font-size: 0.85rem; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); border-radius: var(--radius-sm); padding: 6px 16px; display: inline-block; margin: 24px 0 12px 0; box-shadow: var(--shadow-sm); }
.faq-page-cat:first-child { margin-top: 0; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-page { background: var(--white); padding: 80px 24px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-info-title { font-family: var(--font-rounded); font-weight: 900; font-size: 1.2rem; color: var(--ink); margin: 0 0 8px 0; }
.contact-info-desc { font-family: var(--font-noto); font-size: 0.85rem; color: #555; line-height: 1.9; margin: 0; }
.contact-info-char { display: flex; justify-content: center; }
.contact-info-char img { max-width: 200px; width: 100%; }
.contact-form-wrap { background: var(--cream); border: 2.5px solid var(--ink); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-md); }
.contact-form-title { font-family: var(--font-rounded); font-weight: 900; font-size: 1.1rem; color: var(--ink); margin: 0 0 24px 0; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.form-label { font-family: var(--font-rounded); font-weight: 800; font-size: 0.82rem; color: var(--ink); }
.form-required { color: #e05050; margin-left: 4px; }
.form-input { background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius-sm); padding: 10px 14px; font-family: var(--font-noto); font-size: 0.88rem; color: var(--ink); width: 100%; transition: border-color 150ms, box-shadow 150ms; outline: none; }
.form-input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(74,144,217,0.15); }
.form-textarea { resize: vertical; min-height: 140px; }
.form-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a1a1a' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; padding-right: 2.5rem; }
.form-submit { width: 100%; background: var(--yellow); border: 2.5px solid var(--ink); border-radius: var(--radius-md); padding: 14px; font-family: var(--font-rounded); font-weight: 900; font-size: 0.95rem; color: var(--ink); cursor: pointer; box-shadow: var(--shadow-md); transition: transform 120ms var(--ease-out), box-shadow 120ms; }
.form-submit:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow-xl); }
.form-note { font-family: var(--font-noto); font-size: 0.72rem; color: #aaa; text-align: center; margin: 8px 0 0 0; }
.contact-success { background: var(--white); border: 2.5px solid var(--green); border-radius: var(--radius-lg); padding: 32px; text-align: center; }
.contact-success-title { font-family: var(--font-rounded); font-weight: 900; font-size: 1.2rem; color: var(--ink); margin: 0 0 12px 0; }
.contact-success-desc { font-family: var(--font-noto); font-size: 0.85rem; color: #555; line-height: 1.8; margin: 0; }

/* ============================================================
   404 PAGE
   ============================================================ */
.page-404 { background: var(--white); padding: 120px 24px; text-align: center; }
.page-404-num { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(4rem, 12vw, 8rem); color: var(--yellow); line-height: 1; margin-bottom: 8px; text-shadow: 4px 4px 0 var(--ink); }
.page-404-title { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(1.2rem, 3vw, 1.8rem); color: var(--ink); margin: 0 0 16px 0; }
.page-404-desc { font-family: var(--font-noto); font-size: 0.9rem; color: #555; line-height: 1.8; margin: 0 0 32px 0; }
.page-404-char { width: 120px; height: 120px; margin: 0 auto 32px; }
.page-404-char img { width: 100%; height: 100%; object-fit: contain; }

/* ============================================================
   SINGLE WORKS / LAB
   ============================================================ */
.single-header { background: var(--cream); border-bottom: 2.5px solid var(--ink); padding: 48px 24px 40px; }
.single-header-inner { max-width: 900px; margin: 0 auto; }
.single-cat { display: inline-block; background: var(--yellow); border: 1.5px solid var(--ink); border-radius: 4px; padding: 3px 10px; font-family: var(--font-rounded); font-weight: 700; font-size: 0.72rem; color: var(--ink); margin-bottom: 12px; }
.single-title { font-family: var(--font-rounded); font-weight: 900; font-size: clamp(1.4rem, 3vw, 2rem); color: var(--ink); margin: 0 0 12px 0; line-height: 1.3; }
.single-meta { font-family: var(--font-noto); font-size: 0.78rem; color: var(--gray); }
.single-body { max-width: 900px; margin: 0 auto; padding: 60px 24px; }
.single-thumb { background: var(--cream); border: 2.5px solid var(--ink); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 40px; }
.single-thumb img { width: 100%; height: auto; }
.single-content { font-family: var(--font-noto); font-size: 0.9rem; color: #444; line-height: 1.9; }
.single-content h2 { font-family: var(--font-rounded); font-weight: 900; font-size: 1.2rem; color: var(--ink); margin: 32px 0 12px 0; }
.single-content p { margin-bottom: 16px; }
.single-back { margin-top: 48px; padding-top: 32px; border-top: 1.5px solid var(--border); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .design-services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1024px) {
  .header-nav { display: none; }
  .hamburger { display: flex; }
  .header-cta { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); }
  .works-grid { grid-template-columns: repeat(3, 1fr); }
  .lab-grid { grid-template-columns: repeat(3, 1fr); }
  .creative-cat-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .flow-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .about-intro-grid { grid-template-columns: 1fr; }
  .about-intro-char { display: none; }
  .about-values-grid { grid-template-columns: 1fr; }
  .creative-about-grid { grid-template-columns: 1fr; }
  .creative-about-char { display: none; }
  .char-hero { grid-template-columns: 1fr; }
  .char-gallery { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-page-layout { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .works-page-grid { grid-template-columns: repeat(2, 1fr); }
  .lab-page-grid { grid-template-columns: repeat(2, 1fr); }
  .library-grid { grid-template-columns: repeat(2, 1fr); }
  .sub-links-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .design-services-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .works-grid { grid-template-columns: repeat(2, 1fr); }
  .lab-grid { grid-template-columns: repeat(2, 1fr); }
  .options-grid { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .design-services-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .char-gallery { grid-template-columns: 1fr; }
  .library-grid { grid-template-columns: 1fr; }
  .works-page-grid { grid-template-columns: 1fr; }
  .lab-page-grid { grid-template-columns: 1fr; }
}
