/* ============================================
   CARLOS TARRATS PORTFOLIO
   Clean Type Scale
   ============================================ */

/* Nyght Serif Font */
@font-face {
  font-family: 'Nyght Serif';
  src: url('fonts/NyghtSerif-Light.woff2') format('woff2'),
       url('fonts/NyghtSerif-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   PRELOADER
   ============================================ */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.preloader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.preloader__spinner {
  border: 12px double #ffffff;
  animation: preloader-spin 2s linear infinite;
}

@keyframes preloader-spin {
  0% {
    border-radius: 20%;
    transform: rotate(0deg);
    width: 88px;
    height: 88px;
  }
  50% {
    border-radius: 50%;
    width: 100px;
    height: 100px;
  }
  100% {
    transform: rotate(360deg);
    border-radius: 20%;
    width: 88px;
    height: 88px;
  }
}

/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #252525;
  color: #ffffff;
  font-family: system-ui, sans-serif;
}

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

/* Skip Link - Accessibility */
.skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #252525;
  padding: 12px 24px;
  font-family: system-ui, sans-serif;
  font-size: 14px;
  border-radius: 4px;
  z-index: 9999;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 20px;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* ============================================
   TYPE SCALE
   h1: 123px - Hero, Section titles
   h2: 55px - Project titles, Portfolio name
   .body: 30px - Bio, descriptions
   .label: 36px - Contact, Portfolio label
   ============================================ */

h1 {
  font-family: 'Nyght Serif', serif;
  font-weight: 300;
  font-size: 110px;
  line-height: 94px;
  letter-spacing: -3.3px;
  margin-bottom: 30px;
}

h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -1.1px;
}

.body {
  font-family: 'Baskervville', serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.6px;
}

.label {
  font-family: 'Instrument Serif', serif;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1.44px;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

.half-width {
  width: calc(50% - 15px);
}

.align-right {
  margin-left: auto;
}

/* Colors */
.color--control {
  color: #cbfff7;
}

.color--adaptiveshop {
  color: #ffe4cb;
}

.color--dds {
  color: #f5ffcb;
}

.color--eloquii {
  color: #cdcbff;
}

/* ============================================
   PAGE CONTAINER
   ============================================ */

.page {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
}

.hero h1 {
  position: relative;
  z-index: 1;
  max-width: 1100px;
}

.hero-flicker {
  position: absolute;
  top: 50px;
  right: 0;
  width: 297px;
  height: 198px;
  overflow: hidden;
  background: linear-gradient(-90deg, #2e2e2e 0%, #383838 50%, #2e2e2e 100%);
  background-size: 400% 400%;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
}

.hero-flicker.is-loaded {
  animation: none;
  background: transparent;
}

.hero-flicker__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.hero-flicker__img.is-active {
  opacity: 1;
}

.hero .label:not(.contact-link) {
  color: #cbe3ff;
  margin-left: 20px;
}

.portfolio-line {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1.44px;
  color: #ffcbcc;
  margin-bottom: 30px;
}

.contact-link {
  color: #ffcbcc !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.linkedin-link {
  color: #cbe3ff;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.65em;
  margin-right: 0.65em;
  margin-bottom: 4px;
  transition: opacity 0.2s ease;
  will-change: opacity;
}

.linkedin-link:hover {
  opacity: 0.7;
}

.selected-projects-text {
  color: #f5ffcb !important;
}

.see-more-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: 'Baskervville', serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 100px;
  text-decoration: none;
  margin-left: 0.5em;
  vertical-align: middle;
  transition: background 0.2s ease;
}

.see-more-tag:hover {
  background: rgba(255, 255, 255, 0.25);
}

.tagline {
  text-align: right;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1.44px;
  color: #ffcbcc;
}

.location-line {
  text-align: right;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1.44px;
  color: #ffcbcc;
}

/* ============================================
   BIO
   ============================================ */

.page > .body {
  margin-bottom: 60px;
}

/* ============================================
   PROJECT ROW - Two columns with float
   ============================================ */

.project-row {
  margin-bottom: 60px;
}

.project-row::after {
  content: '';
  display: table;
  clear: both;
}

.project-row > .card {
  float: left;
  width: calc(50% - 15px);
}

.project-row > h2 {
  float: right;
  width: calc(50% - 15px);
}

.project-row--cards > .card {
  float: left;
  width: calc(50% - 15px);
}

.project-row--cards > .card + .card {
  float: right;
}

.project-row--cards {
  margin-bottom: 30px;
}

/* ============================================
   PROJECT STACK - Vertical layout
   ============================================ */

.project-stack {
  margin-bottom: 60px;
}

.project-stack > h2 {
  margin-bottom: 30px;
}

/* ============================================
   PROJECT PAIR - DDS + Eloquii side by side
   ============================================ */

.project-pair {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-template-rows: auto auto auto;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 60px;
}

.project-pair__item--dds {
  grid-column: 1;
  display: contents;
}

.project-pair__item--dds > h2 {
  grid-column: 1;
  grid-row: 1;
}

.project-pair__item--dds > .card {
  grid-column: 1;
  grid-row: 2;
}

.project-pair__item--eloquii {
  grid-column: 2;
  display: contents;
}

.project-pair__item--eloquii > .card {
  grid-column: 2;
  grid-row: 2;
}

.project-pair__item--eloquii > h2 {
  grid-column: 2;
  grid-row: 3;
}

/* ============================================
   CARDS
   ============================================ */

.card {
  display: block;
}

.card--control {
  aspect-ratio: 1.5;
  background: linear-gradient(-90deg, #2e2e2e 0%, #383838 50%, #2e2e2e 100%);
  background-size: 400% 400%;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
  overflow: hidden;
  position: relative;
}

.card--control.is-loaded {
  animation: none;
  background: #444444;
}

.card--adaptiveshop {
  aspect-ratio: 1.5;
  background: linear-gradient(-90deg, #2e2e2e 0%, #383838 50%, #2e2e2e 100%);
  background-size: 400% 400%;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
  overflow: hidden;
  position: relative;
}

.card--adaptiveshop.is-loaded {
  animation: none;
  background: #444444;
}

.card--dds {
  aspect-ratio: 1.5;
  background: linear-gradient(-90deg, #2e2e2e 0%, #383838 50%, #2e2e2e 100%);
  background-size: 400% 400%;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
  position: relative;
}

.card--dds.is-loaded {
  animation: none;
  background: #444444 url('images/dds/dds-hero.jpg') center/cover no-repeat;
}

.card--eloquii {
  aspect-ratio: 1.5;
  background: linear-gradient(-90deg, #2e2e2e 0%, #383838 50%, #2e2e2e 100%);
  background-size: 400% 400%;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
  position: relative;
}

.card--eloquii.is-loaded {
  animation: none;
  background: #444444 url('images/eloquii/eloquii-hero.jpg') center/cover no-repeat;
}

/* Card videos */
.card video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card.is-loaded video {
  opacity: 1;
}

/* ============================================
   COOL BUTTON (from Figma SVG export)
   Size: 65x65px, centered in 125x125 for shadow
   ============================================ */

.cool-button {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 65px;
  height: 65px;
  cursor: pointer;
  filter: drop-shadow(0 0 15px rgba(0, 84, 255, 0.1));
}

.cool-button svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cool-button svg * {
  shape-rendering: geometricPrecision;
}

.cool-button__static {
  z-index: 2;
}

.cool-button__hover {
  z-index: 1;
  visibility: hidden;
}

.card:hover .cool-button__static {
  visibility: hidden;
}

.card:hover .cool-button__hover {
  visibility: visible;
}

@media (max-width: 1000px) {
  .cool-button {
    width: 39px;
    height: 39px;
    bottom: 10px;
    left: 10px;
  }
}

/* ============================================
   SECTION TITLES (h1.center)
   ============================================ */

h1.center {
  margin-bottom: 35px;
  text-decoration: none;
}

h1.section-brand {
  margin-top: 110px;
}

/* ============================================
   BRAND CAROUSEL
   ============================================ */

.brand-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 80px 0 100px;
  background: transparent;
  position: relative;
}

.brand-carousel-wrapper::before,
.brand-carousel-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 10;
  pointer-events: none;
}

.brand-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #252525 0%, transparent 100%);
}

.brand-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #252525 0%, transparent 100%);
}

.brand-carousel {
  width: 100%;
  transform-style: preserve-3d;
  perspective: 8000px;
  transform: rotateX(-15deg);
}

.brand-carousel__track {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 40px 0;
  animation: scroll-left 120s linear infinite;
  width: max-content;
  transform-style: preserve-3d;
}

.brand-carousel__item {
  flex-shrink: 0;
  transform: rotateY(-50deg);
  transition: transform 0.32s cubic-bezier(0.34, 1.4, 0.64, 1);
  position: relative;
  cursor: pointer;
  background: linear-gradient(-90deg, #2e2e2e 0%, #383838 50%, #2e2e2e 100%);
  background-size: 400% 400%;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
  min-width: 356px;
  min-height: 200px;
}

.brand-carousel__item.is-loaded {
  animation: none;
  background: none;
  min-width: auto;
  min-height: auto;
}

.brand-carousel__item.is-hovered {
  transform: rotateY(0deg) translateY(-70px) scale(1.1);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 20;
}

.brand-carousel__item img {
  display: block;
  height: 200px;
  width: auto;
  box-shadow:
    8px 12px 24px rgba(0, 0, 0, 0.08),
    20px 30px 60px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.brand-carousel__item.is-loaded img {
  opacity: 1;
}

.brand-carousel__item iframe {
  display: block;
  width: 356px;
  height: 200px;
  box-shadow:
    8px 12px 24px rgba(0, 0, 0, 0.08),
    20px 30px 60px rgba(0, 0, 0, 0.06);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ============================================
   COPYRIGHT
   ============================================ */

.page > .body.center {
  margin-top: 150px;
  padding-bottom: 0;
}

/* ============================================
   PROJECT DETAIL PAGES
   ============================================ */

.detail-page {
  min-height: 100vh;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.detail-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 50px;
}

.back-link {
  display: block;
  width: fit-content;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1.44px;
  color: #ffffff;
  background-color: #3a3a3a;
  padding: 5px 35px;
  border-radius: 100px;
  margin: 0;
  transition: opacity 0.2s ease;
}

.back-link:hover {
  opacity: 0.7;
}

.external-link {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1.44px;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: opacity 0.2s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.external-link:hover {
  opacity: 0.7;
}

.external-link svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.content-card {
  max-width: 100%;
}

.project-header {
  display: table;
  width: 100%;
  margin-bottom: 60px;
}

.project-header__title {
  display: table-cell;
  width: 45%;
  vertical-align: top;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -1.1px;
}

.project-header__title-name {
  font-style: italic;
}

.project-header__title-name--control {
  color: #cbfff7;
}

.project-header__title-name--adaptiveshop {
  color: #ffe4cb;
}

.project-header__title-name--eloquii {
  color: #cdcbff;
}

.project-header__title-name--dds {
  color: #f5ffcb;
}

.project-header__title-dash {
  font-style: italic;
}

.project-header__description {
  display: table-cell;
  vertical-align: top;
  padding-left: 60px;
  font-family: 'Baskervville', serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.6px;
}

.project-header__description p {
  margin-bottom: 20px;
}

.project-header__description p:last-child {
  margin-bottom: 0;
}

.project-images {
  margin-bottom: 30px;
}

/* Skeleton loading animation */
@keyframes skeleton-pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}

.project-images__item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  background: linear-gradient(-90deg, #2e2e2e 0%, #383838 50%, #2e2e2e 100%);
  background-size: 400% 400%;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-images__item.is-loaded {
  opacity: 1;
  animation: none;
  background: none;
}

.project-images__item:last-child {
  margin-bottom: 0;
}

.project-images__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 30px;
  background: linear-gradient(-90deg, #2e2e2e 0%, #383838 50%, #2e2e2e 100%);
  background-size: 400% 400%;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
}

.project-images__placeholder:last-child {
  margin-bottom: 0;
}

.project-images__video {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  background: linear-gradient(-90deg, #2e2e2e 0%, #383838 50%, #2e2e2e 100%);
  background-size: 400% 400%;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
}

.project-images__video.is-loaded {
  animation: none;
  background: none;
}

.project-images__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.project-images__video video {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-images__video.is-loaded video {
  opacity: 1;
}

/* Project images grid - 2x2 layout for desktop */
.project-images__grid {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  gap: 30px;
  margin-bottom: 30px;
}

.project-images__grid .project-images__video {
  margin-bottom: 0;
}

.project-images__grid .project-images__item {
  margin-bottom: 0;
}

.project-images__grid:last-child {
  margin-bottom: 0;
}

.detail-footer {
  padding: 40px 0;
  text-align: center;
}

.detail-footer__copyright {
  font-family: system-ui, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}

/* ============================================
   RESPONSIVE - TABLET (1000px breakpoint)
   All fonts 20% smaller
   ============================================ */


@media (max-width: 1000px) and (min-width: 801px) {
  h1 {
    font-size: 70px;
    line-height: 62px;
    letter-spacing: -2.1px;
  }

  .hero h1 {
    max-width: 800px;
  }

  h2 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -0.70px;
  }

  .label,
  .portfolio-line,
  .tagline,
  .location-line {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -0.70px;
  }

  .branding-image {
    width: 384px;
  }

  .back-link {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -0.70px;
  }

  .project-header__title {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -0.70px;
  }

  .detail-footer__copyright {
    font-size: 24px;
    line-height: 32px;
  }

  .location-line {
    padding-top: 0;
  }

  /* Project images grid stacks on tablet */
  .project-images__grid {
    display: block;
    margin-bottom: 30px;
  }

  .project-images__grid:last-child {
    margin-bottom: 0;
  }

  .project-images__grid .project-images__video {
    margin-bottom: 30px;
  }

  .project-images__grid .project-images__video:last-child {
    margin-bottom: 0;
  }

  .project-images__grid .project-images__item {
    margin-bottom: 30px;
  }

  .project-images__grid .project-images__item:last-child {
    margin-bottom: 0;
  }

  .see-more-tag {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 12px;
    gap: 4px;
  }
}

/* ============================================
   RESPONSIVE - MOBILE (800px breakpoint)
   All fonts 20% smaller than tablet
   ============================================ */

@media (max-width: 800px) {
  .page {
    padding: 0 20px;
  }

  .body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    font-size: 44px;
    line-height: 39px;
    letter-spacing: -1.32px;
  }

  h2 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.56px;
  }

  .label,
  .portfolio-line,
  .tagline,
  .location-line {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.56px;
  }

  .branding-image {
    width: 384px;
  }

  .brand-carousel__item {
    min-width: 249px;
    min-height: 140px;
  }

  .brand-carousel__item img {
    height: 140px;
  }

  .brand-carousel__item iframe {
    width: 249px;
    height: 140px;
  }

  .brand-carousel-wrapper::before,
  .brand-carousel-wrapper::after {
    width: 60px;
  }

  .brand-carousel__track {
    animation-duration: 100s;
  }

  .detail-page {
    padding: 0 20px;
  }

  .detail-nav {
    margin: 20px 0 20px;
  }

  .back-link {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.56px;
    padding: 8px 30px;
    margin: 0;
  }

  .external-link {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }

  .external-link svg {
    width: 16px;
    height: 16px;
  }

  .content-card {
    padding: 0;
    border-radius: 0;
  }

  .project-header {
    display: block;
    margin-bottom: 40px;
  }

  .project-header__title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.56px;
    margin-bottom: 20px;
  }

  .project-header__description {
    display: block;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .detail-footer__copyright {
    font-size: 15px;
    line-height: 21px;
  }

  /* Project images grid stacks on mobile */
  .project-images__grid {
    display: block;
    margin-bottom: 30px;
  }

  .project-images__grid:last-child {
    margin-bottom: 0;
  }

  .project-images__grid .project-images__video {
    margin-bottom: 30px;
  }

  .project-images__grid .project-images__video:last-child {
    margin-bottom: 0;
  }

  .project-images__grid .project-images__item {
    margin-bottom: 30px;
  }

  .project-images__grid .project-images__item:last-child {
    margin-bottom: 0;
  }

  /* Hero reorder for mobile */
  .hero {
    display: flex;
    flex-direction: column;
  }

  .hero h1 {
    order: 1;
  }

  .hero .label {
    order: 2;
    margin-bottom: 30px;
  }

  .hero-flicker {
    position: relative;
    top: auto;
    right: auto;
    order: 3;
    width: 100%;
    max-width: 250px;
    height: 167px;
    margin-bottom: 30px;
  }

  .portfolio-line {
    order: 4;
  }

  .tagline {
    order: 5;
  }

  .location-line {
    order: 6;
  }

  /* Control: text above, card below */
  .project-row {
    display: flex;
    flex-direction: column;
  }

  .project-row > h2 {
    order: 1;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .project-row > .card {
    order: 2;
    float: none;
    width: 100%;
  }

  /* DDS + Eloquii stack on mobile */
  .project-pair {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .project-pair__item--dds,
  .project-pair__item--eloquii {
    display: flex;
    flex-direction: column;
  }

  .project-pair__item--dds {
    margin-bottom: 60px;
  }

  .project-pair__item--dds > h2,
  .project-pair__item--eloquii > h2 {
    margin-bottom: 30px;
  }

  .see-more-tag {
    font-size: 10px;
    line-height: 12px;
    padding: 3px 8px;
    gap: 3px;
  }
}
