:root {
  --bg: #050505;
  --ink: #ededed;
  --panel: #111111;
  --panel-soft: #181818;
  --muted: rgba(237, 237, 237, 0.58);
  --line: rgba(237, 237, 237, 0.15);
  --red: #ff0000;
  --radius: clamp(0.7rem, 1.2vw, 1.2rem);
  --pad: clamp(0.75rem, 1.8vw, 1.75rem);
}

body.light-theme {
  --bg: #f4f2ed;
  --ink: #050505;
  --panel: #e8e4dc;
  --panel-soft: #ded9cf;
  --muted: rgba(5, 5, 5, 0.58);
  --line: rgba(5, 5, 5, 0.15);
}

body.red-theme {
  --bg: #ff0000;
  --ink: #050505;
  --panel: #ededed;
  --panel-soft: #050505;
  --muted: rgba(5, 5, 5, 0.62);
  --line: rgba(5, 5, 5, 0.2);
}

body.red-theme .custom-cursor {
  background: #ffffff;
}

body.red-theme .brand-dot {
  background: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "neue-haas-grotesk-display", "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  transition:
    background 220ms ease,
    color 220ms ease;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.bleed {
  width: 100%;
  padding-inline: var(--pad);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  height: 66px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  padding-inline: var(--pad);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
}

.brand-dot {
  width: 0.72rem;
  height: 0.72rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--red);
}

.site-actions {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.8vw, 2rem);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 2.2vw, 2.8rem);
}

.site-nav a,
.theme-toggle,
.eyebrow,
.section-line,
.category,
.work-number,
.project-caption span,
.project-caption small,
.small-card small,
.site-footer,
.detail-meta,
.back-link,
.progress-value {
  font-size: clamp(1.2rem, 1.2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
}

.site-nav a,
.theme-toggle,
.text-link,
.site-footer a,
.back-link {
  transition: color 160ms ease;
}

.site-nav a {
  color: var(--muted);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.theme-toggle:hover,
.theme-toggle:focus-visible,
.text-link:hover,
.text-link:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible,
.back-link:hover,
.back-link:focus-visible {
  color: var(--red);
}

body.red-theme .site-nav a:hover,
body.red-theme .site-nav a:focus-visible,
body.red-theme .theme-toggle:hover,
body.red-theme .theme-toggle:focus-visible,
body.red-theme .text-link:hover,
body.red-theme .text-link:focus-visible,
body.red-theme .site-footer a:hover,
body.red-theme .site-footer a:focus-visible,
body.red-theme .back-link:hover,
body.red-theme .back-link:focus-visible {
  color: #ffffff;
}

.theme-toggle,
.lang-toggle,
.menu-toggle {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.theme-toggle {
  display: grid;
  min-width: 4.8rem;
  height: 2.75rem;
  place-items: center;
  padding: 0 1rem;
}

.lang-toggle {
  padding: 0.62rem 0.8rem;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
}

.menu-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 3px auto;
  background: var(--ink);
}

.home-hero {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 28vw);
  gap: 1rem;
  align-items: start;
  padding-top: 86px;
  padding-bottom: var(--pad);
}

.hero-copy {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.eyebrow {
  margin: 0;
  color: var(--muted);
}

.home-hero h1,
.page-hero h1,
.about-shock h1,
.detail-hero h1,
.contact-hero h1 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(4.5rem, 18vw, 23rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 100%;
  font-size: clamp(4rem, 12vw, 15rem);
  letter-spacing: -0.055em;
  line-height: 1;
  white-space: normal;
}

[data-cursor='blur'] {
  position: relative;
  display: block;
  max-width: 100%;
  isolation: isolate;
  overflow: visible;
  padding-block: 0.16em 0.08em;
  margin-block: -0.14em -0.04em;
}

[data-cursor='blur']:hover,
[data-cursor='blur'].is-cursor-active {
  background:
    radial-gradient(circle 500px at var(--cursor-x, 50%) var(--cursor-y, 50%), var(--red) 0 8%, color-mix(in srgb, var(--red) 45%, transparent) 24%, transparent 50%),
    var(--ink);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.red-theme [data-cursor='blur']:hover,
body.red-theme [data-cursor='blur'].is-cursor-active {
  background:
    radial-gradient(circle 500px at var(--cursor-x, 50%) var(--cursor-y, 50%), #ffffff 0 8%, rgba(255, 255, 255, 0.45) 24%, transparent 50%),
    var(--ink);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html[lang='ja'] [data-cursor='blur'] {
  letter-spacing: 0;
  line-height: 1.05;
  overflow: visible;
}

html[lang='ja'] .home-hero h1 {
  max-width: 100%;
  font-size: clamp(3.8rem, 8.5vw, 9.8rem);
  white-space: normal;
}

.hero-statement {
  max-width: 25rem;
  align-self: end;
  margin: clamp(18rem, 38vh, 32rem) 0 0;
  font-size: clamp(1.25rem, 2.2vw, 2.7rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.section-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
  color: var(--muted);
}

.section-line p,
.section-line span {
  margin: 0;
}

.text-link {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.home-projects {
  padding-top: clamp(5rem, 9vw, 9rem);
  padding-bottom: 30px;
}

.home-projects + .site-footer {
  margin-top: 30px;
}

.giant-title,
.wide-title {
  max-width: 100%;
  margin: clamp(1rem, 3vw, 2.5rem) 0;
  font-size: clamp(4.2rem, 20vw, 24rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  text-transform: uppercase;
}

.featured-grid,
.small-projects {
  display: grid;
  gap: var(--pad);
}

.featured-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.small-projects {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(5rem, 9vw, 9rem);
}

.featured-card,
.small-card {
  display: block;
}

.push-down {
  margin-top: clamp(4rem, 10vw, 10rem);
}

.work-image {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.work-image.has-png,
.work-image.has-transparent,
.work-image.is-soft-backdrop {
  background: #ededed;
}

.work-image.is-soft-backdrop {
  padding: clamp(0.75rem, 2vw, 1.5rem);
}

.work-image.is-soft-backdrop img {
  object-fit: contain;
}

.work-image.free {
  aspect-ratio: auto;
  min-height: 18rem;
}

.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  filter: grayscale(1);
  transition:
    transform 260ms ease,
    filter 260ms ease;
}

.work-image:hover img,
a:hover .work-image img,
.upcoming-photo:hover img {
  transform: scale(1.03);
  filter: grayscale(0);
}

.upcoming-photo:hover .bw-layer {
  filter: grayscale(1);
}

.work-image[data-cursor='sharp']:hover img {
  filter: grayscale(0);
}

.work-image.is-missing::after {
  color: var(--muted);
  content: "Image missing";
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.work-image.is-missing img {
  display: none;
}

.gallery-item.is-unavailable,
.project-nav-card.is-unavailable {
  display: none;
}

.project-caption {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.35rem 0.75rem;
  align-items: baseline;
  padding-top: 0.7rem;
  padding-inline: 0;
}

.project-caption span {
  grid-column: 1;
  text-align: left;
}

.project-caption strong {
  grid-column: 1;
}

.project-caption strong,
.small-card strong {
  display: block;
  font-size: clamp(2rem, 5vw, 6.5rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.project-caption small,
.small-card small {
  color: var(--muted);
  text-align: left;
}

.small-card strong {
  margin-top: 0.7rem;
  font-size: clamp(2.25rem, 4.8vw, 5.8rem);
}

.small-card small {
  display: block;
  margin-top: 0.25rem;
  text-align: left;
}

.upcoming {
  padding-top: clamp(6rem, 12vw, 12rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.wide-title {
  max-width: 11ch;
  font-size: clamp(4rem, 15vw, 18rem);
}

.upcoming-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 1px;
  background: var(--line);
}

.upcoming-row p {
  min-height: clamp(12rem, 22vw, 22rem);
  margin: 0;
  border-radius: var(--radius);
  background: var(--bg);
  padding: clamp(1rem, 2vw, 2rem);
  font-size: clamp(1.8rem, 4.8vw, 6.5rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;de
}

.site-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--line);
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}

.site-footer p {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  font-size: clamp(0.95rem, 1.45vw, 1.45rem);
}

.site-footer p::before {
  width: 0.72rem;
  height: 0.72rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--red);
  content: "";
}

body.red-theme .site-footer p::before {
  background: #ffffff;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  justify-content: flex-end;
}

.page-hero,
.detail-hero,
.contact-hero {
  display: flex;
  min-height: 68vh;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 92px;
  padding-bottom: clamp(1rem, 2vw, 2rem);
}

.page-hero .eyebrow,
.detail-hero .eyebrow,
.contact-hero .eyebrow,
.about-shock .eyebrow {
  transform: translateY(-10px);
}

.work-list {
  display: grid;
  gap: clamp(3rem, 7vw, 7rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.work-entry {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(14rem, 0.44fr);
  gap: clamp(1rem, 2vw, 2rem);
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: var(--pad);
}

.work-text {
  position: sticky;
  top: 88px;
}

.work-text h2 {
  max-width: 100%;
  margin: 0.5rem 0 0;
  font-size: clamp(2rem, 5vw, 8rem);
  font-weight: 700;
  line-height: 10;
  letter-spacing: -0.065em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.work-text p:not(.work-number):not(.category) {
  max-width: 34rem;
  margin: clamp(1.5rem, 3vw, 3rem) 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.018em;
}

.category,
.work-number {
  margin: 0;
  color: var(--muted);
}

.category {
  margin-top: 0.75rem;
}

.work-entry .work-image {
  min-height: clamp(17rem, 32vw, 34rem);
}

.archive-heading {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding-top: var(--pad);
}

.archive-heading h2 {
  margin: 0;
  font-size: clamp(2.6rem, 8vw, 9rem);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.about-shock {
  display: flex;
  min-height: 94vh;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 92px;
  padding-bottom: var(--pad);
}

.about-shock h1 {
  max-width: 7.8ch;
  font-size: clamp(4.4rem, 13.4vw, 16rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.about-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.about-bottom p {
  max-width: 35rem;
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.goals-hero {
  min-height: 62vh;
}

.goals-hero .hero-statement {
  max-width: 43rem;
  margin-top: clamp(1.5rem, 3vw, 3rem);
}

.goal-board {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: minmax(8rem, auto);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.55rem, 1vw, 0.9rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.goal-tile {
  position: relative;
  display: flex;
  min-height: 14rem;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  padding: clamp(0.8rem, 1.6vw, 1.4rem);
  text-align: left;
  cursor: pointer;
  transition:
    color 200ms ease,
    transform 200ms ease;
}

.goal-tile::before {
  position: absolute;
  inset: auto auto 0 0;
  width: var(--progress, 0%);
  height: 100%;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms ease;
  z-index: 0;
}

.goal-tile > * {
  position: relative;
  z-index: 1;
}

.goal-tile:hover,
.goal-tile:focus-visible,
.goal-tile.is-active {
  color: var(--bg);
  transform: translateY(-0.2rem);
}

.goal-tile:hover::before,
.goal-tile:focus-visible::before,
.goal-tile.is-active::before {
  transform: scaleX(1);
}

.goal-tile span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.goal-tile:hover span,
.goal-tile:focus-visible span,
.goal-tile.is-active span {
  color: color-mix(in srgb, var(--bg) 62%, transparent);
}

.goal-tile strong {
  max-width: 13ch;
  font-size: clamp(1.6rem, 3.4vw, 4.3rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.goal-tile p {
  position: relative;
  z-index: 1;
  max-width: 24rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.86rem, 1.1vw, 1rem);
  font-weight: 700;
  line-height: 1.15;
  opacity: 0;
  transform: translateY(0.45rem);
  transition:
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.progress-value {
  opacity: 0;
  transform: translateY(0.45rem);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.goal-tile:hover .progress-value,
.goal-tile:focus-visible .progress-value,
.goal-tile.is-active .progress-value {
  opacity: 1;
  transform: translateY(0);
}

.goal-tile:hover strong,
.goal-tile:hover .progress-value,
.goal-tile:hover p,
.goal-tile:focus-visible strong,
.goal-tile:focus-visible .progress-value,
.goal-tile:focus-visible p,
.goal-tile.is-active strong,
.goal-tile.is-active .progress-value,
.goal-tile.is-active p {
  color: var(--red);
  opacity: 1;
  transform: translateY(0);
}

.center-goal {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.goal-tile.wide {
  grid-column: span 3;
}

.goal-tile.tall {
  grid-row: span 2;
}

.goal-tile.giant {
  grid-column: span 4;
  grid-row: span 2;
}

.goal-tile.rounded {
  border-radius: 999px;
}

.detail-intro {
  display: grid;
  grid-template-columns: minmax(16rem, 0.28fr) 1fr minmax(9rem, auto);
  gap: var(--pad);
  border-top: 1px solid var(--line);
  padding-top: var(--pad);
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

.detail-intro p {
  max-width: 58rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 2.4rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.detail-meta {
  display: grid;
  gap: 0.5rem;
  align-self: start;
  color: var(--muted);
}

.project-gallery {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--pad);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.gallery-item {
  grid-column: span 2;
}

.gallery-item.wide {
  grid-column: span 3;
}

.gallery-item.giant {
  grid-column: span 4;
  grid-row: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item .work-image {
  min-height: clamp(16rem, 32vw, 38rem);
}

.progress-photo {
  position: relative;
  display: grid;
  min-height: clamp(16rem, 32vw, 38rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  cursor: pointer;
}

.progress-photo img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter 260ms ease,
    transform 260ms ease;
}

.progress-photo .bw-layer {
  filter: grayscale(1);
}

.progress-photo .color-layer {
  clip-path: inset(0 calc(100% - var(--progress)) 0 0);
  filter: grayscale(0);
  object-position: left center;
  z-index: 1;
}

.progress-photo:hover img {
  transform: scale(1.03);
}

.progress-photo span {
  position: absolute;
  right: var(--pad);
  bottom: var(--pad);
  z-index: 2;
  color: #ededed;
  font-size: clamp(3rem, 9vw, 10rem);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.project-external {
  display: grid;
  gap: 1.15rem;
  border-top: 1px solid var(--line);
  padding-top: var(--pad);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.project-external .text-link {
  display: inline-block;
  max-width: 14ch;
  color: var(--red);
  font-size: clamp(2.8rem, 9vw, 11rem);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.08em;
}

.project-external p {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 700;
  line-height: 1.08;
}

.project-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--pad);
  border-top: 1px solid var(--line);
  padding-top: var(--pad);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.project-nav-card {
  display: grid;
  gap: 0.7rem;
}

.project-nav-card span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.project-nav-card strong {
  font-size: clamp(2rem, 5vw, 6.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.contact-page {
  overflow: hidden;
}

.contact-page main {
  display: grid;
  height: 100vh;
  grid-template-rows: minmax(0, 50vh) minmax(0, 1fr);
  padding-top: 100px;
}

.contact-hero {
  min-height: 46vh;
}

.contact-page .contact-hero {
  min-height: 0;
  padding-top: clamp(1rem, 2vw, 2rem);
}

.contact-page .contact-hero h1 {
  font-size: clamp(3rem, 10vw, 20rem);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--pad);
  border-top: 1px solid var(--line);
  padding-top: var(--pad);
  padding-bottom: var(--pad);
}

.contact-card {
  display: flex;
  min-height: calc(54vh - 66px - var(--pad));
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1rem, 2vw, 2rem);
}

.contact-page .contact-card {
  min-height: 0;
}

.contact-card span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-card a {
  font-size: clamp(1.75rem, 4.2vw, 5.4rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.upcoming-body {
  --ink: #ededed;
  --muted: rgba(237, 237, 237, 0.72);
  color: #ededed;
  overflow: hidden;
}

.upcoming-body:not(.light-theme) .site-nav a,
.upcoming-body:not(.light-theme) .theme-toggle,
.upcoming-body:not(.light-theme) .lang-toggle,
.upcoming-body:not(.light-theme) .brand {
  color: #ededed;
}

.upcoming-body.light-theme .site-nav a,
.upcoming-body.light-theme .theme-toggle,
.upcoming-body.light-theme .lang-toggle,
.upcoming-body.light-theme .brand {
  color: #050505;
}

.upcoming-body.light-theme .brand-dot {
  background: var(--red);
}

.upcoming-page {
  display: grid;
  height: 100vh;
  gap: var(--pad);
  padding-top: 86px;
  padding-bottom: var(--pad);
}

.upcoming-copy {
  position: absolute;
  left: calc(var(--pad) * 2);
  right: calc(var(--pad) * 2);
  z-index: 2;
  padding-top: clamp(5rem, 11vw, 10rem);
  color: #ededed;
  pointer-events: none;
}

.upcoming-copy h1 {
  max-width: 100%;
  display: block;
  margin: 0;
  color: #ededed;
  font-size: clamp(4.2rem, 16vw, 21rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  transform: translateX(20px);
}

.upcoming-copy p {
  max-width: 32rem;
  margin: 1rem 0 0;
  color: #ededed;
  font-size: clamp(1.25rem, 2.4vw, 3rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
  transform: translateX(40px);
}

.upcoming-photo {
  position: relative;
  display: grid;
  height: calc(100vh - 86px - var(--pad));
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--panel);
}

.upcoming-photo img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter 360ms ease,
    transform 360ms ease;
}

.upcoming-photo .bw-layer {
  filter: grayscale(1);
}

.upcoming-photo .color-layer {
  width: 100%;
  clip-path: inset(0 calc(100% - var(--progress)) 0 0);
  filter: grayscale(0);
  object-position: left center;
  z-index: 1;
}

.upcoming-photo figcaption {
  position: absolute;
  right: var(--pad);
  bottom: var(--pad);
  z-index: 3;
  display: grid;
  gap: 0.35rem;
  color: #ededed;
  opacity: 0;
  text-align: right;
  text-transform: uppercase;
  transition: opacity 180ms ease;
}

.upcoming-photo:hover figcaption {
  opacity: 1;
}

.upcoming-photo figcaption span {
  font-size: clamp(3rem, 9vw, 10rem);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.upcoming-photo figcaption strong {
  font-size: 0.8rem;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--red);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition:
    width 320ms cubic-bezier(0.22, 1, 0.36, 1) 35ms,
    height 320ms cubic-bezier(0.22, 1, 0.36, 1) 35ms,
    filter 220ms ease 20ms,
    opacity 220ms ease 20ms,
    mix-blend-mode 160ms ease;
}

.custom-cursor.is-fast {
  width: 10px;
  height: 10px;
}

.custom-cursor.is-blur {
  filter: blur(12px);
  opacity: 0.8;
}

.custom-cursor.is-sharp {
  filter: none;
  mix-blend-mode: difference;
}

.custom-cursor.is-button {
  width: 5px;
  height: 5px;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  background: rgba(5, 5, 5, 0.86);
  opacity: 0;
  padding: var(--pad);
  pointer-events: none;
  transition: opacity 180ms ease;
}

.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.image-lightbox img {
  max-width: min(94vw, 120rem);
  max-height: 90vh;
  object-fit: contain;
}

.lightbox-close {
  position: fixed;
  top: var(--pad);
  right: var(--pad);
  z-index: 181;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(237, 237, 237, 0.35);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.35);
  color: #ededed;
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
}

body.red-theme .upcoming-copy p {
  color: #050505;
}

body.red-theme .goal-board,
body.red-theme .goal-tile,
body.red-theme .goal-tile span,
body.red-theme .goal-tile p,
body.red-theme .progress-value {
  color: #ffffff;
}

body.red-theme .goal-tile:hover strong,
body.red-theme .goal-tile:hover .progress-value,
body.red-theme .goal-tile:hover p,
body.red-theme .goal-tile:focus-visible strong,
body.red-theme .goal-tile:focus-visible .progress-value,
body.red-theme .goal-tile:focus-visible p,
body.red-theme .goal-tile.is-active strong,
body.red-theme .goal-tile.is-active .progress-value,
body.red-theme .goal-tile.is-active p {
  color: #ffffff;
}

.project-warning {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: #ff0000;
  color: #050505;
  font-size: clamp(2rem, 8vw, 10rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.055em;
  padding: var(--pad);
  text-align: center;
  text-transform: uppercase;
  transition:
    opacity 360ms ease,
    visibility 360ms ease;
}

.project-warning.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@media (pointer: fine) {
  body {
    cursor: none;
  }

  a,
  button {
    cursor: none;
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .site-actions {
    gap: 0.65rem;
  }

  .site-nav {
    position: fixed;
    inset: 66px 0 auto 0;
    display: grid;
    gap: 0;
    border-bottom: 1px solid var(--line);
    background: color-mix(in srgb, var(--bg) 97%, transparent);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.7rem);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-nav a {
    border-top: 1px solid var(--line);
    padding: 1.1rem var(--pad);
  }

  body.menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .home-hero,
  .featured-grid,
  .small-projects,
  .upcoming-row,
  .work-entry,
  .about-bottom,
  .detail-intro,
  .contact-grid,
  .project-nav {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 86vh;
  }

  .contact-page main {
    grid-template-rows: minmax(0, 34vh) minmax(0, 1fr);
  }

  .push-down {
    margin-top: 0;
  }

  .project-caption {
    grid-template-columns: 2.5rem 1fr;
  }

  .project-caption small {
    grid-column: 2;
    text-align: left;
  }

  .work-text {
    position: static;
  }

  .goal-board,
  .project-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .goal-tile,
  .goal-tile.wide,
  .goal-tile.giant,
  .gallery-item,
  .gallery-item.wide,
  .gallery-item.giant {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .home-hero h1,
  .page-hero h1,
  .about-shock h1,
  .detail-hero h1,
  .contact-hero h1,
  .upcoming-copy h1 {
    font-size: clamp(3.2rem, 17vw, 6.2rem);
    line-height: 0.98;
    letter-spacing: -0.035em;
  }

  .home-hero h1 {
    font-size: clamp(3.2rem, 14vw, 5.7rem);
  }

  .contact-page .contact-hero h1 {
    font-size: clamp(2.6rem, 14vw, 5.2rem);
  }

  .hero-statement {
    font-size: clamp(1.35rem, 8vw, 3.4rem);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer div {
    justify-content: flex-start;
  }

  .goal-board,
  .project-gallery {
    grid-template-columns: 1fr;
  }

  .goal-tile,
  .goal-tile.wide,
  .goal-tile.tall,
  .goal-tile.giant {
    min-height: 13rem;
    grid-column: span 1;
    grid-row: span 1;
  }
}


/* Final polish: preserve diacritics, long headlines and Upcoming contrast. */
[data-cursor='blur']:hover,
[data-cursor='blur'].is-cursor-active {
  overflow: visible;
}

.home-projects .project-caption,
.home-projects .small-card strong,
.home-projects .small-card small {
  padding-left: 0;
  margin-left: 0;
  text-align: left;
}

.upcoming-body,
.upcoming-body .eyebrow,
.upcoming-body .upcoming-copy,
.upcoming-body .upcoming-copy h1,
.upcoming-body .upcoming-copy p,
.upcoming-body .upcoming-photo figcaption,
.upcoming-body .upcoming-photo figcaption strong,
.upcoming-body .upcoming-photo figcaption span {
  color: #ededed;
}

.upcoming-body .custom-cursor.is-sharp {
  mix-blend-mode: normal;
}

@media (max-width: 980px) {
  .home-hero h1,
  .page-hero h1,
  .about-shock h1,
  .detail-hero h1,
  .contact-hero h1,
  .giant-title,
  .wide-title,
  .work-text h2,
  .archive-heading h2,
  .upcoming-copy h1 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .upcoming-copy {
    left: calc(var(--pad) * 2);
    right: calc(var(--pad) * 2);
  }
}

@media (max-width: 640px) {
  [data-cursor='blur'] {
    padding-block: 0.2em 0.1em;
    margin-block: -0.18em -0.08em;
  }

  .home-hero h1,
  .page-hero h1,
  .about-shock h1,
  .detail-hero h1,
  .contact-hero h1,
  .upcoming-copy h1 {
    font-size: clamp(2.85rem, 15vw, 5.8rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
  }

  .giant-title,
  .wide-title {
    font-size: clamp(3rem, 18vw, 6.2rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
  }

  .work-text h2,
  .archive-heading h2 {
    font-size: clamp(2.25rem, 14vw, 4.8rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
  }

  .upcoming-copy {
    left: calc(var(--pad) * 2);
    right: calc(var(--pad) * 2);
  }
}



/* Final export cleanup - cleaned layout, images and cursor */
:root {
  --page-pad: clamp(24px, 3vw, 40px);
}

.bleed {
  width: 100%;
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
  box-sizing: border-box;
}

.site-header {
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

.home-hero {
  min-height: 100vh;
  grid-template-columns: 1fr;
  align-content: start;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.hero-copy {
  gap: clamp(1rem, 2vw, 2rem);
}

.home-hero h1 {
  width: 100%;
  max-width: none;
  font-size: clamp(5.8rem, 13.6vw, 21rem);
  line-height: 0.84;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.hero-statement {
  max-width: 32rem;
  align-self: start;
  margin: 0;
}

.featured-grid,
.small-projects,
.work-list,
.work-archive,
.project-gallery,
.project-nav {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.featured-card,
.small-card,
.work-entry,
.project-nav-card,
.gallery-item {
  min-width: 0;
}

.featured-card,
.small-card {
  display: grid;
  grid-template-rows: auto auto;
  align-items: start;
}

.featured-card .work-image,
.small-card .work-image,
.work-entry > a,
.work-entry .work-image,
.project-nav-card .work-image,
.gallery-item .work-image {
  width: 100%;
  max-width: 100%;
}

.work-image,
.progress-photo,
.upcoming-photo {
  overflow: hidden;
  border-radius: var(--radius);
  max-width: 100%;
}

.work-image img,
.progress-photo img,
.upcoming-photo img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.work-image.is-soft-backdrop img {
  object-fit: contain;
}

.project-caption,
.small-card strong,
.small-card small,
.work-text,
.project-nav-card span,
.project-nav-card strong {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}

.project-caption {
  grid-template-columns: minmax(0, 1fr);
  transform: translateX(0);
}

.project-caption span,
.project-caption strong,
.project-caption small {
  grid-column: 1;
  text-align: left;
}

.small-card strong,
.small-card small {
  transform: translateX(0);
}

.work-list,
.work-archive {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem 40px;
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.work-entry {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  border-top: 0;
  padding-top: 0;
}

.work-entry .work-text {
  position: static;
  display: contents;
}

.work-entry .work-number {
  order: 1;
}

.work-entry h2 {
  order: 2;
}

.work-entry .category {
  order: 3;
}

.work-entry .work-text p:not(.work-number):not(.category) {
  order: 4;
}

.work-entry .text-link {
  order: 5;
}

.work-entry > a {
  order: 6;
}

.work-text h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5.6vw, 7rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.work-text p:not(.work-number):not(.category) {
  max-width: 100%;
  margin: clamp(1.2rem, 2vw, 2.4rem) 0 0;
}

.work-entry .work-image {
  min-height: 0;
  aspect-ratio: 1 / 1;
}

.archive-heading {
  grid-column: 1 / -1;
}

.project-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.gallery-item,
.gallery-item.wide,
.gallery-item.giant,
.gallery-item.tall {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-item .work-image,
.progress-photo {
  min-height: 0;
  aspect-ratio: 1 / 1;
}

.detail-intro {
  grid-template-columns: minmax(16rem, 0.28fr) 1fr;
}

/* Blur text radius */
[data-cursor='blur']:hover,
[data-cursor='blur'].is-cursor-active {
  background:
    radial-gradient(circle 2500px at var(--cursor-x, 50%) var(--cursor-y, 50%), var(--red) 0 8%, color-mix(in srgb, var(--red) 45%, transparent) 24%, transparent 50%),
    var(--ink);
  background-clip: text;
  color: transparent;
  overflow: visible;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.red-theme [data-cursor='blur']:hover,
body.red-theme [data-cursor='blur'].is-cursor-active {
  background:
    radial-gradient(circle 2500px at var(--cursor-x, 50%) var(--cursor-y, 50%), #ffffff 0 8%, rgba(255, 255, 255, 0.45) 24%, transparent 50%),
    var(--ink);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Cursor: keep the center dot visible even in blur mode */
.custom-cursor {
  transition:
    width 280ms cubic-bezier(0.22, 1, 0.36, 1),
    height 280ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 140ms ease,
    background 140ms ease,
    mix-blend-mode 140ms ease;
}

.custom-cursor.no-size-transition {
  transition:
    filter 0ms,
    background 0ms,
    mix-blend-mode 0ms;
}

.custom-cursor.is-blur {
  width: 500px;
  height: 500px;
  filter: none;
  opacity: 1;
  mix-blend-mode: normal;
  background:
    radial-gradient(circle at center,
      var(--red) 0 20px,
      rgba(255, 0, 0, 0.34) 21px 80px,
      rgba(255, 0, 0, 0.16) 81px 210px,
      transparent 70%);
}

body.red-theme .custom-cursor.is-blur {
  background:
    radial-gradient(circle at center,
      #ffffff 0 20px,
      rgba(255, 255, 255, 0.34) 21px 80px,
      rgba(255, 255, 255, 0.16) 81px 210px,
      transparent 70%);
}

@media (max-width: 980px) {
  .work-list,
  .work-archive,
  .project-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero h1 {
    font-size: clamp(4.4rem, 13vw, 10rem);
    white-space: normal;
  }

  .home-hero h1,
  .page-hero h1,
  .about-shock h1,
  .detail-hero h1,
  .contact-hero h1,
  .giant-title,
  .wide-title,
  .work-text h2,
  .archive-heading h2,
  .upcoming-copy h1 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .upcoming-copy {
    left: var(--page-pad);
    right: var(--page-pad);
  }
}

@media (max-width: 640px) {
  :root {
    --page-pad: 16px;
  }

  .work-list,
  .work-archive,
  .project-gallery,
  .featured-grid,
  .small-projects {
    grid-template-columns: 1fr;
  }

  .home-hero h1 {
    font-size: clamp(3.6rem, 17vw, 6.5rem);
    line-height: 0.9;
    white-space: normal;
  }

  .work-text h2,
  .small-card strong,
  .project-caption strong {
    font-size: clamp(2.8rem, 16vw, 5.6rem);
  }

  [data-cursor='blur'] {
    padding-block: 0.2em 0.1em;
    margin-block: -0.18em -0.08em;
  }

  .home-hero h1,
  .page-hero h1,
  .about-shock h1,
  .detail-hero h1,
  .contact-hero h1,
  .upcoming-copy h1 {
    font-size: clamp(2.85rem, 15vw, 5.8rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
  }

  .giant-title,
  .wide-title {
    font-size: clamp(3rem, 18vw, 6.2rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
  }

  .archive-heading h2 {
    font-size: clamp(2.25rem, 14vw, 4.8rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
  }
}
.work-image {
  transform: translateX(-40px);
}

.custom-cursor.is-button {
  width: 10px !important;
  height: 10px !important;
}

.project-nav-card:first-child .work-image {
  margin: 0 auto 0 0;
}

.project-nav-card:last-child .work-image {
  margin: 0 0 0 auto;
}

.project-nav-card .work-image {
  max-width: 60%;
}

.project-gallery .work-image,
.project-gallery .progress-photo,
.project-nav-card .work-image {
  transform: translateX(0px);
}

.project-nav-card:first-child .work-image {
  transform: translateX(40px);
}

.project-nav-card:last-child .work-image {
  transform: translateX(-40px);
}

.project-nav-card:first-child span,
.project-nav-card:first-child strong {
  transform: translateX(40px);
}
.project-nav-card:last-child span,
.project-nav-card:last-child strong {
  transform: translateX(435px);
}

.site-nav a,
.theme-toggle,
.lang-toggle {
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  /* 1. remove blur hover on mobile */
  [data-cursor='blur']:hover,
  [data-cursor='blur'].is-cursor-active {
    background: none;
    color: inherit;
    -webkit-text-fill-color: currentColor;
  }

  .custom-cursor {
    display: none;
  }

  /* 2. home first section height */
  .home-hero {
    min-height: 50vh;
    padding-top: 82px;
    padding-bottom: 2rem;
  }

  .hero-statement {
    margin-top: 1rem;
  }

  /* 3. home + works title/description sizes */
  .home-hero h1 {
    font-size: clamp(2rem, 12vw, 4.5rem);
    line-height: 0.92;
  }

  .hero-statement {
    font-size: clamp(1.25rem, 7vw, 2.8rem);
    line-height: 0.95;
  }

  .giant-title,
  .wide-title,
  .page-hero h1,
  .about-shock h1,
  .detail-hero h1,
  .contact-hero h1,
  .upcoming-copy h1 {
    font-size: clamp(2rem, 12vw, 4.5rem);
    line-height: 0.95;
  }

  /* 4. footer font size */
  .site-footer,
  .site-footer a,
  .site-footer p {
    font-size: 0.82rem;
  }

  /* 6. first section sizes on subpages */
  .page-hero,
  .about-shock,
  .detail-hero,
  .contact-hero,
  .goals-hero {
    min-height: 48vh;
    padding-top: 86px;
    padding-bottom: 1.5rem;
  }

  .upcoming-page {
    height: 78vh;
    padding-top: 82px;
  }

  .contact-page main {
    height: auto;
    min-height: 100vh;
    grid-template-rows: auto auto;
  }

  /* 7. works mobile text sizes */
  .work-text h2 {
    font-size: clamp(3rem, 10vw, 5rem);
    line-height: 1;
  }

  .category,
  .work-number {
    font-size: 0.78rem;
  }

  .work-text p:not(.work-number):not(.category) {
    font-size: 1rem;
    line-height: 1.2;
  }

  .work-entry .work-image {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .project-nav-card .work-image {
    max-width: 100%;
  }

  .project-nav-card strong {
    font-size: clamp(3rem, 10vw, 5rem);
    line-height: 1;
  }

  .project-nav-card span {
    font-size: 0.78rem;
  }

  /* 8. archive label under ARCHIVE */
  .archive-heading {
    display: block;
  }

  .archive-heading h2 {
    margin-bottom: 0.5rem;
  }

  .archive-heading .category {
    display: block;
  }
}

@media (max-width: 640px) {
  /* 1. make project subpage gallery images bigger */
  .project-gallery {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .project-gallery .gallery-item,
  .project-gallery .work-image,
  .project-gallery .progress-photo {
    width: 100%;
    max-width: 100%;
  }

  .project-gallery .work-image,
  .project-gallery .progress-photo {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  /* 2. reset previous/next mobile layout and center everything */
  .project-nav {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .project-nav-card,
  .project-nav-card:first-child,
  .project-nav-card:last-child {
    justify-self: center;
    text-align: center;
    transform: none;
  }

  .project-nav-card .work-image,
  .project-nav-card:first-child .work-image,
  .project-nav-card:last-child .work-image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    transform: none;
  }

  .project-nav-card span,
  .project-nav-card strong,
  .project-nav-card:first-child span,
  .project-nav-card:first-child strong,
  .project-nav-card:last-child span,
  .project-nav-card:last-child strong {
    text-align: center;
    transform: none;
  }

  /* 3. move project long description under category/meta */
  .detail-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .detail-meta {
    gap: 0.35rem;
  }

  .detail-intro p {
    max-width: 100%;
    font-size: clamp(1.3rem, 6vw, 2.4rem);
    line-height: 1;
  }
}

@media (max-width: 640px) {
  .project-gallery {
    justify-items: center;
  }

  .project-gallery .work-image,
  .project-gallery .progress-photo {
    width: 92%;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-gallery .gallery-item.is-unavailable {
    display: none;
  }
}