@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500;700&family=Zen+Old+Mincho:wght@500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Space+Grotesk:wght@500;700&display=swap");
.zoroya-scope {
  --c-bg: #FFFFFF;
  --c-bg-lifted: #FAFAFA;
  --c-bg-soft-accent: #E8F3F1;
  --c-text-strong: #1A1A1A;
  --c-text: #333333;
  --c-text-muted: #888888;
  --c-hairline: #EEEEEE;
  --c-accent: #0E5C57;
  --c-accent-hover: #0a4742;
  --c-note: #C0392B;

  --ff-heading: "Shippori Mincho B1", "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  --ff-heading-gothic: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --ff-body: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Zen Kaku Gothic New", sans-serif;
  --ff-mono: "Space Grotesk", ui-monospace, "SF Mono", Menlo, monospace;

  --fs-h1: clamp(28px, 5vw, 56px);
  --fs-h2: clamp(22px, 3vw, 28px);
  --fs-h3: clamp(18px, 2vw, 20px);
  --fs-body: 16px;
  --fs-small: 14px;
  --fs-eyebrow: 11px;

  --lh-body: 1.8;
  --lh-heading: 1.3;

  --maxw: 1080px;
  --maxw-narrow: 720px;
  --gap-xs: 8px;
  --gap-sm: 14px;
  --gap-md: 24px;
  --gap-lg: 48px;
  --gap-xl: 96px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
}
.zoroya-scope *, .zoroya-scope *::before, .zoroya-scope *::after { box-sizing: border-box; }
.zoroya-scope { scroll-behavior: smooth; }
.zoroya-scope {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-break: strict;
  hanging-punctuation: allow-end;
}
.zoroya-scope .nowrap { white-space: nowrap; word-break: keep-all; }
.zoroya-scope h1, .zoroya-scope h2, .zoroya-scope h3, .zoroya-scope h4, .zoroya-scope p, .zoroya-scope li, .zoroya-scope td, .zoroya-scope th, .zoroya-scope summary, .zoroya-scope .hero__main, .zoroya-scope .hero__sub, .zoroya-scope .cat__chip-label, .zoroya-scope .cat__chip-desc, .zoroya-scope .pickup__title, .zoroya-scope .pickup__excerpt, .zoroya-scope .np__pull, .zoroya-scope .np__stats li, .zoroya-scope .lead p, .zoroya-scope .page-content p, .zoroya-scope .page-content li, .zoroya-scope .pt-byline__meta, .zoroya-scope .site-footer__nap, .zoroya-scope .cta-band h2 {
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-break: strict;
}
.zoroya-scope img { max-width: 100%; height: auto; display: block; }
.zoroya-scope a { color: var(--c-text-strong); text-decoration: none; transition: color .2s ease; }
.zoroya-scope a:hover { color: var(--c-accent); }
.zoroya-scope h1, .zoroya-scope h2, .zoroya-scope h3, .zoroya-scope h4 { font-family: var(--ff-heading); color: var(--c-text-strong); line-height: 1.5; margin: 0 0 .6em; letter-spacing: 0.02em; }
.zoroya-scope h1 { font-size: var(--fs-h1); font-weight: 700; letter-spacing: 0.01em; }
.zoroya-scope h2 { font-size: var(--fs-h2); font-weight: 700; }
.zoroya-scope h3 { font-size: var(--fs-h3); font-weight: 500; }
.zoroya-scope p { margin: 0 0 1em; }
.zoroya-scope hr { border: 0; border-top: 1px solid var(--c-hairline); margin: var(--gap-md) 0; }
.zoroya-scope button { font-family: inherit; cursor: pointer; }
.zoroya-scope .container { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gap-md); }
.zoroya-scope .container-narrow { max-width: var(--maxw-narrow); margin: 0 auto; padding: 0 var(--gap-md); }
.zoroya-scope .section { padding: var(--gap-xl) 0; }
.zoroya-scope .section-tight { padding: var(--gap-lg) 0; }
.zoroya-scope .section-lifted { background: var(--c-bg-lifted); }
.zoroya-scope .eyebrow {
  font-family: var(--ff-mono);
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: 0.4em;
  color: var(--c-text-muted);
  text-transform: uppercase;
  margin: 0 0 var(--gap-sm) 0;
  display: block;
}
.zoroya-scope .section-number {
  font-family: var(--ff-mono);
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--c-text-muted);
  display: inline-block;
  margin-bottom: var(--gap-sm);
}
.zoroya-scope .section-ornament {
  display: flex; align-items: baseline; gap: 14px;
  margin-bottom: var(--gap-md);
  justify-content: center;
}
.zoroya-scope .section-ornament__num {
  font-family: var(--ff-mono); font-weight: 700;
  font-size: clamp(36px, 5vw, 56px);
  color: var(--c-accent); line-height: 1;
  letter-spacing: -0.02em;
}
.zoroya-scope .section-ornament__label {
  font-family: var(--ff-mono); font-weight: 500;
  font-size: 12px; letter-spacing: 0.3em;
  color: var(--c-text-muted); text-transform: uppercase;
  padding-left: 14px; border-left: 1px solid var(--c-hairline);
}
.zoroya-scope .section-ornament__rule {
  flex: 1; height: 1px; background: var(--c-hairline);
  max-width: 80px;
}
.zoroya-scope .balloon {
  position: relative;
  background: var(--c-bg-soft-accent);
  border: 1px solid color-mix(in srgb, var(--c-accent) 20%, var(--c-hairline));
  border-radius: var(--radius-md);
  padding: 18px 22px;
  margin: var(--gap-md) 0;
  font-size: 15px; line-height: 1.85;
  color: var(--c-text-strong);
}
.zoroya-scope .balloon::before {
  content: "";
  position: absolute; top: -9px; left: 36px;
  width: 16px; height: 16px;
  background: var(--c-bg-soft-accent);
  border-top: 1px solid color-mix(in srgb, var(--c-accent) 20%, var(--c-hairline));
  border-left: 1px solid color-mix(in srgb, var(--c-accent) 20%, var(--c-hairline));
  transform: rotate(45deg);
}
.zoroya-scope .balloon__author {
  display: inline-block;
  font-family: var(--ff-mono); font-size: 11px;
  letter-spacing: 0.2em; color: var(--c-accent);
  margin-bottom: 8px; text-transform: uppercase;
}
.zoroya-scope .ornament-rule {
  display: flex; align-items: center; gap: 14px;
  margin: var(--gap-lg) 0;
  color: var(--c-text-muted);
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.3em;
}
.zoroya-scope .ornament-rule::before, .zoroya-scope .ornament-rule::after {
  content: ""; flex: 1; height: 1px;
  background: var(--c-hairline);
}
.zoroya-scope .ornament-rule__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--c-accent);
}
.zoroya-scope .hairline-rule { height: 1px; background: var(--c-hairline); border: 0; margin: 0; }
.zoroya-scope .site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--c-hairline);
}
.zoroya-scope .site-header__inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: 14px var(--gap-md);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: var(--gap-md);
}
.zoroya-scope .site-header__brand {
  grid-column: 2;
  text-align: center;
  font-family: var(--ff-mono);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.22em;
  color: var(--c-text-strong);
}
.zoroya-scope .site-header__nav {
  grid-column: 3;
  display: flex; justify-content: flex-end; gap: var(--gap-md);
  font-size: var(--fs-small);
}
.zoroya-scope .site-header__nav a { color: var(--c-text); }
.zoroya-scope .site-header__nav a:hover { color: var(--c-accent); }
.zoroya-scope .hero {
  position: relative;
  padding: var(--gap-xl) 0 var(--gap-lg);
  text-align: center;
  background: var(--c-bg);
  overflow: hidden;
}
.zoroya-scope .hero__inner {
  max-width: var(--maxw-narrow); margin: 0 auto; padding: 0 var(--gap-md);
  display: flex; flex-direction: column; align-items: center;
}
.zoroya-scope .hero__eyebrow {
  font-family: var(--ff-mono);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.4em; color: var(--c-text-muted);
  margin: 0 0 var(--gap-md) 0;
}
.zoroya-scope .hero__main {
  font-family: var(--ff-heading); font-weight: 700;
  font-size: clamp(42px, 8vw, 96px);
  line-height: 1.1; letter-spacing: 0.04em;
  margin: 0 0 var(--gap-md) 0;
  background: linear-gradient(115deg,
    var(--c-text-strong) 0%, var(--c-text-strong) 38%,
    var(--c-accent) 38%, var(--c-accent) 62%,
    var(--c-text-strong) 62%, var(--c-text-strong) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  opacity: 0;
  animation: hero-main-in 1.2s cubic-bezier(.4,0,.2,1) .3s forwards;
}
.zoroya-scope .hero__motif {
  margin: var(--gap-sm) 0 var(--gap-md);
  width: min(420px, 88vw);
}
.zoroya-scope .hero__motif svg { width: 100%; height: auto; display: block; }
.zoroya-scope .hero__visual {
  margin: var(--gap-md) 0 var(--gap-lg);
  width: min(880px, 92vw);
  position: relative;
  opacity: 0;
  animation: hero-photo-in 1.0s ease-out .8s forwards;
}
.zoroya-scope .hero__photo {
  width: 100%; height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 60px -28px rgba(14,92,87,.28), 0 12px 30px -16px rgba(0,0,0,.15);
  background: var(--c-bg-lifted);
}
@keyframes hero-photo-in { from { opacity: 0; transform: translateY(20px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.zoroya-scope .hero__motif .shoe { stroke: var(--c-text-strong); stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.zoroya-scope .hero__motif .arch { stroke: var(--c-accent); stroke-width: 1.6; fill: none; stroke-linecap: round; }
.zoroya-scope .hero__motif .marker { fill: var(--c-accent); }
.zoroya-scope .hero__motif .shoe-detail path, .zoroya-scope .hero__motif .shoe-detail line { stroke-linecap: round; stroke-linejoin: round; }
.zoroya-scope .hero__sub {
  font-size: 16px; color: var(--c-text); margin: 0 0 var(--gap-md);
  opacity: 0; animation: hero-fade-up .8s ease-out 1.3s forwards;
}
.zoroya-scope .hero__cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--c-accent); color: #fff;
  font-size: 14px; font-weight: 500;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  letter-spacing: 0.04em;
  transition: background .2s ease, transform .15s ease;
  opacity: 0; animation: hero-fade-up .8s ease-out 1.5s forwards;
}
.zoroya-scope .hero__cta:hover { background: var(--c-accent-hover); color: #fff; }
.zoroya-scope .hero__cta:active { transform: translateY(1px); }
.zoroya-scope .hero__cta::after { content: "→"; font-family: var(--ff-mono); font-weight: 500; }
@keyframes hero-main-in { from { opacity: 0; clip-path: inset(0 100% 0 0); } to { opacity: 1; clip-path: inset(0 0 0 0); } }
@keyframes hero-fade-up { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.zoroya-scope .hero__motif .shoe-detail { opacity: 0; animation: shoe-draw 1.4s ease-out 0.9s forwards; }
.zoroya-scope .hero__motif .arch-group { opacity: 0; animation: arch-draw 1.0s ease-out 2.1s forwards; }
.zoroya-scope .hero__motif .marker { opacity: 0; animation: hero-fade-up .6s ease-out 2.6s forwards; }
.zoroya-scope .hero__motif text { opacity: 0; animation: hero-fade-up .6s ease-out 2.8s forwards; }
@keyframes shoe-draw { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes arch-draw { from { opacity: 0; } to { opacity: 1; } }
@keyframes stroke-draw { to { stroke-dashoffset: 0; } }
@keyframes arch-fade { to { opacity: 1; } }
.zoroya-scope .lead { padding: var(--gap-lg) 0 var(--gap-xl); }
.zoroya-scope .lead__inner { max-width: var(--maxw-narrow); margin: 0 auto; padding: 0 var(--gap-md); }
.zoroya-scope .lead p {
  font-size: 17px; line-height: 2.0;
  margin: 0 0 1.4em;
  color: var(--c-text);
}
.zoroya-scope .lead p:first-of-type::first-letter {
  font-family: var(--ff-mono); font-weight: 700; font-size: 1.4em;
  color: var(--c-accent); margin-right: 2px;
}
.zoroya-scope .cat {
  background: var(--c-bg-lifted);
  padding: var(--gap-xl) 0;
}
.zoroya-scope .cat__head {
  text-align: center; margin-bottom: var(--gap-lg);
  max-width: var(--maxw-narrow); margin-left: auto; margin-right: auto;
  padding: 0 var(--gap-md);
}
.zoroya-scope .cat__head h2 { margin: 0 0 12px; }
.zoroya-scope .cat__head p { color: var(--c-text-muted); font-size: var(--fs-small); }
.zoroya-scope .cat__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--gap-sm);
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--gap-md);
}
.zoroya-scope .cat__chip {
  position: relative;
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--c-hairline);
  border-radius: var(--radius-md);
  padding: 0;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
  overflow: hidden;
}
.zoroya-scope .cat__chip::before {
  content: "";
  position: absolute; top: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--c-accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.zoroya-scope .cat__chip:hover {
  border-color: var(--c-accent);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px -12px rgba(14,92,87,.25);
}
.zoroya-scope .cat__chip:hover::before { transform: scaleX(1); }
.zoroya-scope .cat__chip:hover .cat__chip-arrow { color: var(--c-accent); transform: translateX(3px); }
.zoroya-scope .cat__chip-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--c-bg-lifted);
}
.zoroya-scope .cat__chip-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.zoroya-scope .cat__chip:hover .cat__chip-photo img { transform: scale(1.05); }
.zoroya-scope .cat__chip-photo::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.7) 100%);
  pointer-events: none;
}
.zoroya-scope .cat__chip-body {
  display: flex; flex-direction: column; gap: 10px;
  padding: 18px 20px 18px;
}
.zoroya-scope .cat__chip-label {
  font-family: var(--ff-heading); font-weight: 700; font-size: 17px;
  color: var(--c-text-strong);
  letter-spacing: 0.02em; line-height: 1.5;
}
.zoroya-scope .cat__chip-desc { font-size: 13px; color: var(--c-text-muted); margin: 0; line-height: 1.7; }
.zoroya-scope .cat__chip-meta {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 4px; padding-top: 10px;
  border-top: 1px dashed var(--c-hairline);
  font-family: var(--ff-mono); font-size: 11px;
  color: var(--c-text-muted); letter-spacing: 0.1em;
}
.zoroya-scope .cat__chip-arrow { color: var(--c-text-muted); transition: color .2s ease, transform .2s ease; }
.zoroya-scope .pickup { padding: var(--gap-xl) 0; }
.zoroya-scope .pickup__head {
  text-align: center; margin-bottom: var(--gap-lg);
  max-width: var(--maxw-narrow); margin-left: auto; margin-right: auto;
  padding: 0 var(--gap-md);
}
.zoroya-scope .pickup__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--gap-md);
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--gap-md);
}
.zoroya-scope .pickup__card {
  display: flex; flex-direction: column;
  background: var(--c-bg);
  border: 1px solid var(--c-hairline);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.zoroya-scope .pickup__card:hover {
  border-color: var(--c-accent);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px -16px rgba(14,92,87,.28);
}
.zoroya-scope .pickup__thumb {
  aspect-ratio: 16/9;
  background: var(--c-bg-lifted) center/cover;
  position: relative;
}
.zoroya-scope .pickup__thumb--placeholder {
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-mono); font-size: 11px;
  color: var(--c-text-muted); letter-spacing: 0.2em;
  background: repeating-linear-gradient(135deg, var(--c-bg-lifted) 0 12px, #f3f3f3 12px 24px);
}
.zoroya-scope .pickup__thumb--art {
  position: relative;
  background:
    radial-gradient(circle at 30% 30%, #fff 0%, var(--c-bg-lifted) 70%, #f1efe9 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.zoroya-scope .pickup__thumb--art::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(0deg, rgba(14,92,87,0.04) 0%, transparent 50%),
    linear-gradient(180deg, transparent 60%, rgba(14,92,87,0.06) 100%);
  pointer-events: none;
}
.zoroya-scope .pickup__art {
  width: 100%; height: 100%;
  display: block;
  padding: 8px;
}
.zoroya-scope .pickup__thumb--photo {
  position: relative;
  overflow: hidden;
  background: var(--c-bg-lifted);
  aspect-ratio: 16/9;
}
.zoroya-scope .pickup__thumb--photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.zoroya-scope .pickup__card:hover .pickup__thumb--photo img { transform: scale(1.04); }
.zoroya-scope .pickup__cat-band {
  position: absolute; top: 12px; left: 12px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(6px);
  padding: 5px 12px;
  font-family: var(--ff-mono); font-size: 10px;
  font-weight: 700;
  color: var(--c-accent); letter-spacing: 0.18em;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--c-accent) 25%, var(--c-hairline));
}
.zoroya-scope .pickup__body { padding: 20px 22px 22px; }
.zoroya-scope .pickup__title {
  font-family: var(--ff-heading); font-weight: 700; font-size: 17px;
  color: var(--c-text-strong); margin: 0 0 10px;
  line-height: 1.55; letter-spacing: 0.02em;
}
.zoroya-scope .pickup__excerpt {
  font-size: 13.5px; color: var(--c-text); line-height: 1.85;
  margin: 0 0 14px;
}
.zoroya-scope .pickup__meta {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px dashed var(--c-hairline);
  padding-top: 10px;
  font-family: var(--ff-mono); font-size: 11px;
  color: var(--c-text-muted); letter-spacing: 0.1em;
}
.zoroya-scope .pickup__meta-read { color: var(--c-accent); }
.zoroya-scope .np {
  background: var(--c-bg-lifted);
  padding: var(--gap-xl) 0;
}
.zoroya-scope .np__inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--gap-md);
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.4fr);
  gap: var(--gap-xl);
}
.zoroya-scope .np__inner--single {
  grid-template-columns: 1fr;
  max-width: 880px;
}
.zoroya-scope .np__numbers {
  display: flex; flex-direction: column; gap: var(--gap-md);
}
.zoroya-scope .np__pull {
  font-family: var(--ff-mono); font-weight: 700;
  font-size: clamp(80px, 13vw, 144px);
  line-height: .9; letter-spacing: -0.04em;
  color: var(--c-accent); margin: 0;
  position: relative;
  display: inline-block;
}
.zoroya-scope .np__pull::before, .zoroya-scope .np__pull::after {
  content: "";
  position: absolute; top: 50%;
  width: 28px; height: 1px;
  background: var(--c-accent); opacity: 0.4;
}
.zoroya-scope .np__pull::before { right: calc(100% + 12px); }
.zoroya-scope .np__pull::after { left: calc(100% + 12px); }
.zoroya-scope .np__pull-suffix { font-size: 0.28em; color: var(--c-text-strong); letter-spacing: 0.08em; margin-left: 10px; vertical-align: 18%; font-weight: 500; }
.zoroya-scope .np__stats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.zoroya-scope .np__stats li {
  font-size: 14px; color: var(--c-text);
  border-top: 1px solid var(--c-hairline); padding-top: 8px;
}
.zoroya-scope .np__stats strong { color: var(--c-text-strong); font-weight: 500; margin-right: 6px; }
.zoroya-scope .faq {
  padding: var(--gap-xl) 0;
  background: var(--c-bg);
  border-top: 1px solid var(--c-hairline);
}
.zoroya-scope .faq__inner {
  max-width: 880px; margin: 0 auto;
  padding: 0 var(--gap-md);
  display: flex; flex-direction: column; gap: var(--gap-md);
}
.zoroya-scope .faq__lead {
  font-size: 14px; color: var(--c-text-soft, var(--c-text));
  margin: 0 0 var(--gap-sm, 12px);
  line-height: 1.7;
}
.zoroya-scope .faq__list {
  display: flex; flex-direction: column; gap: 6px;
}
.zoroya-scope .faq__list details {
  border-top: 1px solid var(--c-hairline);
  padding: 14px 0;
}
.zoroya-scope .faq__list details[open] { padding-bottom: 18px; }
.zoroya-scope .faq__list details:last-of-type { border-bottom: 1px solid var(--c-hairline); }
.zoroya-scope .faq__list summary {
  font-family: var(--ff-heading); font-weight: 500; font-size: 15px;
  color: var(--c-text-strong);
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;
  line-height: 1.5;
}
.zoroya-scope .faq__list summary::-webkit-details-marker { display: none; }
.zoroya-scope .faq__list summary::after {
  content: "+"; font-family: var(--ff-mono); font-weight: 500;
  color: var(--c-accent); font-size: 18px; flex: 0 0 auto;
  transition: transform .2s ease;
}
.zoroya-scope .faq__list details[open] summary::after { content: "−"; }
.zoroya-scope .faq__list p {
  font-size: 14px; color: var(--c-text); line-height: 1.85;
  margin: 12px 0 0;
}
.zoroya-scope .faq__more {
  display: inline-block;
  margin-left: 6px;
  color: var(--c-accent);
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .15s ease;
}
.zoroya-scope .faq__more:hover { border-bottom-color: var(--c-accent); }
.zoroya-scope .cta-band {
  position: relative;
  text-align: center;
  padding: var(--gap-xl) var(--gap-md);
  background:
    radial-gradient(ellipse at 50% -10%, var(--c-bg-soft-accent) 0%, transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--c-bg-lifted) 100%);
  border-top: 1px solid var(--c-hairline);
  overflow: hidden;
}
.zoroya-scope .cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 200'><path d='M0 140 Q 200 60, 400 100 Q 600 140, 800 80' stroke='%230E5C57' stroke-width='1' fill='none' opacity='0.15'/></svg>");
  background-repeat: no-repeat;
  background-position: center 70%;
  background-size: cover;
  pointer-events: none;
}
.zoroya-scope .cta-band__inner { max-width: var(--maxw-narrow); margin: 0 auto; position: relative; z-index: 1; }
.zoroya-scope .cta-band h2 {
  font-size: clamp(22px, 3vw, 32px);
  margin: 0 0 var(--gap-sm);
  line-height: 1.6;
}
.zoroya-scope .cta-band p { color: var(--c-text-muted); font-size: var(--fs-small); margin: 0 0 var(--gap-md); }
.zoroya-scope .cta-band__btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--c-accent); color: #fff;
  font-size: 15px; font-weight: 500;
  padding: 16px 36px;
  border-radius: var(--radius-sm);
  letter-spacing: 0.04em;
  transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
  box-shadow: 0 8px 20px -8px rgba(14,92,87,.45);
  overflow: hidden;
}
.zoroya-scope .cta-band__btn::before {
  content: "";
  position: absolute; top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(110deg, transparent 40%, rgba(255,255,255,.35) 50%, transparent 60%);
  transition: left .8s ease;
}
.zoroya-scope .cta-band__btn:hover { background: var(--c-accent-hover); color: #fff; transform: translateY(-1px); box-shadow: 0 12px 28px -8px rgba(14,92,87,.55); }
.zoroya-scope .cta-band__btn:hover::before { left: 130%; }
.zoroya-scope .cta-band__btn::after { content: "→"; font-family: var(--ff-mono); position: relative; z-index: 1; }
.zoroya-scope .site-footer {
  border-top: 1px solid var(--c-hairline);
  background: var(--c-bg);
  padding: var(--gap-lg) 0 var(--gap-md);
}
.zoroya-scope .site-footer__inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--gap-md);
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr);
  gap: var(--gap-lg);
}
.zoroya-scope .site-footer__byline {
  display: flex; gap: 14px; align-items: flex-start;
}
.zoroya-scope .site-footer__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--c-bg-lifted) center/cover;
  flex: 0 0 auto;
  border: 1px solid var(--c-hairline);
}
.zoroya-scope .site-footer__byline-meta { font-size: 13px; color: var(--c-text); line-height: 1.6; }
.zoroya-scope .site-footer__byline-name { font-weight: 500; color: var(--c-text-strong); margin: 0; }
.zoroya-scope .site-footer__byline-role { color: var(--c-text-muted); margin: 0; font-size: 12px; }
.zoroya-scope .site-footer__byline-link {
  font-family: var(--ff-mono); font-size: 11px;
  color: var(--c-accent); letter-spacing: 0.1em; text-transform: uppercase;
  margin-top: 4px; display: inline-block;
}
.zoroya-scope .site-footer h4 {
  font-family: var(--ff-mono); font-weight: 500;
  font-size: 11px; letter-spacing: 0.2em;
  color: var(--c-text-muted); text-transform: uppercase;
  margin: 0 0 12px;
}
.zoroya-scope .site-footer ul { list-style: none; padding: 0; margin: 0; }
.zoroya-scope .site-footer li { font-size: 13px; margin-bottom: 6px; }
.zoroya-scope .site-footer__nap { font-size: 12px; color: var(--c-text-muted); line-height: 1.7; margin: 0; }
.zoroya-scope .site-footer__nap strong { color: var(--c-text); font-weight: 500; }
.zoroya-scope .site-footer__bottom {
  margin-top: var(--gap-lg);
  border-top: 1px solid var(--c-hairline);
  padding-top: 14px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 11px; color: var(--c-text-muted);
  max-width: var(--maxw); margin-left: auto; margin-right: auto;
  padding-left: var(--gap-md); padding-right: var(--gap-md);
  font-family: var(--ff-mono); letter-spacing: 0.1em;
}
.zoroya-scope .pt-byline {
  display: flex; gap: 14px; align-items: center;
  border-top: 1px solid var(--c-hairline);
  padding: var(--gap-md) 0;
  margin-top: var(--gap-lg);
  font-size: 13px;
}
.zoroya-scope .pt-byline__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--c-bg-lifted) center/cover;
  border: 1px solid var(--c-hairline);
  flex: 0 0 auto;
}
.zoroya-scope .pt-byline__meta { color: var(--c-text); }
.zoroya-scope .pt-byline__meta strong { color: var(--c-text-strong); font-weight: 500; }
.zoroya-scope .pt-byline__meta .sep { color: var(--c-text-muted); margin: 0 8px; }
.zoroya-scope .pt-byline__meta a { color: var(--c-accent); }
.zoroya-scope .page-hero {
  padding: var(--gap-xl) 0 var(--gap-lg);
  text-align: center;
  border-bottom: 1px solid var(--c-hairline);
}
.zoroya-scope .page-hero h1 { font-size: clamp(28px, 4vw, 40px); margin: 0 0 var(--gap-sm); }
.zoroya-scope .page-hero p { color: var(--c-text-muted); font-size: var(--fs-small); }
.zoroya-scope .page-content { padding: var(--gap-lg) 0 var(--gap-xl); }
.zoroya-scope .page-content__inner { max-width: var(--maxw-narrow); margin: 0 auto; padding: 0 var(--gap-md); }
.zoroya-scope .page-content h2 {
  margin-top: var(--gap-lg);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c-hairline);
}
.zoroya-scope .page-content h3 { margin-top: var(--gap-md); }
.zoroya-scope .page-content table {
  width: 100%; border-collapse: collapse;
  margin: var(--gap-md) 0;
  font-size: 14px;
}
.zoroya-scope .page-content table th, .zoroya-scope .page-content table td {
  text-align: left; padding: 12px 10px;
  border-bottom: 1px solid var(--c-hairline);
  vertical-align: top;
}
.zoroya-scope .page-content table th {
  font-family: var(--ff-heading); font-weight: 500;
  background: var(--c-bg-lifted);
  font-size: 13px;
}
.zoroya-scope .form-iframe-wrap { padding: var(--gap-md) 0; }
.zoroya-scope .form-iframe-wrap iframe { width: 100%; border: 1px solid var(--c-hairline); border-radius: var(--radius-md); min-height: 520px; }
@media (max-width: 1024px) {
.zoroya-scope .np__inner { grid-template-columns: 1fr; gap: var(--gap-lg); }
.zoroya-scope .site-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
.zoroya-scope { --gap-xl: 56px; --gap-lg: 36px; }
.zoroya-scope .site-header__inner { grid-template-columns: 1fr 1fr; padding: 12px var(--gap-md); }
.zoroya-scope .site-header__brand { grid-column: 1; text-align: left; font-size: 14px; letter-spacing: 0.18em; }
.zoroya-scope .site-header__nav { grid-column: 2; gap: var(--gap-sm); font-size: 13px; }
.zoroya-scope .hero { padding: var(--gap-lg) 0 var(--gap-md); }
.zoroya-scope .hero__main { font-size: clamp(36px, 10vw, 56px); }
.zoroya-scope .hero__motif { width: 88vw; }
.zoroya-scope .lead p { font-size: 16px; line-height: 1.9; }
.zoroya-scope .site-footer__inner { grid-template-columns: 1fr; gap: var(--gap-md); }
.zoroya-scope .site-footer__bottom { flex-direction: column; gap: 6px; }
.zoroya-scope .pickup__grid { grid-template-columns: 1fr; }
}
.zoroya-scope .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.zoroya-scope :focus-visible { outline: 2px solid var(--c-accent); outline-offset: 2px; border-radius: 2px; }
@media (prefers-reduced-motion: reduce) {
.zoroya-scope *, .zoroya-scope *::before, .zoroya-scope *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
.zoroya-scope .hero__main, .zoroya-scope .hero__sub, .zoroya-scope .hero__cta { opacity: 1; animation: none; clip-path: none; }
.zoroya-scope .hero__motif .shoe { stroke-dashoffset: 0; }
.zoroya-scope .hero__motif .arch, .zoroya-scope .hero__motif .marker { opacity: 1; }
}
