body {
  margin: 0;
  background: #dfceb3;
  color: #27213c;
  font-family: 'Lexend Deca', 'Lexend Deca Light', sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  min-height: 100vh;
}

.about-page {
  width: min(1700px, 100%);
  padding: 0 0 92px;
  min-height: 100vh;
}

.about-header {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 0;
  margin-top: 118px;
}

.back-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #27213c;
  font-family: 'Chelsea Market', cursive;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.back-button-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #d03e41;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.back-arrow-icon {
  position: relative;
  display: block;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(2px);
}

.back-arrow-icon::before,
.back-arrow-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  transform-origin: left center;
}

.back-arrow-icon::before {
  top: 0;
  transform: rotate(-42deg);
}

.back-arrow-icon::after {
  top: 0;
  transform: rotate(42deg);
}

.back-button:hover .back-button-circle {
  transform: scale(1.1);
  background: #c53536;
}

.back-button:hover .back-arrow-icon {
  transform: translateX(-2px);
}

.about-header h1 {
  margin: 0;
  font-family: 'Chelsea Market', cursive;
  font-size: 8rem;
  color: #27213c;
  line-height: 1;
}

.about-header p {
  margin: 0;
  font-size: 1.25rem;
  color: #27213c;
  letter-spacing: 0.02em;
}

.intro-section {
  display: grid;
  grid-template-columns: 50% 4%;
  gap: 0;
  align-items: start;
  margin-top: 67px;
  margin-left: 00px;
}

.intro-text-card {
  background: #f3e7cf;
  padding: 3rem 3rem 3rem;
  min-height: 326px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.intro-text-card p {
  margin: 0 0 2rem;
  font-size: 20px;
  line-height: 1.3;
}

.intro-text-card p:last-child {
  margin-bottom: 0;
}

.linkedin-button {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.9rem 1.4rem;
  border-radius: 4px;
  background: #d03e41;
  color: #fff;
  text-decoration: none;
  font-family: 'Chelsea Market', cursive;
  font-size: 1.15rem;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.linkedin-button:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.intro-collage {
  position: relative;
  height: 800px;
  width: 1000px;
  margin-left: -40px;
  margin-top: -160px;
  z-index: 2;
}

.photo {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.24);
}

.photo-a {
  width: 46%;
  height: 76%;
  left: 0;
  top: 18%;
  transform: rotate(-6deg);
  z-index: 2;
  border-radius: 4px;
}

.photo-b {
  width: 49%;
  height: 73%;
  right: 10%;
  top: 0;
  transform: rotate(3.8deg);
  z-index: 3;
  border-radius: 4px;
}

.photo-c {
  width: 63%;
  height: 49%;
  right: 0;
  bottom: 2%;
  transform: rotate(8deg);
  z-index: 4;
  border-radius: 4px;
}

.tag-section,
.software-section,
.details-grid {
  margin-top: 3rem;
  margin-left: 0px;
  transform: translateY(0px);
}

h2 {
  margin: 0 0 0.62rem;
  font-family: 'Chelsea Market', cursive;
  font-size: 3.5rem;
  line-height: 1.03;
}

.tag-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  background: #f3e7cf;
  padding: 3rem;
  width: min(1700px, 100%);
  border-radius: 4px;
}

.tag-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.tag {
  color: #fff;
  padding: 1.5rem 1.05rem;
  font-size: 25px;
  font-family: 'Chelsea Market', cursive;
  line-height: 1;
  margin-top: 20px;
}

.tag-video {
  background: #84676f;
}

.tag-motion {
  background: #9ccfd8;
}

.tag-video-2 {
  background: #9fdfa7;
}

.tag-photo {
  background: #9997d7;
}

.tag-content {
  background: #d8d2a6;
}

.tag-prod {
  background: #d99dcc;
}

.tag-design {
  background: #f0af6f;
}

.software-grid {
  background: #f3e7cf;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  width: min(1700px, 100%);
  border-radius: 4px;
}

.software-items {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1.5rem;
}

.software-grid img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  align-items: start;
}

.info-column {
  min-width: 700px;
  max-width: 700px;
}

.details-grid .info-column:first-child {
  justify-self: start;
}

.details-grid .info-column:last-child {
  justify-self: end;
}

.info-wrap {
  background: #f3e7cf;
  padding: 2rem;
  border-radius: 4px;
}

.info-wrap h2,
.software-grid h2,
.tag-wrap h2 {
  margin: 0;
}

.timeline-list {
  list-style: none;
  margin-top: 30px;
  padding: 0;
  background: transparent;
}

.timeline-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.62rem;
  align-items: start;
  margin-bottom: 0.62rem;
}

.timeline-list li:last-child {
  margin-bottom: 0;
}

.timeline-list img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 4px;
}

.timeline-list p {
  margin: 0;
  font-family: 'Chelsea Market', cursive;
  font-size: 0.96rem;
  line-height: 1;
}

.timeline-list span {
  font-family: 'Lexend Deca', 'Lexend Deca Light', sans-serif;
  font-size: 0.76rem;
  line-height: 1;
}

.work-column .info-wrap {
  padding: 2.4rem;
}

.work-column .timeline-list {
  position: relative;
}

.work-column .timeline-list::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 12px;
  bottom: 12px;
  width: 8px;
  background: #d03e41;
  border-radius: 999px;
  z-index: 0;
}

.work-column .timeline-list li {
  grid-template-columns: 80px 1fr;
  gap: 1.2rem;
  margin-bottom: 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.work-column .timeline-list img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.work-column .timeline-list p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  font-size: 25px;
  line-height: 1.12;
}

.work-column .timeline-list span {
  font-size: 20px;
  line-height: 1.28;
}

@media (max-width: 1920px) {
  .about-page {
    width: min(1500px, 100%);
    padding: 0 0 76px;
  }

  .about-header {
    gap: 2.4rem;
    margin-top: 96px;
  }

  .back-button {
    font-size: 1rem;
  }

  .back-button-circle {
    width: 68px;
    height: 68px;
  }

  .back-arrow-icon {
    width: 30px;
  }

  .about-header h1 {
    font-size: 6.8rem;
  }

  .about-header p {
    font-size: 1.12rem;
  }

  .intro-section {
    margin-top: 55px;
  }

  .intro-text-card {
    padding: 2.5rem;
    min-height: 285px;
  }

  .intro-text-card p {
    font-size: 18px;
    margin-bottom: 1.65rem;
  }

  .linkedin-button {
    font-size: 1rem;
    padding: 0.75rem 1.2rem;
  }

  .intro-collage {
    height: 680px;
    width: 860px;
    margin-left: -30px;
    margin-top: -120px;
  }

  h2 {
    font-size: 3rem;
  }

  .tag-wrap,
  .software-grid {
    width: min(1500px, 100%);
    padding: 2.4rem;
  }

  .tag {
    padding: 1.2rem 0.9rem;
    font-size: 21px;
    margin-top: 16px;
  }

  .software-items {
    gap: 5.5rem;
  }

  .software-grid img {
    width: 68px;
    height: 68px;
  }

  .info-column {
    min-width: 620px;
    max-width: 620px;
  }

  .info-wrap {
    padding: 1.7rem;
  }

  .work-column .info-wrap {
    padding: 2rem;
  }

  .work-column .timeline-list::before {
    left: 30px;
    width: 6px;
  }

  .work-column .timeline-list li {
    grid-template-columns: 68px 1fr;
    gap: 1rem;
    margin-bottom: 1.6rem;
  }

  .work-column .timeline-list img {
    width: 68px;
    height: 68px;
  }

  .work-column .timeline-list p {
    min-height: 68px;
    font-size: 21px;
  }

  .work-column .timeline-list span {
    font-size: 17px;
  }
}

@media (max-width: 1600px) {
  .about-page {
    width: min(1320px, 100%);
    padding: 0 0 64px;
  }

  .about-header {
    gap: 2rem;
    margin-top: 78px;
  }

  .back-button {
    font-size: 0.92rem;
  }

  .back-button-circle {
    width: 60px;
    height: 60px;
  }

  .back-arrow-icon {
    width: 26px;
  }

  .about-header h1 {
    font-size: 6rem;
  }

  .about-header p {
    font-size: 1.02rem;
  }

  .intro-section {
    margin-top: 44px;
  }

  .intro-text-card {
    padding: 2.1rem;
    min-height: 250px;
  }

  .intro-text-card p {
    font-size: 16px;
    margin-bottom: 1.4rem;
  }

  .linkedin-button {
    font-size: 0.92rem;
    padding: 0.68rem 1.05rem;
  }

  .intro-collage {
    height: 590px;
    width: 740px;
    margin-left: -20px;
    margin-top: -92px;
  }

  h2 {
    font-size: 2.55rem;
  }

  .tag-wrap,
  .software-grid {
    width: min(1320px, 100%);
    padding: 2rem;
  }

  .tag {
    padding: 1rem 0.8rem;
    font-size: 18px;
    margin-top: 12px;
  }

  .software-items {
    gap: 4.4rem;
  }

  .software-grid img {
    width: 58px;
    height: 58px;
  }

  .info-column {
    min-width: 540px;
    max-width: 540px;
  }

  .info-wrap {
    padding: 1.45rem;
  }

  .work-column .info-wrap {
    padding: 1.7rem;
  }

  .work-column .timeline-list::before {
    left: 26px;
    width: 5px;
  }

  .work-column .timeline-list li {
    grid-template-columns: 58px 1fr;
    gap: 0.85rem;
    margin-bottom: 1.3rem;
  }

  .work-column .timeline-list img {
    width: 58px;
    height: 58px;
  }

  .work-column .timeline-list p {
    min-height: 58px;
    font-size: 18px;
  }

  .work-column .timeline-list span {
    font-size: 15px;
  }
}

@media (max-width: 1400px) {
  .about-page {
    width: min(1180px, 100%);
    padding: 0 0 56px;
  }

  .about-header {
    gap: 1.7rem;
    margin-top: 64px;
  }

  .back-button {
    font-size: 0.86rem;
  }

  .back-button-circle {
    width: 54px;
    height: 54px;
  }

  .back-arrow-icon {
    width: 22px;
  }

  .back-arrow-icon::before,
  .back-arrow-icon::after {
    width: 10px;
  }

  .about-header h1 {
    font-size: 5.2rem;
  }

  .about-header p {
    font-size: 0.92rem;
  }

  .intro-section {
    margin-top: 34px;
  }

  .intro-text-card {
    padding: 1.8rem;
    min-height: 225px;
  }

  .intro-text-card p {
    font-size: 14px;
    margin-bottom: 1.2rem;
  }

  .linkedin-button {
    font-size: 0.86rem;
    padding: 0.6rem 0.95rem;
  }

  .intro-collage {
    height: 510px;
    width: 640px;
    margin-left: -14px;
    margin-top: -72px;
  }

  h2 {
    font-size: 2.2rem;
  }

  .tag-wrap,
  .software-grid {
    width: min(1180px, 100%);
    padding: 1.7rem;
  }

  .tag-items {
    gap: 0.42rem;
  }

  .tag {
    padding: 0.86rem 0.66rem;
    font-size: 15px;
    margin-top: 8px;
  }

  .software-items {
    gap: 3.5rem;
    margin-top: 1rem;
  }

  .software-grid img {
    width: 48px;
    height: 48px;
  }

  .info-column {
    min-width: 480px;
    max-width: 480px;
  }

  .info-wrap {
    padding: 1.2rem;
  }

  .work-column .info-wrap {
    padding: 1.4rem;
  }

  .timeline-list {
    margin-top: 20px;
  }

  .work-column .timeline-list::before {
    left: 22px;
    width: 4px;
  }

  .work-column .timeline-list li {
    grid-template-columns: 48px 1fr;
    gap: 0.72rem;
    margin-bottom: 1.05rem;
  }

  .work-column .timeline-list img {
    width: 48px;
    height: 48px;
  }

  .work-column .timeline-list p {
    min-height: 48px;
    font-size: 15px;
  }

  .work-column .timeline-list span {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .about-page {
    width: min(1020px, 100%);
    padding: 0 0 48px;
  }

  .about-header {
    gap: 1.4rem;
    margin-top: 52px;
  }

  .back-button {
    font-size: 0.8rem;
  }

  .back-button-circle {
    width: 48px;
    height: 48px;
  }

  .back-arrow-icon {
    width: 20px;
  }

  .back-arrow-icon::before,
  .back-arrow-icon::after {
    width: 9px;
  }

  .about-header h1 {
    font-size: 4.5rem;
  }

  .about-header p {
    font-size: 0.86rem;
  }

  .intro-section {
    margin-top: 26px;
  }

  .intro-text-card {
    padding: 1.5rem;
    min-height: 200px;
  }

  .intro-text-card p {
    font-size: 12px;
    margin-bottom: 1rem;
  }

  .linkedin-button {
    font-size: 0.8rem;
    padding: 0.54rem 0.82rem;
  }

  .intro-collage {
    height: 430px;
    width: 540px;
    margin-left: -8px;
    margin-top: -56px;
  }

  h2 {
    font-size: 1.9rem;
  }

  .tag-wrap,
  .software-grid {
    width: min(1020px, 100%);
    padding: 1.45rem;
  }

  .tag-items {
    gap: 0.34rem;
  }

  .tag {
    padding: 0.72rem 0.56rem;
    font-size: 13px;
    margin-top: 6px;
  }

  .software-items {
    gap: 2.7rem;
    margin-top: 0.8rem;
  }

  .software-grid img {
    width: 40px;
    height: 40px;
  }

  .info-column {
    min-width: 410px;
    max-width: 410px;
  }

  .info-wrap {
    padding: 1rem;
  }

  .work-column .info-wrap {
    padding: 1.2rem;
  }

  .timeline-list {
    margin-top: 16px;
  }

  .work-column .timeline-list::before {
    left: 19px;
    width: 3px;
  }

  .work-column .timeline-list li {
    grid-template-columns: 40px 1fr;
    gap: 0.62rem;
    margin-bottom: 0.9rem;
  }

  .work-column .timeline-list img {
    width: 40px;
    height: 40px;
  }

  .work-column .timeline-list p {
    min-height: 40px;
    font-size: 13px;
  }

  .work-column .timeline-list span {
    font-size: 11px;
  }
}

@media (max-width: 1024px) {
  .about-page {
    width: min(760px, 100%);
    padding: 0 0.8rem 52px;
  }

  .about-header {
    margin-top: 34px;
    gap: 0.9rem;
    justify-content: center;
  }

  .about-header h1 {
    font-size: 3rem;
  }

  .intro-section,
  .details-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.1rem;
  }

  .intro-section {
    margin-top: 26px;
  }

  .intro-collage {
    order: 1;
  }

  .intro-text-card {
    order: 2;
  }

  .intro-text-card {
    width: min(700px, 100%);
    min-height: auto;
    padding: 1.5rem;
  }

  .intro-text-card p {
    font-size: 1rem;
    line-height: 1.35;
  }

  .intro-collage {
    width: min(700px, 100%);
    height: 360px;
    margin: 0.75rem auto 0;
  }

  .photo-a {
    width: 45%;
    height: 74%;
    left: 3%;
    top: 17%;
  }

  .photo-b {
    width: 46%;
    height: 68%;
    right: 9%;
  }

  .photo-c {
    width: 58%;
    height: 47%;
    right: 4%;
  }

  .tag-section,
  .software-section,
  .details-grid {
    margin-top: 2rem;
  }

  .tag-wrap,
  .software-grid {
    width: min(700px, 100%);
    padding: 1.5rem;
    margin: 0 auto;
  }

  .tag-items,
  .software-items {
    justify-content: center;
  }

  .software-items {
    gap: 2.2rem;
    margin-top: 1rem;
  }

  .software-grid img {
    width: 44px;
    height: 44px;
  }

  .info-column,
  .details-grid .info-column {
    width: min(700px, 100%);
    min-width: 0;
    max-width: none;
    justify-self: center;
  }

  .details-grid .info-column:first-child,
  .details-grid .info-column:last-child {
    justify-self: center;
  }

  .info-wrap {
    padding: 1.2rem;
  }

  .work-column .info-wrap {
    padding: 1.35rem;
  }

  .work-column .timeline-list::before {
    left: 22px;
    width: 4px;
  }

  .work-column .timeline-list li {
    grid-template-columns: 44px 1fr;
    gap: 0.9rem;
    margin-bottom: 1rem;
    align-items: center;
  }

  .work-column .timeline-list img {
    width: 44px;
    height: 44px;
  }

  .work-column .timeline-list p {
    min-height: 44px;
    font-size: 1rem;
  }

  .work-column .timeline-list span {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .about-page {
    width: min(560px, 100%);
    padding: 0 0.7rem 48px;
  }

  .about-header {
    margin-top: 24px;
    gap: 0.8rem;
  }

  .about-header h1 {
    font-size: 2.5rem;
  }

  .back-button-circle {
    width: 52px;
    height: 52px;
  }

  .back-arrow-icon {
    width: 22px;
  }

  .back-arrow-icon::before,
  .back-arrow-icon::after {
    width: 9px;
  }

  .intro-text-card {
    padding: 1.2rem;
  }

  .intro-text-card p {
    font-size: 0.92rem;
  }

  .intro-collage {
    height: 300px;
  }

  .tag-wrap,
  .intro-text-card,
  .intro-collage,
  .software-grid,
  .info-column,
  .details-grid .info-column {
    width: min(540px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .tag {
    font-size: 0.95rem;
    padding: 0.7rem 0.62rem;
  }

  .software-items {
    gap: 1.6rem;
  }

  .software-grid img {
    width: 40px;
    height: 40px;
  }

}

@media (max-width: 680px) {
  .about-page {
    width: min(460px, 100%);
    padding: 0 0.55rem 44px;
  }

  .about-header h1 {
    font-size: 2.1rem;
  }

  .intro-text-card p {
    font-size: 0.84rem;
  }

  .intro-collage {
    height: 250px;
  }

  .photo-a {
    left: 2%;
    width: 46%;
    height: 70%;
  }

  .photo-b {
    right: 5%;
    width: 48%;
    height: 66%;
  }

  .photo-c {
    width: 60%;
    height: 45%;
    right: 5%;
  }

  .tag-wrap,
  .intro-text-card,
  .intro-collage,
  .software-grid,
  .info-column,
  .details-grid .info-column {
    width: min(440px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .tag-wrap,
  .software-grid {
    padding: 1rem;
  }

  .info-column,
  .details-grid .info-column {
    padding: 0;
  }

  .info-wrap,
  .work-column .info-wrap {
    width: 100%;
    padding: 1rem;
  }

  .software-items {
    gap: 1.1rem;
  }

  .tag,
  .timeline-list p {
    font-size: 0.86rem;
  }

  .timeline-list span {
    font-size: 0.68rem;
  }

  .software-grid img {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 420px) {
  .work-column .timeline-list::before {
    left: 18px;
    top: 18px;
    bottom: 10px;
    width: 3px;
  }

  .work-column .timeline-list li {
    grid-template-columns: 36px 1fr;
    gap: 0.55rem;
    align-items: start;
  }

  .work-column .timeline-list img {
    width: 36px;
    height: 36px;
  }

  .work-column .timeline-list p {
    min-height: 36px;
    font-size: 0.8rem;
  }

  .work-column .timeline-list span {
    font-size: 0.64rem;
    line-height: 1.2;
  }
}
