
.portfolio-concept {
  background: #f8fbf9;
  color: #183b34;
  overflow: hidden;
}
.portfolio-concept__hero {
  position: relative;
  min-height: 630px;
  background: linear-gradient(106.6deg, #091c17 0%, #0e3029 54%, #134038 100%);
  overflow: hidden;
}
.portfolio-concept__hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, calc(var(--container-width, 1312px) + (2 * var(--page-gutter, 64px))));
  max-width: calc(var(--container-width, 1312px) + (2 * var(--page-gutter, 64px))));
  margin: 0 auto;
  padding: 28px var(--page-gutter, 64px);
  box-sizing: border-box;
}
.portfolio-concept__hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}
.portfolio-concept__hero-glow--mint {
  width: 540px;
  height: 540px;
  top: -210px;
  left: -180px;
  background: radial-gradient(circle, rgb(184 242 95 / 26%), rgb(184 242 95 / 0%) 70%);
}
.portfolio-concept__hero-glow--cyan {
  width: 620px;
  height: 620px;
  right: -220px;
  bottom: -260px;
  background: radial-gradient(circle, rgb(40 190 215 / 28%), rgb(40 190 215 / 0%) 70%);
}
.portfolio-concept__featured {
  display: grid;
  grid-template-columns: minmax(0, 930px) minmax(280px, 390px);
  gap: 24px;
}
.portfolio-concept__featured-art {
  position: relative;
  min-height: 574px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 25%, rgb(24 255 102 / 32%) 0 2%, transparent 22%),
    linear-gradient(135deg, #061b14 0%, #073f23 45%, #10191f 100%);
  box-shadow: 0 16px 36px rgb(0 0 0 / 18%);
}
.portfolio-concept__art-grid {
  position: absolute;
  inset: 35px 0 auto;
  height: 260px;
  opacity: .5;
  background-image:
    linear-gradient(30deg, transparent 12%, rgb(45 247 109 / 38%) 13% 14%, transparent 15% 100%),
    linear-gradient(150deg, transparent 12%, rgb(45 247 109 / 28%) 13% 14%, transparent 15% 100%);
  background-size: 82px 72px;
}
.portfolio-concept__art-heading {
  position: absolute;
  top: 74px;
  right: 32%;
  color: #fff;
  font: 700 clamp(26px, 3vw, 44px)/1.05 var(--font-heading, "Unbounded", sans-serif);
  text-align: center;
  text-shadow: 0 2px 0 rgb(0 0 0 / 26%);
}
.portfolio-concept__art-heading span {
  color: #3bff75;
}
.portfolio-concept__art-track {
  position: absolute;
  width: 70%;
  height: 220px;
  right: 6%;
  bottom: 14%;
  border: 12px solid rgb(49 215 89 / 45%);
  border-radius: 50%;
  transform: rotate(-14deg);
}
.portfolio-concept__featured-browser {
  position: absolute;
  z-index: 1;
  width: min(48%, 420px);
  height: auto;
  right: 4%;
  bottom: 10%;
  opacity: .9;
  mix-blend-mode: screen;
}
.portfolio-concept__featured-overlay {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  width: min(366px, calc(100% - 48px));
  min-height: 256px;
  padding: 19px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 20px;
  background: rgb(15 51 46 / 94%);
  box-sizing: border-box;
}
.portfolio-concept__client-logo {
  display: grid;
  place-items: center;
  height: 56px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 12px;
  background: rgb(255 255 255 / 7%);
  color: #38ff67;
  font: 700 18px/1 var(--font-heading, "Unbounded", sans-serif);
  letter-spacing: .04em;
  text-align: center;
}
.portfolio-concept__client-logo span {
  color: #fff;
  font-size: .72em;
}
.portfolio-concept__featured-title {
  margin: 26px 0 0;
  color: #fff;
  font: 700 22px/30px var(--font-heading, "Unbounded", sans-serif);
}
.portfolio-concept__featured-label {
  margin: 10px 0 0;
  color: #96ebb8;
  font: 600 10px/18px var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__featured-meta {
  margin: 4px 0 0;
  color: rgb(255 255 255 / 82%);
  font: 600 11px/20px var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__featured-button,
.portfolio-concept__work-button,
.portfolio-concept__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  background: #2bc97a;
  color: #0a2e26;
  font: 700 12px/18px var(--font-body, "Inter", sans-serif);
  text-decoration: none;
  transition: transform .18s var(--ease-out, cubic-bezier(.22, 1, .36, 1)), box-shadow .18s ease;
}
.portfolio-concept__featured-button {
  width: 190px;
  margin-top: 16px;
}
.portfolio-concept__featured-button:hover,
.portfolio-concept__work-button:hover,
.portfolio-concept__cta-button:hover,
.portfolio-concept__proof-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgb(41 201 130 / 20%);
}
.portfolio-concept__hint,
.portfolio-concept__screen-hint {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding-inline: 18px;
  border-radius: 17px;
  background: rgb(255 255 255 / 90%);
  color: #2e403b;
  font: 600 10px/14px var(--font-body, "Inter", sans-serif);
  white-space: nowrap;
}
.portfolio-concept__hint {
  top: 20px;
  right: 24px;
}
.portfolio-concept__side {
  display: grid;
  grid-template-rows: 219px 219px 48px;
  gap: 12px;
}
.portfolio-concept__poster {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #102923;
}
.portfolio-concept__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
}
.portfolio-concept__poster span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #b8f25f;
  color: #183b34;
  font: 700 10px/14px var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__poster--testimonial span {
  background: #ff2e93;
  color: #fff;
}
.portfolio-concept__slider-nav {
  display: grid;
  grid-template-columns: 70px 1fr 36px;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 8px 0 15px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 14px;
  background: rgb(12 37 32 / 84%);
  box-sizing: border-box;
  color: rgb(255 255 255 / 66%);
  font: 500 10px/14px var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__slider-nav strong {
  color: #fff;
  font-weight: 700;
}
.portfolio-concept__slider-nav button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #2bc982;
  color: #fff;
  font: 700 18px/1 var(--font-body, "Inter", sans-serif);
  cursor: pointer;
}
.portfolio-concept__work {
  min-height: 680px;
  background: #f8fbf9;
}
.portfolio-concept__work-inner {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  gap: 54px;
  min-height: 680px;
  width: min(100%, calc(var(--container-width, 1312px) + (2 * var(--page-gutter, 64px))));
  max-width: calc(var(--container-width, 1312px) + (2 * var(--page-gutter, 64px))));
  margin: 0 auto;
  padding: 52px var(--page-gutter, 64px);
  box-sizing: border-box;
}
.portfolio-concept__eyebrow {
  margin: 0;
  color: #2bc57b;
  font: 600 11px/20px var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__work-title {
  margin: 24px 0 0;
  color: #1f2426;
  font: 700 36px/1.2 var(--font-heading, "Unbounded", sans-serif);
}
.portfolio-concept__work-subtitle {
  margin: 12px 0 0;
  color: #6e7a78;
  font: 500 16px/26px var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__work-label {
  margin: 62px 0 0;
  color: #24534a;
  font: 600 10px/18px var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  max-width: 330px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.portfolio-concept__tags li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding-inline: 16px;
  border: 1px solid #cfe8df;
  border-radius: 17px;
  background: #e8f7f0;
  color: #183b34;
  font: 600 11px/14px var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__work-button {
  width: 206px;
  margin-top: 40px;
}
.portfolio-concept__work-screen {
  position: relative;
  min-height: 576px;
  border: 1px solid #cfe1db;
  border-radius: 26px;
  background: #e0e6e3;
  overflow: hidden;
}
.portfolio-concept__screen-hint {
  top: 14px;
  right: 20px;
  min-height: 34px;
  background: #fff;
  font-size: 10px;
}
.portfolio-concept__screen-lines {
  position: absolute;
  inset: 74px 42px 40px;
  opacity: .55;
  background:
    linear-gradient(#d2dad6 0 0) 0 0/100% 2px no-repeat,
    linear-gradient(#d2dad6 0 0) 0 34px/80% 2px no-repeat,
    linear-gradient(#d2dad6 0 0) 0 68px/62% 2px no-repeat,
    linear-gradient(#d2dad6 0 0) 0 102px/88% 2px no-repeat,
    linear-gradient(#d2dad6 0 0) 0 136px/72% 2px no-repeat;
}
.portfolio-concept__screen-title,
.portfolio-concept__screen-text {
  position: absolute;
  left: 50%;
  width: 100%;
  margin: 0;
  text-align: center;
  transform: translateX(-50%);
}
.portfolio-concept__screen-title {
  top: 46%;
  color: #707e79;
  font: 600 12px/24px var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__screen-text {
  top: 52%;
  color: #8f9a96;
  font: 400 11px/20px var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__scroll-track {
  position: absolute;
  top: 75px;
  right: 8px;
  bottom: 75px;
  width: 4px;
  border-radius: 2px;
  background: #c6d0cc;
}
.portfolio-concept__scroll-track span {
  display: block;
  width: 100%;
  height: 112px;
  margin-top: 40px;
  border-radius: 2px;
  background: #7c8e88;
}
.portfolio-concept__cta {
  position: relative;
  min-height: 831px;
  overflow: hidden;
  background: #f8fbf9;
}
.portfolio-concept__cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 690px) minmax(380px, 508px);
  align-items: start;
  justify-content: space-between;
  gap: 50px;
  min-height: 831px;
  width: min(100%, calc(var(--container-width, 1312px) + (2 * var(--page-gutter, 64px))));
  max-width: calc(var(--container-width, 1312px) + (2 * var(--page-gutter, 64px))));
  margin: 0 auto;
  padding: 112px var(--page-gutter, 64px);
  box-sizing: border-box;
}
.portfolio-concept__cta-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.portfolio-concept__cta-orb--mint {
  width: 430px;
  height: 430px;
  top: 120px;
  left: -120px;
  background: #e1ffe4;
}
.portfolio-concept__cta-orb--cyan {
  width: 390px;
  height: 390px;
  top: 60px;
  right: -70px;
  background: #dbfcff;
}
.portfolio-concept__cta-title {
  margin: 36px 0 0;
  color: #1f2426;
  font: 700 40px/1.4 var(--font-heading, "Unbounded", sans-serif);
}
.portfolio-concept__cta-text {
  max-width: 610px;
  margin: 24px 0 0;
  color: #6e7a78;
  font: 400 17px/1.35 var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__cta-button {
  width: 240px;
  min-height: 52px;
  margin-top: 34px;
}
.portfolio-concept__proof {
  min-height: 360px;
  margin-top: 8px;
  padding: 28px;
  border-radius: 28px;
  background: #183b34;
  box-sizing: border-box;
}
.portfolio-concept__proof-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding-inline: 18px;
  border-radius: 999px;
  background: #b8f25f;
  color: #183b34;
  font: 700 11px/16px var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__proof-list {
  margin: 52px 0 0;
  padding: 0;
  list-style: none;
}
.portfolio-concept__proof-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid #3d655c;
  color: #fff;
  font: 700 13px/20px var(--font-body, "Inter", sans-serif);
}
.portfolio-concept__proof-list li:first-child {
  border-top: 0;
}
.portfolio-concept__proof-list strong {
  font-size: 18px;
}
.portfolio-concept__proof-list li:nth-child(1) strong { color: #b8f25f; }
.portfolio-concept__proof-list li:nth-child(2) strong { color: #28bed7; }
.portfolio-concept__proof-list li:nth-child(3) strong { color: #ff2e93; }
.portfolio-concept__proof-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 54px;
  border-radius: 12px;
  background: #b8f25f;
  color: #183b34;
  font: 700 13px/18px var(--font-body, "Inter", sans-serif);
  text-decoration: none;
  transition: transform .18s var(--ease-out, cubic-bezier(.22, 1, .36, 1)), box-shadow .18s ease;
}
@media (max-width: 1100px) {
  .portfolio-concept__hero-inner,
  .portfolio-concept__work-inner,
  .portfolio-concept__cta-inner {
    padding-inline: 32px;
  }
  .portfolio-concept__featured {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
  .portfolio-concept__side {
    grid-template-rows: 180px 180px 48px;
  }
}
@media (max-width: 820px) {
  .portfolio-concept__hero {
    min-height: auto;
  }
  .portfolio-concept__hero-inner {
    padding: 20px 24px 32px;
  }
  .portfolio-concept__featured {
    grid-template-columns: 1fr;
  }
  .portfolio-concept__featured-art {
    min-height: 520px;
  }
  .portfolio-concept__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 180px 48px;
    gap: 12px;
  }
  .portfolio-concept__poster--testimonial {
    display: none;
  }
  .portfolio-concept__slider-nav {
    grid-column: 1 / -1;
  }
  .portfolio-concept__work {
    min-height: auto;
  }
  .portfolio-concept__work-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 48px 56px;
  }
  .portfolio-concept__work-screen {
    min-height: 420px;
  }
  .portfolio-concept__cta {
    min-height: auto;
  }
  .portfolio-concept__cta-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 72px;
  }
  .portfolio-concept__proof {
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  .portfolio-concept__hero-inner,
  .portfolio-concept__work-inner,
  .portfolio-concept__cta-inner {
    padding-inline: 20px;
  }
  .portfolio-concept__featured-art {
    min-height: 450px;
  }
  .portfolio-concept__art-heading {
    top: 66px;
    right: 10%;
    font-size: 28px;
  }
  .portfolio-concept__featured-overlay {
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }
  .portfolio-concept__featured-meta {
    font-size: 10px;
  }
  .portfolio-concept__featured-browser {
    right: -10%;
    bottom: 18%;
    width: 64%;
  }
  .portfolio-concept__side {
    grid-template-columns: 1fr;
    grid-template-rows: 180px 48px;
  }
  .portfolio-concept__poster {
    display: none;
  }
  .portfolio-concept__slider-nav {
    grid-column: 1;
  }
  .portfolio-concept__work-title {
    font-size: 30px;
  }
  .portfolio-concept__tags {
    max-width: 100%;
  }
  .portfolio-concept__work-screen {
    min-height: 340px;
  }
  .portfolio-concept__cta-inner {
    padding-block: 56px;
  }
  .portfolio-concept__cta-title {
    font-size: 30px;
  }
  .portfolio-concept__cta-text {
    font-size: 15px;
  }
  .portfolio-concept__proof {
    padding: 22px;
  }
  .portfolio-concept__proof-list {
    margin-top: 34px;
  }
  .portfolio-concept__proof-list li {
    grid-template-columns: 42px minmax(0, 1fr);
    font-size: 12px;
  }
  .portfolio-concept__proof-button {
    margin-top: 34px;
  }
}



/* Figma 605:72 exact desktop geometry */
@media (min-width: 1400px) {
  .portfolio-concept__hero-inner {
    width: 1344px;
    max-width: none;
    margin-left: max(48px, calc((100% - 1440px) / 2 + 48px));
    margin-right: 0;
    padding: 28px 0;
  }

  .portfolio-concept__featured {
    grid-template-columns: 930px 390px;
    gap: 24px;
  }
}

.portfolio-concept__featured-overlay {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  width: 366px;
  height: 256px;
  min-height: 256px;
  padding: 0;
  box-sizing: border-box;
}

.portfolio-concept__logo-slot {
  position: absolute;
  left: 19px;
  top: 19px;
  width: 326px;
  height: 56px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
}

.portfolio-concept__logo-slot img {
  position: absolute;
  left: 80px;
  top: -2px;
  display: block;
  width: 164px;
  height: 58px;
  max-width: none;
  object-fit: cover;
}

.portfolio-concept__featured-title {
  position: absolute;
  left: 19px;
  top: 89px;
  width: 326px;
  height: 30px;
  margin: 0;
}

.portfolio-concept__featured-label {
  position: absolute;
  left: 19px;
  top: 129px;
  margin: 0;
}

.portfolio-concept__featured-meta {
  position: absolute;
  left: 19px;
  top: 153px;
  width: 326px;
  height: 20px;
  margin: 0;
}

.portfolio-concept__featured-button {
  position: absolute;
  left: 19px;
  top: 191px;
  width: 190px;
  height: 44px;
  min-height: 44px;
  margin: 0;
}

.portfolio-concept__hint {
  width: 236px;
  height: 34px;
  min-height: 34px;
  padding: 0;
}
/* Figma 605:72 — full hero gradient and section bounds */
body[data-page="portfolio"] main > section.portfolio-concept__hero {
  height: 630px;
  min-height: 630px;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(106.60124635194508deg, #091c17 0%, #0e3029 53.846%, #134038 96.154%);
}


/* Keep the Figma gradient while restoring natural mobile height */
@media (max-width: 820px) {
  body[data-page="portfolio"] main > section.portfolio-concept__hero {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
}


/* Figma 605:72 — right column vertical rhythm */
@media (min-width: 1400px) {
  .portfolio-concept__side {
    grid-template-rows: 219px 219px 48px;
    row-gap: 44px;
    column-gap: 24px;
  }
}


/* Slider poster controls: video link and next-slide trigger share the same visual surface. */
.portfolio-concept__poster {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.portfolio-concept__poster--next {
  appearance: none;
  -webkit-appearance: none;
}
.portfolio-concept__poster:focus-visible {
  outline: 2px solid #b8f25f;
  outline-offset: 3px;
}

.portfolio-concept__poster--video span { background: #ff2e93; color: #ffffff; }

.portfolio-concept__slider-next { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #2bc982; color: #ffffff; font: 700 18px/1 var(--font-body, "Inter", sans-serif); text-decoration: none; cursor: pointer; }
.portfolio-concept__slider-next:focus-visible { outline: 2px solid #b8f25f; outline-offset: 3px; }

#portfolio-rumos-title { scroll-margin-top: 150px; }

/* In-screen portfolio slider states. */
[data-portfolio-slider] .portfolio-concept__featured-image, [data-portfolio-slider] .portfolio-concept__featured-overlay, [data-portfolio-slider] .portfolio-concept__poster { transition: opacity 220ms var(--ease-out, cubic-bezier(.22, 1, .36, 1)), transform 220ms var(--ease-out, cubic-bezier(.22, 1, .36, 1)); }
[data-portfolio-slider].is-transitioning .portfolio-concept__featured-image, [data-portfolio-slider].is-transitioning .portfolio-concept__featured-overlay, [data-portfolio-slider].is-transitioning .portfolio-concept__poster { opacity: .28; transform: scale(.985); }
.portfolio-concept__featured-image--mockup { object-fit: contain !important; padding: 42px; background: #102923; }
.portfolio-concept__slider-next { appearance: none; -webkit-appearance: none; border: 0; padding: 0; }
@media (prefers-reduced-motion: reduce) { [data-portfolio-slider] .portfolio-concept__featured-image, [data-portfolio-slider] .portfolio-concept__featured-overlay, [data-portfolio-slider] .portfolio-concept__poster { transition: none; } }

.portfolio-concept__featured-button--arrow::after { content: "\\2197"; margin-left: auto; }
.portfolio-concept__poster--next span::after { content: "\\2197"; margin-left: 4px; }

.portfolio-concept__featured-button--arrow::after { content: "\\2197"; margin-left: auto; }
.portfolio-concept__poster--video span::after { content: "\\2197"; margin-left: 4px; }
.portfolio-concept__slider-next::before { content: "\\2197"; }

.portfolio-concept__featured-button--arrow::after { content: "\2197"; margin-left: auto; }
.portfolio-concept__poster--video span::after { content: "\2197"; margin-left: 4px; }
.portfolio-concept__poster--next span::after { content: "\2197"; margin-left: 4px; }
.portfolio-concept__slider-next::before { content: "\2197"; }
