/* ============================================================
   NORBU NORGAY — editorial portfolio
   Palette: true white / near-black, nothing else.
   Type: Archivo (grotesk, variable width) · Instrument Serif
         (display italic) · IBM Plex Mono (film-frame utility)
   Directions (html[data-dir]):
     1 — Editorial serif italic (Founders-adjacent)
     2 — Athletic expanded grotesk
     3 — Hybrid: grotesk caps × serif italic (default)
   ============================================================ */

:root {
  --white: #ffffff;
  --black: #0a0a09;
  --ink-70: rgba(10, 10, 9, 0.72);
  --grey: #77776f;
  --hair: #e5e5e0;
  --hair-dark: #262622;

  --grot: "Archivo", "Helvetica Neue", sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --mono: "IBM Plex Mono", "SF Mono", monospace;

  --pad: clamp(1.25rem, 4vw, 4rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--white);
  color: var(--black);
  font-family: var(--grot);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: inherit; }

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

/* ---------- display treatments per direction ---------- */

.hero-name, .sec-title, .contact-line, .ath-lock { text-wrap: balance; }

/* Direction 3 — hybrid (default): grotesk caps + serif italic accents */
.grot-word,
html[data-dir="3"] .hero-first span {
  font-family: var(--grot);
  font-stretch: 118%;
  font-weight: 860;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}
html[data-dir="3"] .hero-last span,
.serif-accent {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.01em;
}

/* Direction 1 — everything display goes serif italic */
html[data-dir="1"] .hero-first span,
html[data-dir="1"] .hero-last span,
html[data-dir="1"] .grot-word,
html[data-dir="1"] .sec-title,
html[data-dir="1"] .contact-line,
html[data-dir="1"] .work-title,
html[data-dir="1"] .about-lede,
html[data-dir="1"] .ath-grot {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  text-transform: none;
  letter-spacing: -0.01em;
}

/* Direction 2 — everything display goes expanded grotesk caps */
html[data-dir="2"] .hero-first span,
html[data-dir="2"] .hero-last span,
html[data-dir="2"] .serif-accent,
html[data-dir="2"] .sec-title,
html[data-dir="2"] .contact-line,
html[data-dir="2"] .work-title,
html[data-dir="2"] .ath-script {
  font-family: var(--grot);
  font-style: normal;
  font-stretch: 118%;
  font-weight: 880;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}
html[data-dir="2"] .about-lede { font-family: var(--grot); font-weight: 640; font-style: normal; }

.hero-name span, .sec-title span { transition: font-weight .3s, letter-spacing .3s; }

/* ---------- header ---------- */

.site-head {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.1rem var(--pad);
  color: var(--white);
  mix-blend-mode: difference;
}

.head-mark {
  font-size: 1.35rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: baseline;
}
.head-mark .mark-grot { font-family: var(--grot); font-weight: 870; font-stretch: 118%; }
.head-mark .mark-serif { font-family: var(--serif); font-style: italic; margin-left: -0.08em; }

.head-nav {
  display: flex;
  gap: 1.6rem;
  margin-left: auto;
}
.head-nav a {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity .2s;
}
.head-nav a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }

.head-book {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid currentColor;
  padding: 0.55em 1.1em;
  border-radius: 999px;
  transition: background .25s, color .25s;
}
.head-book:hover { background: var(--white); color: var(--black); }

.head-burger { display: none; }

/* ---------- hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  background: var(--black);
  padding: 0 var(--pad) 1.4rem;
  overflow: hidden;
}

.hero-img, .hero-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-img img { object-fit: cover; object-position: 50% 30%; filter: grayscale(1) contrast(1.04); }

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(10,10,9,0.25), rgba(10,10,9,0) 30%, rgba(10,10,9,0) 45%, rgba(10,10,9,0.82) 92%);
}

.hero-eyebrow,
.hero-name,
.hero-foot { position: relative; z-index: 2; }

.hero-eyebrow {
  font-family: var(--mono);
  font-size: clamp(0.68rem, 1vw, 0.8rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero-name {
  font-size: clamp(3.4rem, 12.5vw, 11.5rem);
  line-height: 0.92;
  display: flex;
  flex-direction: column;
}
.hero-line { display: block; overflow: hidden; padding-bottom: 0.16em; margin-bottom: -0.16em; }
.hero-line > span { display: inline-block; }
.hero-last { align-self: flex-end; }

.hero-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255,255,255,0.28);
  font-family: var(--mono);
  font-size: clamp(0.64rem, 0.9vw, 0.75rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.7;
}

.hero-cam { padding-right: 13rem; }

.hero-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0.3em;
}
.scroll-line {
  width: 1px;
  height: 2.4rem;
  background: var(--white);
  animation: scrollPulse 2.2s var(--ease) infinite;
  transform-origin: top;
}
@keyframes scrollPulse {
  0% { transform: scaleY(0); }
  45% { transform: scaleY(1); }
  100% { transform: scaleY(1) translateY(120%); opacity: 0; }
}

/* ---------- ticker ---------- */

.ticker {
  border-block: 1px solid var(--black);
  overflow: hidden;
  background: var(--white);
  padding: 0.65rem 0;
}
.ticker-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: tick 28s linear infinite;
  font-family: var(--grot);
  font-stretch: 115%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(0.85rem, 1.6vw, 1.15rem);
  letter-spacing: 0.06em;
}
.ticker-track em { font-family: var(--serif); font-style: italic; text-transform: none; font-weight: 400; letter-spacing: 0; }
.ticker-track span { padding-right: 0.5ch; }
@keyframes tick { to { transform: translateX(-50%); } }

/* ---------- shared section furniture ---------- */

.section { padding: clamp(4.5rem, 10vw, 8.5rem) var(--pad); }

.sec-label {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 2.4rem;
}

.sec-title {
  font-size: clamp(2.6rem, 7vw, 6rem);
  line-height: 0.98;
  margin-bottom: 1.2rem;
}

/* ---------- about ---------- */

.about-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.about-photo { position: sticky; top: 5.5rem; }
.about-photo img { width: 100%; height: auto; }
.about-photo figcaption {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 0.7rem;
}

.about-lede {
  font-family: var(--grot);
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}
.about-lede .serif-accent { font-size: 1.06em; }

.about-body p {
  max-width: 58ch;
  color: var(--ink-70);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
}
.about-body p + p { margin-top: 1rem; }

.about-facts {
  list-style: none;
  margin-top: 2.6rem;
  border-top: 1px solid var(--hair);
}
.about-facts li {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--hair);
  font-size: 0.95rem;
}
.about-facts li span {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--grey);
  padding-top: 0.2em;
}

/* ---------- selected work ---------- */

.work { padding-bottom: clamp(2rem, 5vw, 4rem); }

.work-head { margin-bottom: clamp(2.5rem, 6vw, 5rem); }

.work-list { display: flex; flex-direction: column; }

.work-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  padding: clamp(2rem, 4.5vw, 4rem) 0;
  border-top: 1px solid var(--hair);
}
.work-row:nth-child(even) .work-fig { order: 2; }
.work-row:nth-child(even) .work-meta { order: 1; text-align: right; }
.work-row:nth-child(even) .work-meta .work-tags { justify-content: flex-end; }

.work-fig { overflow: hidden; cursor: zoom-in; }
.work-fig img {
  width: 100%;
  height: auto;
  transition: transform 0.9s var(--ease);
}
.work-row:hover .work-fig img { transform: scale(1.03); }

.work-index {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--grey);
  margin-bottom: 0.6rem;
}

.work-title {
  font-family: var(--grot);
  font-stretch: 115%;
  font-weight: 830;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: clamp(1.7rem, 4vw, 3.4rem);
  line-height: 1;
}
html[data-dir="1"] .work-title { font-size: clamp(1.9rem, 4.4vw, 3.8rem); }

.work-tags {
  display: flex;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 0.7rem;
}

/* ---------- archive (dark) ---------- */

.archive {
  background: var(--black);
  color: var(--white);
}
.archive .sec-label { color: rgba(255,255,255,0.55); }

.archive-note {
  max-width: 44ch;
  color: rgba(255,255,255,0.66);
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
}

.archive-grid {
  margin-top: clamp(2.5rem, 6vw, 4.5rem);
  columns: 4 240px;
  column-gap: 1.1rem;
}

.arch-item {
  break-inside: avoid;
  margin-bottom: 1.1rem;
  cursor: zoom-in;
}
.arch-item img {
  width: 100%;
  height: auto;
  transition: opacity .3s;
}
.arch-item:hover img { opacity: 0.82; }
.arch-item figcaption {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  padding-top: 0.45rem;
}

/* ---------- in motion (dark cont.) ---------- */

.motion {
  background: var(--black);
  color: var(--white);
  border-top: 1px solid var(--hair-dark);
}
.motion .sec-label { color: rgba(255,255,255,0.55); }

.motion-row {
  margin-top: clamp(2rem, 5vw, 3.5rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.motion-card {
  position: relative;
  display: block;
  aspect-ratio: 9 / 14;
  overflow: hidden;
  text-decoration: none;
}
.motion-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease), opacity .3s;
}
.motion-card:hover img { transform: scale(1.04); }

.motion-play {
  position: absolute;
  top: 50%; left: 50%;
  width: clamp(3rem, 5vw, 4rem);
  height: clamp(3rem, 5vw, 4rem);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 50%;
  backdrop-filter: blur(4px);
  background: rgba(10,10,9,0.25);
  transition: background .25s;
}
.motion-play::after {
  content: "";
  position: absolute;
  top: 50%; left: 53%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.45em 0 0.45em 0.75em;
  border-color: transparent transparent transparent #fff;
}
.motion-card:hover .motion-play { background: rgba(10,10,9,0.55); }

.motion-label {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 2.4rem 1rem 1rem;
  background: linear-gradient(to top, rgba(10,10,9,0.85), transparent);
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.motion-label strong { color: var(--white); font-weight: 500; }

/* ---------- athletics ---------- */

.athletics {
  text-align: center;
  border-bottom: 1px solid var(--hair);
}
.athletics .sec-label { margin-bottom: 3rem; }

.ath-lock {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.9;
}
.ath-script {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(3rem, 10vw, 8.5rem);
  z-index: 2;
}
.ath-grot {
  font-family: var(--grot);
  font-stretch: 122%;
  font-weight: 880;
  text-transform: uppercase;
  font-size: clamp(2.1rem, 7.4vw, 6.4rem);
  letter-spacing: 0.06em;
  margin-top: -0.28em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--black);
}
html[data-dir="1"] .ath-grot { -webkit-text-stroke: 0; color: var(--black); }
html[data-dir="2"] .ath-script { margin-bottom: 0.1em; }

.ath-foot {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.ath-copy { max-width: 46ch; color: var(--ink-70); }
.ath-link {
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--black);
  padding: 0.8em 1.6em;
  border-radius: 999px;
  transition: background .25s, color .25s;
}
.ath-link:hover { background: var(--black); color: var(--white); }

/* ---------- instagram strip ---------- */

.gram { padding-inline: 0; }
.gram-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 var(--pad);
  margin-bottom: 2rem;
}
.gram-head .sec-label { margin-bottom: 0; }
.gram-handle {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  text-decoration: none;
}
.gram-handle:hover { text-decoration: underline; text-underline-offset: 6px; }

.gram-strip {
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  padding: 0 var(--pad) 1rem;
  scrollbar-width: none;
}
.gram-strip::-webkit-scrollbar { display: none; }
.gram-strip a {
  flex: 0 0 auto;
  width: clamp(11rem, 22vw, 17rem);
  aspect-ratio: 1;
  overflow: hidden;
}
.gram-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
}
.gram-strip a:hover img { transform: scale(1.05); }

/* ---------- contact ---------- */

.contact {
  background: var(--black);
  color: var(--white);
}
.contact .sec-label { color: rgba(255,255,255,0.55); }

.contact-line {
  font-size: clamp(3rem, 10vw, 9rem);
  line-height: 0.95;
  margin-bottom: 2.5rem;
}

.contact-mail {
  display: inline-block;
  font-family: var(--mono);
  font-size: clamp(1rem, 2.4vw, 1.7rem);
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 0.3em;
  transition: border-color .25s;
}
.contact-mail:hover { border-color: var(--white); }

.contact-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: clamp(3rem, 7vw, 5.5rem);
  padding-top: 2rem;
  border-top: 1px solid var(--hair-dark);
}
.contact-cols h3 {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.9rem;
  font-weight: 500;
}
.contact-cols p { font-size: 0.95rem; color: rgba(255,255,255,0.85); margin-bottom: 0.4rem; }
.contact-cols a { text-decoration: none; }
.contact-cols a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* ---------- footer ---------- */

.site-foot {
  background: var(--black);
  color: rgba(255,255,255,0.6);
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem var(--pad);
  border-top: 1px solid var(--hair-dark);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-foot a { color: var(--white); text-decoration: none; }
.site-foot a:hover { text-decoration: underline; text-underline-offset: 4px; }

@media (min-width: 1021px) {
  /* keep the fixed type dial clear of the back-to-top link */
  .site-foot { padding-right: 14rem; }
}

/* ---------- direction dial ---------- */

.dial {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 999px;
  padding: 0.35rem 0.6rem 0.35rem 0.9rem;
}
.dial-label {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-right: 0.2rem;
}
.dial button {
  font-family: var(--mono);
  font-size: 0.68rem;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  border: 1px solid transparent;
  background: none;
  color: var(--black);
  cursor: pointer;
  transition: background .2s, color .2s;
}
.dial button:hover { border-color: var(--black); }
.dial button[aria-pressed="true"] { background: var(--black); color: var(--white); }

/* ---------- lightbox ---------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(10,10,9,0.94);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 1.5rem 2.5rem;
}
.lightbox[hidden] { display: none; }
.lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 78vh;
  width: auto;
  height: auto;
}
.lb-cap {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 1rem;
}
.lb-close {
  position: absolute;
  top: 1rem;
  right: 1.4rem;
  font-size: 2rem;
  line-height: 1;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
}

/* ---------- reveal animations ---------- */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }

.reveal-load { opacity: 0; }
body.is-loaded .reveal-load {
  animation: riseIn 1s var(--ease) forwards;
  animation-delay: var(--d, 0s);
}
.hero-line > span { transform: translateY(110%); }
body.is-loaded .hero-line > span {
  animation: lineUp 1.1s var(--ease) forwards;
}
body.is-loaded .hero-first > span { animation-delay: .25s; }
body.is-loaded .hero-last > span { animation-delay: .4s; }

@keyframes riseIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes lineUp {
  from { transform: translateY(110%); }
  to { transform: none; }
}

/* hero-name spans need visible parent once loaded */
body.is-loaded .hero-name.reveal-load,
.hero-name .hero-line { opacity: 1; }

/* QA screenshot mode: everything visible, no animation */
html.qa { scroll-behavior: auto !important; }
html.qa .hero { min-height: 900px; height: 900px; }
html.qa .reveal, html.qa .reveal-load, html.qa .hero-line > span {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
html.qa .ticker-track, html.qa .scroll-line { animation: none !important; }

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal-load, .hero-line > span {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
  .ticker-track { animation: none; }
  .scroll-line { animation: none; }
  .work-fig img, .gram-strip img, .motion-card img { transition: none; }
}

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { position: static; max-width: 26rem; }
  .motion-row { grid-template-columns: 1fr; max-width: 26rem; margin-inline: auto; }
  .contact-cols { grid-template-columns: 1fr; }
  .archive-grid { columns: 2 160px; }
}

@media (max-width: 1020px) {
  .head-nav {
    position: fixed;
    inset: 0;
    background: var(--black);
    color: var(--white);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.2rem;
    transform: translateY(-100%);
    transition: transform .45s var(--ease);
    mix-blend-mode: normal;
  }
  body.nav-open .head-nav { transform: none; }
  body.nav-open .site-head { mix-blend-mode: normal; }
  .head-nav a { font-size: 1.05rem; letter-spacing: 0.2em; }

  .head-book { margin-left: auto; }

  .head-burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.2rem;
    height: 2.2rem;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 45;
  }
  .head-burger span {
    display: block;
    height: 2px;
    width: 100%;
    background: currentColor;
    transition: transform .3s var(--ease), opacity .3s;
  }
  body.nav-open .head-burger span:first-child { transform: translateY(3.5px) rotate(45deg); }
  body.nav-open .head-burger span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .work-row { grid-template-columns: 1fr; align-items: start; }
  .work-row:nth-child(even) .work-fig { order: 0; }
  .work-row:nth-child(even) .work-meta { order: 0; text-align: left; }
  .work-row:nth-child(even) .work-meta .work-tags { justify-content: flex-start; }

  .hero-cam { display: none; }
  .hero { padding-bottom: 5rem; }

  .ath-script { font-size: clamp(2.4rem, 9vw, 8.5rem); }
  .ath-grot { margin-top: -0.1em; }

  .site-foot { flex-direction: column; gap: 0.5rem; padding-bottom: 4.5rem; }
  .foot-mid { order: 2; }
  .dial { right: 0.8rem; bottom: 0.8rem; }
}
