
}
/* ── NAV ── */
}
nav ul { list-style: none; display: flex; gap: 40px; }
nav ul li a { font-family: 'Playfair Display', serif; font-size: 14px; color: var(--text); text-decoration: none; opacity: 0.6; }
/* ── BREADCRUMB ── */
.sw-breadcrumb {
  padding: 96px 52px 0;
  display: flex; align-items: center; gap: 8px;
  font-family: 'Playfair Display', serif;
  font-size: 11px; letter-spacing: 0.15em; color: var(--text-soft);
}
.sw-breadcrumb a { color: var(--text-soft); text-decoration: none; }
.sw-breadcrumb a:hover { color: var(--text); }
.sw-breadcrumb span { color: var(--border); }

/* ── HERO ── */
.sw-hero {
  padding: 56px 52px 48px;
  display: flex; gap: 100px; align-items: flex-start;
}
.sw-hero-label {
  flex-shrink: 0; width: 120px; padding-top: 4px;
}
.sw-hero-label-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4.5vw, 56px);
  font-weight: 700; line-height: 1;
  color: var(--text); letter-spacing: -0.02em; display: block;
}
.sw-hero-right { flex: 1; }
.sw-cat {
  font-family: 'Playfair Display', serif;
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--text-soft); display: block; margin-bottom: 16px;
  margin-top: clamp(28px, 4.5vw, 56px);
}
.sw-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(22px, 3vw, 36px); font-weight: 400;
  line-height: 1.5; margin-bottom: 16px;
}
.sw-client {
  font-family: 'Playfair Display', serif;
  font-size: 12px; letter-spacing: 0.1em; color: var(--text-soft);
}

/* ── HERO THUMB ── */
.sw-thumb {
  width: 100%; aspect-ratio: 16/7;
  background: var(--off-white);
  overflow: hidden;
  position: relative;
  margin-top: 68px;
}
.sw-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sw-thumb-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 48px; font-weight: 700; color: var(--border);
}

/* ── BODY LAYOUT ── */
.sw-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 80px;
  padding: 80px 52px 120px;
  align-items: start;
}

/* ── MAIN ── */
.sw-main {}

.sw-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.sw-tag {
  font-family: 'Playfair Display', serif;
  font-size: 11px; letter-spacing: 0.15em;
  border: 1px solid var(--border);
  padding: 6px 14px; color: var(--text-mid);
}

.sw-result-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: var(--text);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px; font-weight: 500;
  padding: 10px 20px; margin-bottom: 48px;
}

.sw-body { font-size: 15px; font-weight: 300; line-height: 2.4; color: var(--text-mid); }
.sw-body p { margin-bottom: 28px; }
.sw-body h2 { font-size: 20px; font-weight: 500; margin: 48px 0 16px; border-left: 3px solid var(--text); padding-left: 16px; }
.sw-body h3 { font-size: 17px; font-weight: 500; margin: 36px 0 12px; }

.sw-cta {
  margin-top: 72px; padding-top: 56px;
  border-top: 1px solid var(--border);
}
.sw-cta h4 { font-family: 'Noto Sans JP', sans-serif; font-size: 18px; font-weight: 400; margin-bottom: 12px; }
.sw-cta p { font-size: 13px; font-weight: 300; color: var(--text-soft); margin-bottom: 28px; line-height: 2; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--text); color: var(--white);
  font-family: 'Playfair Display', serif;
  font-size: 13px; letter-spacing: 0.2em;
  padding: 16px 36px; text-decoration: none;
  transition: background 0.3s;
}
.btn-primary:hover { background: var(--text-mid); }

/* ── SIDEBAR ── */
.sw-sidebar { position: sticky; top: 88px; }

.sw-info-box {
  background: var(--off-white);
  padding: 28px; margin-bottom: 32px;
}
.sw-info-box h4 {
  font-family: 'Playfair Display', serif;
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--text-soft); margin-bottom: 20px;
}
.sw-info-list { list-style: none; }
.sw-info-list dt {
  font-size: 11px; letter-spacing: 0.1em; color: var(--text-soft);
  margin-bottom: 4px; margin-top: 16px;
}
.sw-info-list dt:first-child { margin-top: 0; }
.sw-info-list dd { font-size: 14px; font-weight: 300; color: var(--text); }
.sw-info-result { color: var(--text); font-weight: 500; }

.sw-related h4 {
  font-family: 'Playfair Display', serif;
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--text-soft); margin-bottom: 20px;
}
.sw-related-card {
  display: flex; gap: 14px; align-items: center;
  text-decoration: none; color: inherit;
  padding: 16px 0; border-bottom: 1px solid var(--border);
  transition: opacity 0.25s;
}
.sw-related-card:first-of-type { border-top: 1px solid var(--border); }
.sw-related-card:hover { opacity: 0.6; }
.sw-related-thumb {
  flex-shrink: 0; width: 60px; height: 60px;
  background: var(--off-white);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 14px; color: var(--border);
}
.sw-related-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sw-related-body {}
.sw-related-cat {
  font-family: 'Playfair Display', serif;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-soft); display: block; margin-bottom: 4px;
}
.sw-related-body p { font-size: 13px; font-weight: 300; line-height: 1.6; }

.sw-back {
  display: block; margin-top: 32px;
  font-family: 'Playfair Display', serif;
  font-size: 12px; letter-spacing: 0.15em;
  color: var(--text-soft); text-decoration: none;
  transition: color 0.25s;
}
.sw-back:hover { color: var(--text); }

/* ── FOOTER ── */
/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .sw-hero { gap: 48px; padding: 40px 32px 40px; }
  .sw-hero-label { width: 80px; }
  .sw-layout { grid-template-columns: 1fr; padding: 60px 32px 80px; gap: 48px; }
  .sw-sidebar { position: static; }
}
@media (max-width: 768px) {
  nav { padding: 0 20px; height: 60px; }
  nav ul { display: none; }
  .sw-thumb { margin-top: 60px; aspect-ratio: 4/3; }
  .sw-hero { flex-direction: column; gap: 16px; padding: 32px 20px 32px; }
  .sw-hero-label { width: auto; }
  .sw-hero-label-text { font-size: 40px; }
  .sw-layout { padding: 40px 20px 80px; }
  footer { padding: 48px 20px 28px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
