/* atmosphere */
.fog {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.fog-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  will-change: transform;
  mix-blend-mode: multiply;
}

.fog-1 {
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(243, 197, 168, 0.55) 0%, transparent 65%);
  top: -260px;
  left: -240px;
  animation: drift1 64s ease-in-out infinite alternate;
}

.fog-2 {
  width: 1100px;
  height: 1100px;
  background: radial-gradient(circle, rgba(232, 173, 113, 0.42) 0%, transparent 65%);
  bottom: -360px;
  right: -340px;
  animation: drift2 88s ease-in-out infinite alternate;
}

.fog-3 {
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(230, 0, 35, 0.06) 0%, transparent 60%);
  top: 38%;
  left: 28%;
  animation: drift3 104s ease-in-out infinite alternate;
}

.fog-4 {
  width: 580px;
  height: 580px;
  background: radial-gradient(circle, rgba(243, 220, 175, 0.55) 0%, transparent 65%);
  top: 70%;
  left: 70%;
  animation: drift4 76s ease-in-out infinite alternate;
}

@keyframes drift1 {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(140px, 90px) scale(1.15); }
}

@keyframes drift2 {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-110px, -130px) scale(1.1); }
}

@keyframes drift3 {
  from {
    transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  to {
    transform: translate(90px, -70px) scale(1.25);
    opacity: 1;
  }
}

@keyframes drift4 {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-80px, 60px) scale(1.1); }
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-meta {
  padding: clamp(1rem, 2vw, 1.35rem) 0 0;
}

.site-meta .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  text-align: right;
}

.hero {
  display: flex;
  align-items: center;
  padding: calc(var(--section-space-top) * 0.4) 0 calc(var(--section-space-bottom) * 0.9);
}

.hero-inner {
  width: min(100%, 44rem);
  opacity: 0;
  transform: translateY(12px);
  animation: rise 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
  display: flex;
  flex-direction: column;
  gap: clamp(0.7rem, 1.4vw, 1.1rem);
}

.kicker {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: clamp(0.8rem, 1.5vw, 1.2rem);
  display: inline-block;
  letter-spacing: 0.01em;
}

.kicker a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.kicker a:hover {
  color: var(--red);
}

.title {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-size: clamp(72px, 16vw, 168px);
  line-height: 0.88;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: clamp(0.6rem, 1.4vw, 1rem);
  display: flex;
  align-items: baseline;
  gap: 0.12em;
  flex-wrap: wrap;
}

.title em {
  font-style: italic;
}

.title .reddot {
  display: inline-block;
  width: 0.16em;
  height: 0.16em;
  background: var(--red);
  border-radius: 50%;
  vertical-align: baseline;
  align-self: baseline;
  margin-left: -0.02em;
  margin-bottom: 0.1em;
}

.tagline {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: clamp(24px, 4.6vw, 34px);
  line-height: 1.2;
  color: var(--ink-soft);
  margin-bottom: 0;
  letter-spacing: -0.005em;
}

.when {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.4vw, 18px);
  color: var(--muted);
  letter-spacing: 0.01em;
}

.hero-cta {
  margin-top: clamp(0.5rem, 1vw, 0.85rem);
}

.hero-time {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(58, 48, 38, 0.42);
  margin: 0;
}

.hero-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--muted);
}

.hero-links a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 125, 104, 0.45);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hero-links a:hover,
.hero-links a:focus-visible {
  color: var(--ink);
  border-color: var(--red);
  outline: none;
}

.manifesto {
  padding: calc(var(--section-space-top) * 0.65) 0 var(--section-space-bottom);
}

.manifesto-line {
  font-family: "Instrument Serif", serif;
  font-size: clamp(34px, 7vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: var(--stack-tight);
  color: var(--ink);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1s ease, transform 1s ease;
}

.manifesto-line.in {
  opacity: 1;
  transform: translateY(0);
}

.manifesto-line:nth-child(1) { transition-delay: 0s; }
.manifesto-line:nth-child(2) { transition-delay: 0.18s; }
.manifesto-line:nth-child(3) {
  transition-delay: 0.36s;
  color: var(--red);
  font-style: italic;
  position: relative;
  display: inline-block;
}

.manifesto-line:nth-child(3) .scribble {
  position: absolute;
  left: -4px;
  bottom: -10px;
  width: 100%;
  height: 14px;
  pointer-events: none;
}

.manifesto-line:nth-child(4) {
  transition-delay: 0.54s;
}

.manifesto-line:nth-child(4) em {
  font-style: italic;
}

.why {
  padding: var(--section-space-top) 0 var(--section-space-bottom);
}

.why .label,
.expect .label {
  margin-bottom: clamp(1.25rem, 2vw, 1.8rem);
}

.why-line {
  font-family: "Instrument Serif", serif;
  font-size: clamp(30px, 5.6vw, 46px);
  line-height: 1.22;
  letter-spacing: -0.015em;
  color: var(--faint);
  margin-bottom: var(--stack-base);
  transition: color 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
  opacity: 0.55;
}

.why-line.active {
  color: var(--ink);
  opacity: 1;
}

.why-line.past {
  color: var(--faint);
  opacity: 0.32;
}

.why-line.land {
  font-style: italic;
}

.why-line.land.active {
  color: var(--red);
  opacity: 1;
}

.why-line.land.past {
  color: var(--red);
  opacity: 0.45;
}

.expect {
  padding: var(--section-space-top) 0 var(--section-space-bottom);
}

.expect h2 {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(34px, 6vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: clamp(1rem, 1.6vw, 1.5rem);
}

.expect h2 em {
  font-style: normal;
  color: var(--red);
}

.expect p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--body);
  max-width: 560px;
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem);
}

.car-section {
  padding: var(--section-space-top) 0 calc(var(--section-space-bottom) + 0.5rem);
}

.car-head {
  margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}

.panel-section {
  padding: var(--section-space-top) 0 var(--section-space-bottom);
}

.panel-section .car-head {
  margin-bottom: clamp(1.6rem, 2.5vw, 2.25rem);
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.car-head .label {
  margin-bottom: 1rem;
}

.car-head h2 {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(36px, 6.5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 18ch;
}

.car-head h2 em {
  font-style: normal;
  color: var(--red);
}

.car-head .sub {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.5;
}

.closer {
  padding: calc(var(--section-space-top) + 0.5rem) 0 var(--section-space-bottom);
}

.closer-pre {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: clamp(22px, 4vw, 30px);
  color: var(--muted);
  margin-bottom: clamp(1rem, 2vw, 1.4rem);
  line-height: 1.3;
}

.timer {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: clamp(120px, 26vw, 260px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--red);
  margin: 0 0 clamp(1.2rem, 2vw, 1.75rem);
  font-feature-settings: "tnum" 1;
  font-variant-numeric: tabular-nums;
}

.closer-line {
  font-family: "Instrument Serif", serif;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: var(--stack-base);
  letter-spacing: -0.015em;
}

.closer-line.land {
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem);
}

.closer-line .trail {
  font-style: italic;
  color: var(--red);
}

.teaser {
  padding: calc(var(--section-space-top) * 0.65) 0 var(--section-space-compact-bottom);
}

.teaser-link {
  margin-top: 0;
}

.closer-line em {
  font-style: italic;
  color: var(--ink-soft);
}

.closer-line.land {
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem);
}

.closer-line .trail {
  font-style: italic;
  color: var(--red);
  margin-left: 1px;
}

.teaser {
  padding: var(--section-space-top) 0 var(--section-space-compact-bottom);
}

.teaser-big {
  font-family: "Caveat", cursive;
  font-weight: 600;
  font-size: clamp(42px, 8vw, 64px);
  color: var(--red);
  line-height: 1;
  margin-bottom: 16px;
  transform: rotate(-1.5deg);
  display: inline-block;
}

.teaser-link {
  margin-top: 4px;
}

.teaser-link a {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}

.teaser-link a:hover {
  color: var(--red);
}

.teaser-link .arr {
  display: inline-block;
  transition: transform 0.2s ease;
  margin-left: 2px;
}

.teaser-link a:hover .arr {
  transform: translateX(3px);
}
