/* ===== Reset & Base ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #2c2a35;
  background: #fafaf6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, iframe { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: opacity .2s; }
a:hover { opacity: .75; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul, ol { padding: 0; list-style: none; margin: 0; }
table { border-collapse: collapse; width: 100%; }

:root {
  --c-ink: #1a1a2e;
  --c-ink-2: #2c2a35;
  --c-ink-3: #5a5564;
  --c-ink-soft: #8a8492;
  --c-bg: #fafaf6;
  --c-bg-2: #f3efe6;
  --c-card: #ffffff;
  --c-line: #e6e1d6;
  --c-night: #14163a;
  --c-night-2: #1f2452;
  --c-gold: #c9a96e;
  --c-gold-dark: #a38245;
  --c-accent: #4a5d92;
  --maxw: 1080px;
  --pad: 24px;
  --font-jp-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --font-jp-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-en: "Cormorant Garamond", "Noto Serif JP", serif;
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--pad);
}

/* ===== Header ===== */
.site-header {
  position: fixed; inset-block-start: 0; inset-inline: 0;
  z-index: 100;
  background: rgba(250,250,246,.85);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, background .25s;
}
.site-header.scrolled {
  border-bottom-color: var(--c-line);
  background: rgba(250,250,246,.95);
}
.header-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px var(--pad);
  display: flex;
  align-items: center;
  gap: 24px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  margin-inline-end: auto;
}
.logo-moon {
  font-size: 26px; line-height: 1;
  color: var(--c-gold);
  transform: translateY(-1px);
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .06em;
  color: var(--c-ink);
}
.logo-sub {
  font-size: 11px;
  letter-spacing: .15em;
  color: var(--c-ink-soft);
  margin-top: 2px;
}

.nav {
  display: flex;
  gap: 28px;
}
.nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--c-ink-2);
  position: relative;
}
.nav a::after {
  content: ""; position: absolute; inset-inline: 0; inset-block-end: -6px;
  height: 1px; background: var(--c-gold); transform: scaleX(0); transform-origin: left;
  transition: transform .3s;
}
.nav a:hover { opacity: 1; }
.nav a:hover::after { transform: scaleX(1); }

.btn-reserve-header {
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
  background: var(--c-night);
  color: #fff;
  border-radius: 999px;
  letter-spacing: .08em;
  transition: background .2s, transform .2s;
}
.btn-reserve-header:hover {
  background: var(--c-night-2);
  opacity: 1;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 30px; height: 30px;
  justify-content: center; align-items: center;
}
.nav-toggle span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--c-ink);
  transition: transform .25s, opacity .25s;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 120px var(--pad) 100px;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #0a0d28 0%, #181d44 60%, #2a2e5c 100%);
  color: #f7f4ea;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(201,169,110,.18), transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(94,116,176,.25), transparent 50%);
  pointer-events: none;
}
.stars { position: absolute; inset: 0; pointer-events: none; }
.stars::before, .stars::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,.7) 50%, transparent),
    radial-gradient(1.5px 1.5px at 80% 60%, rgba(255,255,255,.6) 50%, transparent),
    radial-gradient(1px 1px at 50% 80%, rgba(255,255,255,.5) 50%, transparent),
    radial-gradient(2px 2px at 15% 70%, rgba(255,255,255,.4) 50%, transparent),
    radial-gradient(1px 1px at 90% 20%, rgba(255,255,255,.7) 50%, transparent),
    radial-gradient(1px 1px at 35% 90%, rgba(255,255,255,.5) 50%, transparent),
    radial-gradient(1.5px 1.5px at 65% 15%, rgba(255,255,255,.6) 50%, transparent);
  animation: twinkle 6s ease-in-out infinite alternate;
}
.stars::after {
  background-image:
    radial-gradient(1px 1px at 25% 50%, rgba(201,169,110,.4) 50%, transparent),
    radial-gradient(1.5px 1.5px at 75% 35%, rgba(201,169,110,.3) 50%, transparent),
    radial-gradient(1px 1px at 45% 15%, rgba(255,255,255,.6) 50%, transparent),
    radial-gradient(2px 2px at 85% 80%, rgba(255,255,255,.4) 50%, transparent);
  animation: twinkle 8s ease-in-out infinite alternate-reverse;
}
@keyframes twinkle {
  from { opacity: .55; }
  to   { opacity: 1; }
}

.hero-content {
  position: relative; z-index: 2;
  max-width: 760px;
}
.hero-eyebrow {
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: .25em;
  color: var(--c-gold);
  margin: 0 0 22px;
  text-transform: uppercase;
}
.hero-title {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.45;
  letter-spacing: .04em;
  margin: 0 0 24px;
  color: #fdfbf3;
}
.hero-sub {
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 2;
  color: rgba(253,251,243,.85);
  margin: 0 0 40px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
}
.hero-tags {
  display: flex; flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  font-size: 12px;
  letter-spacing: .12em;
  color: rgba(253,251,243,.75);
}
.hero-tags li {
  position: relative;
  padding-inline-end: 14px;
}
.hero-tags li::after {
  content: "・";
  position: absolute; right: -2px; top: 50%; transform: translateY(-50%);
  color: var(--c-gold); opacity: .6;
}
.hero-tags li:last-child::after { display: none; }

.scroll-cue {
  position: absolute;
  bottom: 30px; left: 50%; transform: translateX(-50%);
  width: 22px; height: 36px;
  border: 1px solid rgba(253,251,243,.5);
  border-radius: 12px;
  z-index: 2;
}
.scroll-cue span {
  position: absolute;
  top: 8px; left: 50%; transform: translateX(-50%);
  width: 2px; height: 6px;
  background: rgba(253,251,243,.8);
  border-radius: 1px;
  animation: scrollCue 1.5s ease-in-out infinite;
}
@keyframes scrollCue {
  0% { transform: translate(-50%, 0); opacity: 1; }
  100% { transform: translate(-50%, 12px); opacity: 0; }
}

/* ===== Buttons ===== */
.btn-primary, .btn-secondary {
  display: inline-flex; flex-direction: column; align-items: center;
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: transform .2s, box-shadow .2s, background .2s;
  text-align: center;
}
.btn-primary {
  background: var(--c-gold);
  color: #1a1a2e;
  box-shadow: 0 6px 24px -8px rgba(201,169,110,.5);
}
.btn-primary:hover {
  background: var(--c-gold-dark);
  color: #fff;
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -10px rgba(201,169,110,.6);
}
.btn-secondary {
  background: transparent;
  color: inherit;
  border: 1.5px solid currentColor;
  padding: 16px 28px;
  flex-direction: row;
}
.btn-secondary:hover {
  background: rgba(255,255,255,.08);
  opacity: 1;
  transform: translateY(-2px);
}
.section-cta .btn-secondary { color: var(--c-ink); }
.section-cta .btn-secondary:hover { background: rgba(0,0,0,.04); }
.btn-label { font-size: 15px; }
.btn-sub {
  font-size: 11px;
  font-weight: 400;
  margin-top: 4px;
  letter-spacing: .1em;
  opacity: .8;
}

/* ===== Section Common ===== */
.section {
  padding: 100px 0;
}
.section-eyebrow {
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--c-gold-dark);
  text-align: center;
  margin: 0 0 14px;
}
.section-title {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: clamp(26px, 3.5vw, 36px);
  line-height: 1.5;
  letter-spacing: .03em;
  text-align: center;
  margin: 0 0 32px;
  color: var(--c-ink);
}
.section-lead {
  text-align: center;
  max-width: 640px; margin: 0 auto 56px;
  color: var(--c-ink-3);
  line-height: 2;
}

/* ===== Concept ===== */
.section-concept { background: var(--c-bg-2); }
.concept-lead {
  text-align: center;
  max-width: 720px; margin: 0 auto 64px;
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 2.2;
  color: var(--c-ink-2);
}
.concept-lead strong {
  color: var(--c-gold-dark);
  font-weight: 700;
  border-bottom: 2px solid var(--c-gold);
  padding-bottom: 1px;
}

.concept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
.concept-card {
  background: var(--c-card);
  padding: 36px 28px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid var(--c-line);
  transition: transform .25s, box-shadow .25s;
}
.concept-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px -16px rgba(26,26,46,.18);
}
.concept-card .card-icon {
  font-size: 36px; line-height: 1;
  display: block;
  margin-bottom: 18px;
}
.concept-card h3 {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 14px;
  color: var(--c-ink);
  letter-spacing: .04em;
}
.concept-card p {
  font-size: 14px;
  color: var(--c-ink-3);
  line-height: 1.9;
  margin: 0;
}

.concept-symptoms {
  max-width: 640px; margin: 0 auto;
  background: var(--c-card);
  padding: 36px 32px;
  border-radius: 4px;
  border: 1px solid var(--c-line);
}
.symptoms-lead {
  text-align: center;
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .08em;
  color: var(--c-ink);
  margin: 0 0 18px;
}
.concept-symptoms ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 28px;
  font-size: 14px;
  color: var(--c-ink-2);
}
.concept-symptoms li {
  position: relative;
  padding-inline-start: 18px;
}
.concept-symptoms li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--c-gold-dark);
  font-weight: 700;
}

/* ===== Menu ===== */
.menu-block {
  max-width: 720px;
  margin: 0 auto 48px;
}
.menu-block-title {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: .05em;
  text-align: center;
  margin: 0 0 12px;
  color: var(--c-ink);
  position: relative;
  padding-bottom: 16px;
}
.menu-block-title::after {
  content: "";
  position: absolute;
  inset-block-end: 0; left: 50%; transform: translateX(-50%);
  width: 32px; height: 1.5px;
  background: var(--c-gold);
}
.menu-block-desc {
  text-align: center;
  font-size: 14px;
  color: var(--c-ink-3);
  margin: 0 0 24px;
}
.menu-table {
  background: var(--c-card);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--c-line);
}
.menu-table tr + tr { border-top: 1px solid var(--c-line); }
.menu-table th, .menu-table td {
  padding: 18px 24px;
  text-align: left;
  vertical-align: middle;
}
.menu-table th {
  font-weight: 500;
  font-size: 15px;
  color: var(--c-ink);
}
.menu-table td.price {
  text-align: right;
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 18px;
  color: var(--c-ink);
  white-space: nowrap;
}
.price-new {
  color: var(--c-gold-dark);
  font-weight: 700;
}
.price-org {
  display: block;
  font-size: 11px;
  color: var(--c-ink-soft);
  text-decoration: line-through;
  margin-top: 2px;
  font-weight: 400;
}
.badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  margin-inline-start: 8px;
  letter-spacing: .08em;
  vertical-align: middle;
}
.badge-new { background: rgba(201,169,110,.18); color: var(--c-gold-dark); }
.badge-pop { background: rgba(170,40,40,.1); color: #aa2828; }
.badge-set { background: var(--c-night); color: var(--c-gold); }

.menu-note {
  text-align: center;
  font-size: 12px;
  color: var(--c-ink-soft);
  margin: 24px auto 48px;
  max-width: 640px;
}
.menu-cta {
  text-align: center;
}

/* ===== Flow ===== */
.section-flow { background: var(--c-bg-2); }
.flow-list {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}
.flow-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  background: var(--c-card);
  padding: 28px 28px;
  border-radius: 4px;
  border: 1px solid var(--c-line);
  align-items: center;
}
.flow-num {
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 300;
  color: var(--c-gold);
  text-align: center;
}
.flow-body h3 {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 8px;
  color: var(--c-ink);
}
.flow-body p {
  font-size: 14px;
  color: var(--c-ink-3);
  margin: 0;
  line-height: 1.9;
}

/* ===== Staff ===== */
.staff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.staff-card {
  text-align: center;
}
.staff-photo {
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #2a3060 0%, #14163a 100%);
  border-radius: 50%;
  margin: 0 auto 18px;
  width: 100%;
  max-width: 180px;
  position: relative;
  overflow: hidden;
}
.staff-photo[data-placeholder]::after {
  content: "☾";
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 48px;
  color: var(--c-gold);
  opacity: .65;
}
.staff-name {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 4px;
  color: var(--c-ink);
}
.staff-role {
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-gold-dark);
  margin: 0 0 12px;
}
.staff-msg {
  font-size: 13px;
  color: var(--c-ink-3);
  margin: 0;
  line-height: 1.85;
}

/* ===== FAQ ===== */
.section-faq { background: var(--c-bg-2); }
.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq-item {
  background: var(--c-card);
  border: 1px solid var(--c-line);
  border-radius: 4px;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  padding: 20px 56px 20px 24px;
  font-weight: 500;
  font-size: 15px;
  color: var(--c-ink);
  position: relative;
  list-style: none;
  transition: background .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px; top: 50%; transform: translateY(-50%);
  font-size: 22px;
  font-weight: 300;
  color: var(--c-gold);
  transition: transform .25s;
}
.faq-item[open] summary::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}
.faq-item summary:hover {
  background: rgba(201,169,110,.05);
}
.faq-body {
  padding: 0 24px 22px;
  font-size: 14px;
  color: var(--c-ink-3);
  line-height: 1.95;
}
.faq-body p { margin: 0; }

/* ===== Access ===== */
.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  max-width: 1000px;
  margin: 0 auto;
}
.info-list { margin: 0; }
.info-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--c-line);
}
.info-row:first-child { padding-top: 0; }
.info-row dt {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--c-gold-dark);
  margin: 0;
}
.info-row dd {
  font-size: 14px;
  color: var(--c-ink-2);
  margin: 0;
  line-height: 1.85;
}
.info-row dd small {
  display: block;
  font-size: 12px;
  color: var(--c-ink-soft);
  margin-top: 4px;
}
.info-row a { border-bottom: 1px solid currentColor; }

.access-map {
  background: var(--c-bg-2);
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--c-line);
}
.access-map iframe { width: 100%; height: 100%; border: 0; }

/* ===== CTA Section ===== */
.section-cta {
  background: linear-gradient(180deg, #14163a 0%, #1f2452 100%);
  color: #fdfbf3;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section-cta::before, .section-cta::after {
  content: ""; position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,110,.15), transparent 70%);
  pointer-events: none;
}
.section-cta::before {
  width: 400px; height: 400px;
  top: -150px; left: -100px;
}
.section-cta::after {
  width: 500px; height: 500px;
  bottom: -200px; right: -150px;
  background: radial-gradient(circle, rgba(94,116,176,.18), transparent 70%);
}
.cta-title {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.7;
  letter-spacing: .05em;
  margin: 0 0 40px;
  position: relative; z-index: 2;
}
.cta-actions {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px;
  position: relative; z-index: 2;
}
.section-cta .btn-secondary { color: #fdfbf3; }

/* ===== Footer ===== */
.site-footer {
  background: #0f1130;
  color: rgba(253,251,243,.7);
  padding: 64px 0 32px;
  font-size: 13px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.footer-logo .logo-name,
.footer-logo .logo-sub { color: #fdfbf3; }
.footer-desc {
  font-size: 13px;
  line-height: 1.9;
  max-width: 320px;
}
.footer-nav-block h4 {
  font-family: var(--font-jp-serif);
  font-size: 14px;
  letter-spacing: .12em;
  color: var(--c-gold);
  margin: 0 0 16px;
  font-weight: 500;
}
.footer-nav-block ul { display: grid; gap: 10px; }
.footer-nav-block a { display: inline-block; }
.copy {
  text-align: center;
  font-size: 11px;
  letter-spacing: .08em;
  color: rgba(253,251,243,.4);
  border-top: 1px solid rgba(253,251,243,.08);
  padding-top: 24px;
  margin: 0;
}

/* ===== Mobile Sticky CTA ===== */
.mobile-cta {
  display: none;
  position: fixed;
  inset-block-end: 16px;
  inset-inline-start: 16px; inset-inline-end: 16px;
  z-index: 90;
  background: var(--c-gold);
  color: var(--c-ink);
  padding: 16px;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .08em;
  box-shadow: 0 10px 32px -8px rgba(201,169,110,.5);
}

/* ===== Responsive ===== */
@media (max-width: 880px) {
  .concept-grid { grid-template-columns: 1fr; }
  .staff-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
  .access-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .nav, .btn-reserve-header { display: none; }
  .nav-toggle { display: flex; }
  .header-inner { padding: 12px var(--pad); }
  .nav.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset-block-start: 100%;
    inset-inline: 0;
    background: rgba(250,250,246,.98);
    backdrop-filter: blur(10px);
    padding: 24px;
    gap: 18px;
    border-bottom: 1px solid var(--c-line);
  }
  .nav.is-open a { font-size: 16px; padding: 8px 0; }
  .nav-toggle.is-active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle.is-active span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  .hero { padding: 100px var(--pad) 100px; }
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-secondary { width: 100%; max-width: 320px; }

  .concept-symptoms ul { grid-template-columns: 1fr; }

  .flow-item { grid-template-columns: 60px 1fr; gap: 16px; padding: 22px 20px; }
  .flow-num { font-size: 32px; }

  .menu-table th, .menu-table td { padding: 14px 18px; }
  .menu-table td.price { font-size: 17px; }

  .mobile-cta { display: block; }

  .info-row { grid-template-columns: 90px 1fr; }
}

@media (max-width: 480px) {
  .staff-grid { grid-template-columns: 1fr; max-width: 260px; }
  .staff-photo { max-width: 160px; }
  .badge { display: block; margin: 6px 0 0; width: fit-content; }
}

/* ===== Subtle Scroll Reveal ===== */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
