/*
Theme Name: Talon
Theme URI: https://talon.photo
Author: Talon
Author URI: https://talon.photo
Description: Talon クリエイティブユニット 公式サイトテーマ
Version: 1.0.0
License: Private
Text Domain: talon
*/

/* ─────────────────────────────────────────
   CSS カスタムプロパティ
───────────────────────────────────────── */
:root {
  --bg:      #0e0e0d;
  --bg2:     #141413;
  --bg3:     #1c1c1a;
  --cream:   #f0ede6;
  --cream2:  #c8c3b8;
  --cream3:  #8a8680;
  --accent:  #d4a853;
  --accent2: #e8c07a;
  --white:   #ffffff;
  --line:    rgba(240,237,230,0.09);
  --f-dis: 'Cormorant Garamond', serif;
  --f-bod: 'Noto Sans JP', sans-serif;
  --f-mon: 'DM Mono', monospace;
}

/* ─── リセット・ベース ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--cream);
  font-family: var(--f-bod); font-weight: 300; line-height: 1.85;
  overflow-x: hidden; cursor: none;
}
body::before {
  content: ''; position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 9000; opacity: 0.35;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ─── カーソル ─── */
.cursor-dot {
  width: 6px; height: 6px; background: var(--cream); border-radius: 50%;
  position: fixed; top: 0; left: 0; transform: translate(-50%,-50%);
  pointer-events: none; z-index: 9999; mix-blend-mode: difference;
}
.cursor-ring {
  width: 36px; height: 36px; border: 1px solid rgba(240,237,230,0.45); border-radius: 50%;
  position: fixed; top: 0; left: 0; transform: translate(-50%,-50%);
  pointer-events: none; z-index: 9998;
  transition: width .35s cubic-bezier(.16,1,.3,1), height .35s cubic-bezier(.16,1,.3,1), border-color .3s;
}
body.hovering .cursor-ring { width: 56px; height: 56px; border-color: var(--accent); }

/* ─── カーテン ─── */
#curtain {
  position: fixed; inset: 0; z-index: 8000; pointer-events: none;
  display: flex; align-items: center; justify-content: center;
}
#curtain-panel {
  position: absolute; inset: 0; background: var(--bg); transform-origin: top;
  animation: curtainOpen 1.0s cubic-bezier(0.76,0,0.24,1) 0.7s forwards;
}
@keyframes curtainOpen { from{transform:scaleY(1)} to{transform:scaleY(0)} }
#curtain-logo {
  position: relative; z-index: 1;
  font-family: var(--f-dis); font-size: 52px; font-weight: 300; letter-spacing: .08em;
  color: var(--cream); animation: logoFade .4s ease .5s forwards;
}
@keyframes logoFade { to{opacity:0} }
#curtain-logo span { color: var(--accent); }

/* ─── ヒーロー要素アニメーション ─── */
.h-anim { opacity: 0; }
#eyebrowInner { animation: fadeUp  .7s ease                     1.8s  forwards; }
#heroSubInner { animation: fadeUp  .7s ease                     1.85s forwards; }
#heroActions  { animation: fadeUp  .7s ease                     2.3s  forwards; }
#heroScroll   { animation: fadeUp  .7s ease                     2.6s  forwards; }
#heroBadges   { animation: slideL  .7s cubic-bezier(.16,1,.3,1) 2.4s  forwards; }
@keyframes fadeUp  { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)} }
@keyframes slideL  { from{opacity:0;transform:translateX(20px)} to{opacity:1;transform:translateX(0)} }

.clip-anim { transform: translateY(110%); }
#l1 { animation: clipUp 1s cubic-bezier(.16,1,.3,1) 2.0s  forwards; }
#l2 { animation: clipUp 1s cubic-bezier(.16,1,.3,1) 2.18s forwards; }
@keyframes clipUp { from{transform:translateY(110%)} to{transform:translateY(0)} }

.nav-anim { opacity: 0; transform: translateY(-8px); }
#navLogo { animation: fadeD .6s ease 1.9s  forwards; }
#nI1     { animation: fadeD .5s ease 2.0s  forwards; }
#nI2     { animation: fadeD .5s ease 2.07s forwards; }
#nI3     { animation: fadeD .5s ease 2.14s forwards; }
#nI4     { animation: fadeD .5s ease 2.21s forwards; }
#nI5     { animation: fadeD .5s ease 2.28s forwards; }
@keyframes fadeD { from{opacity:0;transform:translateY(-8px)} to{opacity:1;transform:translateY(0)} }

/* ─── マスク開放演出 ─── */
.mask-reveal {
  position: relative;
  overflow: hidden;
}
.mask-reveal::after {
  content: '';
  position: absolute; inset: 0;
  background: var(--accent);
  transform: translateX(-102%);
  z-index: 2;
  pointer-events: none;
}
.mask-reveal .mr {
  display: block;
  opacity: 0;
}
.mask-reveal.in::after {
  animation: maskPass 1.0s cubic-bezier(0.76,0,0.24,1) forwards;
}
.mask-reveal.in .mr {
  animation: textShow 0s 0.48s forwards;
}
@keyframes maskPass {
  0%   { transform: translateX(-102%); }
  48%  { transform: translateX(0%);    }
  100% { transform: translateX(102%);  }
}
@keyframes textShow { to { opacity: 1; } }

/* ─── スクロールreveal ─── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s cubic-bezier(.16,1,.3,1), transform .85s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.d1{transition-delay:.08s} .d2{transition-delay:.16s} .d3{transition-delay:.24s}
.d4{transition-delay:.32s} .d5{transition-delay:.40s} .d6{transition-delay:.48s}

/* ─── NAV ─── */
#site-navigation {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 0 56px; height: 68px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background .5s, backdrop-filter .5s, border-color .5s;
  border-bottom: 1px solid rgba(240,237,230,0);
}
#site-navigation.scrolled { background: rgba(14,14,13,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-logo { font-family: var(--f-dis); font-size: 22px; font-weight: 600; letter-spacing: .06em; color: var(--cream); }
.nav-logo span { color: var(--accent); }
.nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
.nav-links a { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--cream2); transition: color .3s; }
.nav-links a:hover { color: var(--accent); }
.nav-cta { background: var(--accent) !important; color: var(--bg) !important; padding: 8px 20px; border-radius: 2px; font-weight: 500 !important; transition: background .3s !important; }
.nav-cta:hover { background: var(--accent2) !important; }

/* WordPress メニュー対応 */
#site-navigation .menu { display: flex; gap: 32px; list-style: none; align-items: center; }
#site-navigation .menu a { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--cream2); transition: color .3s; }
#site-navigation .menu a:hover { color: var(--accent); }
#site-navigation .menu .nav-cta > a { background: var(--accent); color: var(--bg); padding: 8px 20px; border-radius: 2px; font-weight: 500; }
#site-navigation .menu .nav-cta > a:hover { background: var(--accent2); }

/* ─── HERO ─── */
.hero { position: relative; height: 100vh; min-height: 640px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: -20%; will-change: transform; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.hero-bg-overlay { position: absolute; inset: 0; background: linear-gradient(105deg,rgba(14,14,13,.88) 0%,rgba(14,14,13,.55) 55%,rgba(14,14,13,.2) 100%); }
.hero-deco-char {
  position: absolute; right: 8vw; bottom: -8vh;
  font-family: var(--f-dis); font-size: 38vw; font-weight: 600; line-height: 1;
  color: rgba(240,237,230,.025); pointer-events: none; user-select: none; will-change: transform;
}
.hero-content { position: relative; z-index: 3; padding: 0 80px; width: 100%; max-width: 760px; will-change: transform; }
.hero-eyebrow { font-family: var(--f-mon); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--accent); margin-bottom: 32px; overflow: hidden; }
.hero-title { font-family: var(--f-dis); font-size: clamp(56px,8vw,112px); font-weight: 300; line-height: 1.05; color: var(--white); letter-spacing: -.02em; margin-bottom: 8px; }
.line-clip { overflow: hidden; display: block; }
.line-inner { display: block; }
.line-inner.italic { font-style: italic; color: var(--accent); }
.hero-sub { font-family: var(--f-dis); font-size: clamp(16px,1.8vw,22px); font-weight: 300; font-style: italic; color: var(--cream2); margin-bottom: 44px; overflow: hidden; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.btn-primary { background: var(--accent); color: var(--bg); padding: 14px 32px; border-radius: 2px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 4px 24px rgba(212,168,83,.22); transition: background .3s, transform .25s; display: inline-block; }
.btn-primary:hover { background: var(--accent2); transform: translateY(-2px); color: var(--bg); }
.btn-ghost { color: var(--cream2); font-size: 12px; letter-spacing: .06em; border-bottom: 1px solid rgba(240,237,230,.2); padding-bottom: 2px; transition: color .3s, border-color .3s; }
.btn-ghost:hover { color: var(--accent); border-color: var(--accent); }
.hero-scroll { position: absolute; bottom: 36px; left: 80px; z-index: 3; display: flex; align-items: center; gap: 12px; }
.scroll-bar { width: 1px; height: 52px; background: rgba(240,237,230,.15); overflow: hidden; position: relative; }
.scroll-bar::after { content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: var(--accent); animation: sPulse 2.2s cubic-bezier(.4,0,.6,1) infinite 3s; }
@keyframes sPulse { 0%{top:-100%} 45%{top:100%} 100%{top:200%} }
.scroll-label { font-family: var(--f-mon); font-size: 9px; letter-spacing: .28em; text-transform: uppercase; color: var(--cream3); writing-mode: vertical-rl; }
.hero-badges { position: absolute; right: 56px; bottom: 48px; z-index: 3; display: flex; flex-direction: column; gap: 10px; }
.h-badge { background: rgba(14,14,13,.82); backdrop-filter: blur(12px); border: 1px solid var(--line); border-radius: 2px; padding: 10px 16px; font-size: 12px; color: var(--cream2); display: flex; align-items: center; gap: 8px; transition: border-color .3s, transform .3s; }
.h-badge:hover { border-color: rgba(212,168,83,.35); transform: translateX(-4px); }
.h-badge strong { color: var(--white); font-weight: 500; }

/* ─── マーキー ─── */
.marquee-bar { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; overflow: hidden; position: relative; }
.marquee-bar::before,.marquee-bar::after { content: ''; position: absolute; top: 0; bottom: 0; width: 100px; z-index: 1; }
.marquee-bar::before { left: 0; background: linear-gradient(to right,var(--bg2),transparent); }
.marquee-bar::after  { right: 0; background: linear-gradient(to left,var(--bg2),transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 20s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.m-item { display: flex; align-items: center; gap: 6px; padding: 0 28px; white-space: nowrap; font-size: 12px; color: var(--cream2); }
.m-sep  { width: 1px; height: 14px; background: var(--line); flex-shrink: 0; }

/* ─── 共通セクション ─── */
.sec-label { font-family: var(--f-mon); font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: var(--accent); display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.sec-label::before { content: ''; width: 20px; height: 1px; background: var(--accent); }
.sec-title { font-family: var(--f-dis); font-size: clamp(32px,3.5vw,52px); font-weight: 300; color: var(--white); line-height: 1.2; }
.sec-title em { font-style: italic; color: var(--accent); }
.sec-desc { font-size: 14px; color: var(--cream2); line-height: 2; }

/* ─── SERVICES ─── */
.services { padding: 130px 80px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.section-deco { position: absolute; font-family: var(--f-dis); font-size: 28vw; font-weight: 600; line-height: 1; color: rgba(240,237,230,.018); pointer-events: none; user-select: none; will-change: transform; white-space: nowrap; top: 50%; left: -4vw; }
.services-header { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 60px; position: relative; z-index: 1; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); position: relative; z-index: 1; }
.service-item { background: var(--bg); padding: 36px 30px; position: relative; overflow: hidden; color: inherit; display: block; transition: background .4s; }
.service-item::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg,var(--accent),var(--accent2)); transform: scaleX(0); transform-origin: left; transition: transform .45s cubic-bezier(.16,1,.3,1); }
.service-item:hover { background: var(--bg2); }
.service-item:hover::after { transform: scaleX(1); }
.svc-num { position: absolute; top: 20px; right: 22px; font-family: var(--f-mon); font-size: 10px; color: rgba(240,237,230,.1); }
.svc-icon { font-size: 28px; margin-bottom: 16px; display: block; }
.svc-name { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 8px; line-height: 1.4; }
.svc-desc { font-size: 12px; color: var(--cream2); line-height: 1.8; }
.svc-arr { display: inline-flex; align-items: center; gap: 4px; margin-top: 16px; font-size: 11px; color: var(--accent); font-family: var(--f-mon); letter-spacing: .06em; opacity: 0; transform: translateX(-6px); transition: opacity .3s, transform .3s; }
.service-item:hover .svc-arr { opacity: 1; transform: translateX(0); }

/* ─── WORKS ─── */
.works { padding: 130px 80px; border-bottom: 1px solid var(--line); }
.works-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; }
.works-link { font-size: 12px; color: var(--cream2); border-bottom: 1px solid var(--line); padding-bottom: 2px; transition: color .3s, border-color .3s; }
.works-link:hover { color: var(--accent); border-color: var(--accent); }
.works-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; grid-template-rows: auto auto; gap: 16px; }
.work-card { position: relative; border-radius: 2px; overflow: hidden; background: var(--bg3); cursor: pointer; transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s; }
.work-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.work-card:first-child { grid-row: span 2; }
.work-img { width: 100%; overflow: hidden; position: relative; }
.work-card:first-child .work-img { aspect-ratio: 3/4; }
.work-card:not(:first-child) .work-img { aspect-ratio: 16/10; }
.work-inner-img { position: absolute; inset: -15%; width: 130%; height: 130%; object-fit: cover; opacity: .7; transition: opacity .4s; }
.work-card:hover .work-inner-img { opacity: .9; }
.work-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg,#1a2d42,#0d1b2a); }
.wph-icon { font-size: 32px; opacity: .15; }
.work-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top,rgba(14,14,13,.92) 0%,transparent 60%); padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; }
.work-cat { font-family: var(--f-mon); font-size: 9px; letter-spacing: .14em; color: var(--accent); text-transform: uppercase; margin-bottom: 4px; }
.work-title { font-size: 14px; font-weight: 700; color: var(--white); line-height: 1.35; margin-bottom: 2px; }
.work-card:first-child .work-title { font-size: 18px; }
.work-client { font-size: 11px; color: var(--cream2); }

/* ─── WHY ─── */
.why { padding: 130px 80px; background: var(--bg2); border-bottom: 1px solid var(--line); }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.why-points { margin-top: 40px; }
.why-point { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.why-point:first-child { border-top: 1px solid var(--line); }
.why-n { width: 30px; height: 30px; flex-shrink: 0; background: rgba(212,168,83,.1); border: 1px solid rgba(212,168,83,.22); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-family: var(--f-mon); font-size: 10px; color: var(--accent); }
.why-body h4 { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.why-body p  { font-size: 13px; color: var(--cream2); line-height: 1.85; }
.why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 40px; }
.stat-card { border: 1px solid var(--line); border-radius: 2px; padding: 28px 22px; background: var(--bg3); text-align: center; transition: border-color .3s, transform .35s; }
.stat-card:hover { border-color: rgba(212,168,83,.25); transform: translateY(-4px); }
.stat-n { font-family: var(--f-dis); font-size: 52px; font-weight: 300; color: var(--accent); line-height: 1; margin-bottom: 8px; }
.stat-n sup { font-size: 20px; vertical-align: top; margin-top: 8px; display: inline-block; }
.stat-l { font-size: 11px; color: var(--cream2); line-height: 1.6; }

/* ─── TEAM ─── */
.team { padding: 130px 80px; border-bottom: 1px solid var(--line); }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 56px; }
.team-card { border: 1px solid var(--line); border-radius: 2px; overflow: hidden; background: var(--bg3); transition: border-color .3s, box-shadow .4s; }
.team-card:hover { border-color: rgba(212,168,83,.22); box-shadow: 0 12px 32px rgba(0,0,0,.3); }
.team-photo { width: 100%; height: 240px; overflow: hidden; position: relative; }
.team-photo img { position: absolute; inset: -15%; width: 130%; height: 130%; object-fit: cover; object-position: top center; opacity: .7; filter: grayscale(25%); transition: opacity .4s, filter .4s; }
.team-card:hover .team-photo img { opacity: .88; filter: grayscale(0%); }
.team-ph-bg { position: absolute; inset: 0; background: linear-gradient(135deg,#1c1c1a,#2a2a26); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; }
.team-body { padding: 28px; }
.team-role { font-family: var(--f-mon); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.team-name { font-family: var(--f-dis); font-size: 32px; font-weight: 300; color: var(--white); margin-bottom: 10px; }
.team-desc { font-size: 13px; color: var(--cream2); line-height: 1.85; margin-bottom: 14px; }
.team-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.team-tag { padding: 3px 10px; border: 1px solid rgba(212,168,83,.18); background: rgba(212,168,83,.04); border-radius: 2px; font-family: var(--f-mon); font-size: 10px; color: var(--cream3); }

/* ─── FLOW ─── */
.flow { padding: 130px 80px; border-bottom: 1px solid var(--line); background: var(--bg2); position: relative; overflow: hidden; }
.flow-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin-top: 56px; position: relative; z-index: 1; }
.flow-steps::before { content: ''; position: absolute; top: 35px; left: calc(10% + 16px); right: calc(10% + 16px); height: 1px; background: linear-gradient(90deg,transparent,var(--accent),transparent); }
.flow-step { padding: 0 16px; text-align: center; position: relative; z-index: 1; }
.flow-circle { width: 72px; height: 72px; background: var(--bg2); border: 1px solid rgba(212,168,83,.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; transition: border-color .3s, background .3s; }
.flow-step:hover .flow-circle { border-color: var(--accent); background: rgba(212,168,83,.06); }
.flow-circle span { font-family: var(--f-dis); font-size: 26px; font-weight: 300; color: var(--accent); }
.flow-title { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.flow-desc  { font-size: 11px; color: var(--cream2); line-height: 1.7; }

/* ─── AWARDS ─── */
.awards-bar { padding: 40px 0; background: var(--bg); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; overflow: hidden; }
.awards-label { font-family: var(--f-mon); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); white-space: nowrap; padding: 0 40px; border-right: 1px solid var(--line); flex-shrink: 0; }
.awards-track { flex: 1; overflow: hidden; position: relative; }
.awards-track::before,.awards-track::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 1; }
.awards-track::before { left: 0; background: linear-gradient(to right,var(--bg),transparent); }
.awards-track::after  { right: 0; background: linear-gradient(to left,var(--bg),transparent); }
.awards-items { display: flex; width: max-content; animation: marquee 24s linear infinite; }
.aw-item { display: flex; align-items: center; gap: 8px; padding: 0 28px; white-space: nowrap; font-size: 12px; color: var(--cream2); }
.aw-item strong { color: var(--accent); }
.aw-sep { width: 1px; height: 16px; background: var(--line); }

/* ─── CTA ─── */
.final-cta { padding: 150px 80px; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 110%,rgba(212,168,83,.07) 0%,transparent 70%); }
.cta-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.cta-label { justify-content: center; }
.cta-label::before { display: none; }
.cta-label::after { content: ''; width: 20px; height: 1px; background: var(--accent); }
.cta-inner h2 { font-family: var(--f-dis); font-size: clamp(40px,5.5vw,72px); font-weight: 300; color: var(--white); line-height: 1.2; margin: 18px 0 16px; }
.cta-inner h2 em { font-style: italic; color: var(--accent); }
.cta-inner p { font-size: 14px; color: var(--cream2); line-height: 2; margin-bottom: 48px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-line { background: #06c755; color: white; padding: 14px 28px; border-radius: 2px; font-size: 12px; font-weight: 700; letter-spacing: .08em; display: inline-flex; align-items: center; gap: 6px; transition: filter .25s, transform .2s; }
.btn-line:hover { filter: brightness(1.1); transform: translateY(-2px); color: white; }
.cta-note { margin-top: 18px; font-size: 11px; color: var(--cream3); }

/* ─── FOOTER ─── */
#colophon { padding: 40px 80px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-family: var(--f-dis); font-size: 20px; font-weight: 600; color: var(--cream); }
.footer-logo span { color: var(--accent); }
.footer-nav ul { display: flex; gap: 24px; list-style: none; }
.footer-nav a { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--cream2); transition: color .3s; }
.footer-nav a:hover { color: var(--accent); }
.footer-copy { font-family: var(--f-mon); font-size: 11px; color: rgba(200,195,184,.3); }

/* ─── レスポンシブ ─── */
/* ─── BLOG / NEWS ─── */
.blog-section { padding: 130px 80px; border-bottom: 1px solid var(--line); }
.blog-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-card {
  display: flex; flex-direction: column;
  background: var(--bg3); border: 1px solid var(--line); border-radius: 2px;
  overflow: hidden; color: inherit;
  transition: border-color .3s, box-shadow .4s, transform .35s cubic-bezier(.16,1,.3,1);
}
.blog-card:hover {
  border-color: rgba(212,168,83,.25);
  box-shadow: 0 12px 36px rgba(0,0,0,.35);
  transform: translateY(-5px);
}

.blog-thumb {
  position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden;
  background: var(--bg2);
}
.blog-thumb-img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.blog-card:hover .blog-thumb-img { transform: scale(1.05); }
.blog-thumb-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--bg2), var(--bg3));
}
.blog-thumb-placeholder span {
  font-family: var(--f-dis); font-size: 32px; font-weight: 300;
  color: rgba(212,168,83,.15); letter-spacing: .1em;
}
.blog-cat-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--accent); color: var(--bg);
  font-family: var(--f-mon); font-size: 9px; letter-spacing: .14em;
  padding: 3px 10px; border-radius: 2px; font-weight: 500;
}

.blog-body { padding: 22px 22px 16px; flex: 1; }
.blog-date {
  display: block; font-family: var(--f-mon); font-size: 10px;
  letter-spacing: .1em; color: var(--cream3); margin-bottom: 10px;
}
.blog-title {
  font-size: 14px; font-weight: 500; color: var(--cream);
  line-height: 1.6; margin-bottom: 10px;
  transition: color .3s;
}
.blog-card:hover .blog-title { color: var(--accent); }
.blog-excerpt { font-size: 12px; color: var(--cream2); line-height: 1.85; }

.blog-more {
  padding: 14px 22px;
  font-family: var(--f-mon); font-size: 10px; letter-spacing: .1em;
  color: var(--accent); border-top: 1px solid var(--line);
  transition: letter-spacing .3s;
}
.blog-card:hover .blog-more { letter-spacing: .18em; }

@media (max-width: 1024px) {
  body, * { cursor: auto !important; }
  .cursor-dot, .cursor-ring { display: none !important; }
  #site-navigation { padding: 0 24px; }
  .nav-links, #site-navigation .menu { display: none; }
  .hero-content { padding: 0 24px; }
  .hero-scroll { left: 24px; }
  .hero-badges { display: none; }
  .services,.works,.why,.team,.flow,.blog-section,.final-cta,#colophon { padding-left: 24px; padding-right: 24px; }
  .services-header,.why-inner { grid-template-columns: 1fr; gap: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .works-grid { grid-template-columns: 1fr; }
  .work-card:first-child { grid-row: auto; }
  .work-card:first-child .work-img { aspect-ratio: 16/9; }
  .team-grid { grid-template-columns: 1fr; }
  .flow-steps { grid-template-columns: 1fr 1fr; gap: 24px; }
  .flow-steps::before { display: none; }
  #colophon { flex-direction: column; gap: 20px; text-align: center; }
  .blog-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .blog-grid { grid-template-columns: 1fr; }
}
