:root {
  --canvas-width: 1512px;
  --canvas-height: 982px;
  --canvas-bg: #000000;
  --text-color: #ffffff;
  --grid-line: rgba(255, 255, 255, 0.2);
  --section-flow-gap: 120px;
  --section-stack-gap: 220px;
}

* {
  box-sizing: border-box;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.portfolio::-webkit-scrollbar,
html.lenis::-webkit-scrollbar,
html.lenis body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body {
  min-height: 100vh;
  display: block;
  background: var(--canvas-bg);
  color: var(--text-color);
  font-family: "Satoshi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

/* Keep iOS auto-detected phone/email/date links styled like surrounding text */
a[x-apple-data-detectors],
a[href^="tel"],
a[href^="sms"],
a[href^="mailto"] {
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
}

body.mobile-nav-open {
  overflow: hidden;
}

.portfolio {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: var(--canvas-bg);
  overflow-x: hidden;
}

.hero-screen {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  background: var(--canvas-bg);
  overflow: hidden;
}

.frame-82 {
  position: absolute;
  top: 27px;
  left: calc(60% + 172.8px);
  width: 54px;
  height: 22px;
}

.text-md {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}

.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  padding: 18px 0;
  background: var(--canvas-bg);
  z-index: 2;
}

.top-bar__content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 0 48px;
  gap: 12px;
}

.top-bar__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
}

.top-bar__time {
  justify-self: center;
}

.top-bar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar__logo {
  width: 38px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.top-bar__left .text-md,
.top-bar__time .text-md,
.top-bar__right .text-md {
  white-space: nowrap;
}

.logo-col {
  padding: 10px 0 4px;
}

.logo-wrap {
  position: relative;
  width: 31px;
  height: 25px;
  overflow: hidden;
}

.logo-wrap img {
  position: absolute;
  top: -42.15%;
  left: -24.41%;
  width: 148.83%;
  height: 183.88%;
  max-width: none;
  filter: invert(1);
}

.top-bar__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 266px;
  background: #000000;
}

.top-bar__nav a {
  color: inherit;
  text-decoration: none;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 1.5px;
  background: #ffffff;
  display: block;
  transition: transform 200ms ease, opacity 200ms ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.availability {
  position: absolute;
  top: 69px;
  left: 0;
  width: 100%;
  padding: 12px 10px;
  z-index: 2;
}

.availability__inner {
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.availability__inner .text-md {
  font-weight: 400;
  font-size: 15px;
}

.availability__inner img {
  position: absolute;
  right: 100%;
  margin-right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  display: block;
  animation: availability-blink 1.2s ease-in-out infinite;
}

.hero-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(1415px, calc(100% - 96px));
  height: 512px;
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(0, 683px);
  column-gap: 56px;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
}

.hero-message-wrap {
  width: auto;
  max-width: none;
  padding: 0;
  margin-top: 0;
}

.hero-message {
  margin: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: 0;
  color: #ffffff;
  white-space: normal;
}

.hero-message .hero-line {
  display: block;
  will-change: transform, filter, opacity;
}

.hero-message em {
  font-style: italic;
  font-weight: 500;
}

.hero-media {
  width: 100%;
  max-width: none;
  height: 512px;
  border-radius: 15px;
  overflow: hidden;
  background: #0b1828;
}

.hero-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.hero-footnote {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 18px 16px;
  z-index: 2;
}

.hero-footnote__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.hero-footnote__icon {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}

.hero-footnote__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-footnote__text {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
}

@keyframes availability-blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.15;
  }
}

.grid-line {
  display: none;
}

.grid-line--1 {
  left: 48px;
}

.grid-line--2 {
  left: calc(20% + 28.6px);
}

.grid-line--3 {
  left: calc(40% + 9.2px);
}

.grid-line--4 {
  left: calc(60% - 9.2px);
}

.grid-line--5 {
  left: calc(80% - 28.6px);
}

.grid-line--6 {
  left: calc(100% - 48px);
}

.bottom-note {
  position: relative;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  min-height: 0;
  padding: var(--section-flow-gap) 48px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  z-index: 1;
}

.bottom-note__intro {
  margin: 0 0 164px auto;
  width: min(1000px, 100%);
  font-size: clamp(56px, 6vw, 96px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: right;
}

.bottom-note__headline {
  margin: 0;
  width: min(1080px, 100%);
  font-size: clamp(72px, 7vw, 112px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
  text-transform: uppercase;
}

.scroll-reveal-text .reveal-char {
  display: inline-block;
  will-change: opacity, transform, filter;
}

.scroll-reveal-text .reveal-word {
  display: inline-block;
  white-space: nowrap;
}

.scroll-reveal-text .reveal-char--space {
  width: 0.32em;
}

.selected-works {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  margin-top: var(--section-stack-gap);
  padding: 0 48px 0;
  background: var(--canvas-bg);
  color: var(--text-color);
}

.selected-works__title-wrap {
  width: 387px;
  max-width: 100%;
  padding: 0 10px 24px;
}

.selected-works__title {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.selected-works__grid {
  display: grid;
  grid-template-columns: 796px 593px;
  align-items: end;
  gap: 27px;
}

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

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

.work-card__link {
  color: inherit;
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: transform 220ms ease, filter 220ms ease;
  transform-origin: center center;
}

.work-card__image-wrap {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background: #0a0a0a;
}

.work-card__image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 280ms ease;
  transform-origin: center center;
}

.work-card__link:focus-visible {
  outline: none;
}

.work-card__link:focus-visible .work-card__image-wrap {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}

@media (hover: hover) and (pointer: fine) {
  .work-card__link:hover {
    transform: translateY(-5px) scale(1.01);
    filter: brightness(1.03);
  }

  .work-card__link:hover .work-card__image-wrap img {
    transform: scale(1.04);
  }
}

.work-card__image-wrap--oakley {
  aspect-ratio: 796 / 678;
}

.work-card__image-wrap--shiftboard {
  aspect-ratio: 593 / 306;
}

.work-card__image-wrap--shiftboard img {
  width: 101.98%;
  height: 122.88%;
  margin-top: -7.2%;
  margin-left: -2.02%;
  object-fit: fill;
}

.work-card__image-wrap--notspent {
  aspect-ratio: 593 / 302;
}

.work-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px 32px;
}

.work-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.work-tags {
  display: flex;
  align-items: center;
  gap: 12px;
}

.work-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding: 0 13px;
  border: 1px solid #ffffff;
  border-radius: 1000px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.about-me {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  margin-top: var(--section-stack-gap);
  padding: 0 48px 48px;
  color: var(--text-color);
}

.about-me__title-wrap {
  width: 387px;
  max-width: 100%;
  padding: 0 10px 24px;
}

.about-me__title {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.about-me__grid {
  display: grid;
  grid-template-columns: 696px 696px;
  gap: 24px;
  align-items: start;
}

.about-me__col {
  display: flex;
  flex-direction: column;
}

.about-me__col--left {
  gap: 15px;
}

.about-me__col--right {
  gap: 18px;
}

.about-card {
  border-radius: 15px;
  padding: 24px;
}

.about-card--light {
  background: #eff5f0;
  color: #000000;
}

.about-card--dark {
  background: #1a1a1a;
  color: #ffffff;
}

.about-card__eyebrow {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.5;
}

.about-entry {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.about-entry + .about-entry {
  margin-top: 15px;
}

.about-entry__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.about-entry__meta {
  min-width: 0;
}

.about-entry__title,
.about-entry__subtitle,
.about-entry__year {
  margin: 0;
}

.about-entry__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.about-entry__subtitle {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.about-entry__year {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.about-card__body {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.75);
}

.about-card__body--dark {
  color: rgba(255, 255, 255, 0.78);
}

.about-card--availability {
  min-height: 410px;
  display: flex;
  flex-direction: column;
}

.about-availability__status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-availability__status p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #14a02f;
}

.about-availability__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #14a02f;
  display: inline-block;
}

.about-availability__media {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-availability__media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.about-availability__headline {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.about-card__eyebrow--dark {
  color: #ffffff;
  opacity: 0.5;
}

.about-quote {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.contact-section {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  margin-top: var(--section-stack-gap);
  padding: 0 48px 48px;
  color: var(--text-color);
}

.contact-section__title-wrap {
  width: 387px;
  max-width: 100%;
  padding: 0 10px 24px;
}

.contact-section__title {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.contact-section__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 696px 696px;
  gap: 24px;
  align-items: center;
}

.contact-section__left {
  width: 696px;
  height: 696px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
  padding: 0 12px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-item__label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
}

.contact-item__value {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.contact-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-socials__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-socials__button:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-1px);
}

.contact-section__right {
  width: 696px;
  height: 696px;
  aspect-ratio: 1 / 1;
}

.contact-section__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.contact-collage {
  position: relative;
  width: 100%;
  height: 100%;
}

.contact-collage__tile {
  position: absolute;
  width: 222px;
  height: 222px;
  object-fit: cover;
  display: block;
}

.contact-collage__tile--tl {
  top: 0;
  left: 0;
}

.contact-collage__tile--tr {
  top: 0;
  right: 0;
}

.contact-collage__tile--c {
  top: 222px;
  left: 237px;
  background: #ebecf1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-collage__tile--c img {
  width: 58%;
  height: 58%;
  object-fit: contain;
}

.contact-collage__tile--bl {
  left: 0;
  bottom: 0;
}

.contact-collage__tile--br {
  right: 0;
  bottom: 0;
  background: #e7e2d8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-collage__tile--br img {
  width: 62%;
  height: 62%;
  object-fit: contain;
}

@media (max-width: 1511px) {
  :root {
    --section-flow-gap: 96px;
    --section-stack-gap: 180px;
  }

  .selected-works {
    margin-top: var(--section-stack-gap);
    padding-top: 0;
  }

  .about-me {
    margin-top: var(--section-stack-gap);
    padding-top: 0;
  }

  .about-me__title {
    font-size: clamp(34px, 3.2vw, 40px);
  }

  .contact-section__title {
    font-size: 40px;
  }

  .about-me__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.6vw;
  }

  .contact-section__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.6vw;
  }

  .contact-section__left,
  .contact-section__right {
    width: 100%;
    height: auto;
    min-height: 560px;
  }

  .contact-collage__tile {
    width: 32%;
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .contact-collage__tile--c {
    top: 34%;
    left: 34%;
  }

  .bottom-note__headline {
    font-size: clamp(56px, 6.6vw, 96px);
  }

  .bottom-note__intro {
    margin-bottom: 128px;
    font-size: clamp(46px, 5.8vw, 82px);
  }

  .selected-works__grid {
    grid-template-columns: minmax(0, 1.34fr) minmax(0, 1fr);
    gap: 1.9vw;
  }

  .selected-works__title {
    font-size: clamp(34px, 3.2vw, 40px);
  }
}

@media (max-width: 1100px) {
  :root {
    --section-flow-gap: 84px;
    --section-stack-gap: 156px;
  }

  .selected-works {
    margin-top: var(--section-stack-gap);
    padding: 0 24px 0;
  }

  .about-me {
    margin-top: var(--section-stack-gap);
    padding: 0 24px 40px;
  }

  .contact-section {
    margin-top: var(--section-stack-gap);
    padding: 0 24px 40px;
  }

  .about-me__title-wrap {
    width: auto;
    padding: 0 0 20px;
  }

  .contact-section__title-wrap {
    width: auto;
    padding: 0 0 20px;
  }

  .about-me__title {
    font-size: 32px;
  }

  .contact-section__title {
    font-size: 32px;
  }

  .about-me__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-section__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-me__col--left,
  .about-me__col--right {
    gap: 10px;
  }

  .about-card {
    padding: 20px;
  }

  .contact-section__left {
    min-height: 0;
    height: auto;
    padding: 0;
    gap: 32px;
  }

  .contact-item__value {
    font-size: 24px;
  }

  .contact-section__right {
    min-height: 0;
    height: auto;
    width: 100%;
  }

  .contact-collage {
    aspect-ratio: 1 / 1;
  }

  .about-card--availability {
    min-height: 330px;
  }

  .about-availability__headline {
    font-size: 22px;
  }

  .selected-works__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .work-column {
    gap: 8px;
  }

  .work-card__meta {
    padding-bottom: 24px;
  }
}

@media (max-width: 1280px) and (min-width: 901px) {
  .hero-main {
    top: 50%;
    width: min(1415px, calc(100% - 64px));
    height: auto;
    min-height: 460px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
    column-gap: clamp(24px, 3.2vw, 44px);
    transform: translate(-50%, -50%);
  }

  .hero-message-wrap {
    width: auto;
    max-width: none;
  }

  .hero-message {
    font-size: clamp(48px, 5.3vw, 60px);
    line-height: 1.15;
    white-space: normal;
  }

  .hero-media {
    width: 100%;
    height: auto;
    aspect-ratio: 683 / 512;
  }

  .bottom-note {
    min-height: 0;
    padding: var(--section-flow-gap) 40px 0;
  }

  .bottom-note__intro {
    margin-bottom: 96px;
    width: min(760px, 100%);
    font-size: clamp(36px, 8.8vw, 58px);
  }
}

@media (max-width: 900px) {
  :root {
    --section-flow-gap: 72px;
    --section-stack-gap: 132px;
  }

  .text-md {
    font-size: clamp(10px, 2.8vw, 16px);
  }

  .top-bar__content {
    padding: 0 12px;
    gap: 8px;
  }

  .top-bar__left {
    width: auto;
  }

  .top-bar__logo {
    width: 34px;
  }

  .top-bar__time {
    display: block;
  }

  .availability {
    padding: 10px 10px;
  }

  .hero-screen {
    min-height: 1000px;
  }

  .hero-main {
    display: flex;
    top: 156px;
    left: 50%;
    width: min(720px, calc(100% - 32px));
    height: auto;
    transform: translateX(-50%);
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }

  .hero-message-wrap {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }

  .hero-message {
    font-size: clamp(42px, 11vw, 62px);
    line-height: 1.08;
    white-space: normal;
  }

  .hero-media {
    width: 100%;
    height: auto;
    aspect-ratio: 683 / 512;
  }

  .menu-toggle {
    display: inline-flex;
    position: relative;
    z-index: 5;
  }

  .top-bar__nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 40px 24px 120px;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.96);
    opacity: 0;
    pointer-events: none;
    transform: scale(1.01);
    transition: opacity 220ms ease, transform 220ms ease;
    z-index: 3;
  }

  .hero-screen.nav-open .top-bar__nav {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }

  .hero-screen.nav-open .availability {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .hero-screen.nav-open .hero-footnote {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .top-bar__nav a {
    width: auto;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0;
  }

  .selected-works {
    margin-top: var(--section-stack-gap);
    padding: 0 16px 0;
  }

  .hero-footnote__text {
    max-width: min(100%, 760px);
    white-space: normal;
    line-height: 1.25;
  }

  .about-me {
    margin-top: var(--section-stack-gap);
    padding: 0 16px 32px;
  }

  .contact-section {
    margin-top: var(--section-stack-gap);
    padding: 0 16px 32px;
  }

  .selected-works__title-wrap {
    width: auto;
    padding: 0 0 20px;
  }

  .selected-works__title {
    font-size: 32px;
  }

  .contact-item__value {
    font-size: 24px;
  }

  .work-card__meta {
    flex-wrap: wrap;
    gap: 10px;
  }

  .work-tags {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .work-tag {
    height: 24px;
    padding: 0 11px;
    font-size: 13px;
  }

  .about-entry__title {
    font-size: 18px;
  }

  .about-entry__subtitle,
  .about-card__body,
  .about-card__body--dark {
    font-size: 15px;
  }

  .about-availability__status p,
  .about-quote {
    font-size: 18px;
  }

  .bottom-note {
    min-height: 0;
    padding: var(--section-flow-gap) 24px 0;
  }

  .bottom-note__headline {
    width: min(760px, 100%);
    font-size: clamp(52px, 10.6vw, 78px);
    line-height: 1.07;
  }
}

@media (max-width: 1024px) {
  .grid-line {
    background: rgba(255, 255, 255, 0.12);
  }

  .grid-line--1 {
    left: 8%;
  }

  .grid-line--2 {
    left: 29%;
  }

  .grid-line--3 {
    left: 50%;
  }

  .grid-line--4 {
    left: 71%;
  }

  .grid-line--5 {
    left: 92%;
  }

  .grid-line--6 {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --section-flow-gap: 56px;
    --section-stack-gap: 104px;
  }

  .hero-screen {
    min-height: 920px;
  }

  .hero-main {
    top: 136px;
    gap: 50px;
    align-items: center;
  }

  .hero-message {
    font-size: clamp(36px, 13.2vw, 52px);
    text-align: center;
  }

  .hero-message-wrap {
    display: flex;
    justify-content: center;
  }

  .hero-footnote {
    padding: 16px 12px;
  }

  .hero-footnote__text {
    max-width: min(100%, 360px);
    white-space: normal;
    line-height: 1.25;
  }

  .selected-works {
    margin-top: var(--section-stack-gap);
    padding: 0 12px 0;
  }

  .about-me {
    margin-top: var(--section-stack-gap);
    padding: 0 12px 24px;
  }

  .contact-section {
    margin-top: var(--section-stack-gap);
    padding: 0 12px 24px;
  }

  .selected-works__title {
    font-size: 28px;
  }

  .about-me__title {
    font-size: 28px;
  }

  .contact-section__title {
    font-size: 34px;
  }

  .work-card__title {
    font-size: 15px;
  }

  .work-tag {
    font-size: 12px;
  }

  .contact-item__label {
    font-size: 14px;
  }

  .contact-item__value {
    font-size: 24px;
  }

  .contact-socials {
    gap: 10px;
  }

  .contact-socials__button {
    min-height: 34px;
    padding: 0 14px;
    font-size: 14px;
  }

  .bottom-note__headline {
    width: min(520px, 100%);
    font-size: clamp(40px, 11.8vw, 58px);
    line-height: 1.08;
  }

  .bottom-note__intro {
    margin-bottom: 64px;
    width: min(520px, 100%);
    font-size: clamp(26px, 10vw, 40px);
    line-height: 1.08;
    text-align: left;
  }

  .bottom-note {
    min-height: 0;
    padding: var(--section-flow-gap) 16px 0;
  }

  .about-card {
    padding: 16px;
    border-radius: 12px;
  }

  .about-entry {
    gap: 12px;
  }

  .about-entry__icon {
    width: 40px;
    height: 40px;
  }

  .about-entry__title {
    font-size: 16px;
  }

  .about-entry__subtitle,
  .about-card__body,
  .about-card__body--dark {
    font-size: 14px;
  }

  .about-entry__year {
    font-size: 13px;
  }

  .about-card--availability {
    min-height: 270px;
  }

  .about-availability__status p,
  .about-quote {
    font-size: 16px;
  }

  .about-availability__headline {
    font-size: 18px;
  }

  .grid-line {
    background: rgba(255, 255, 255, 0.09);
  }

  .grid-line--1 {
    left: 16%;
  }

  .grid-line--2 {
    left: 50%;
  }

  .grid-line--3 {
    left: 84%;
  }

  .grid-line--4,
  .grid-line--5,
  .grid-line--6 {
    display: none;
  }
}
