

/* Suppress default Squarespace style */

#pageHeaderWrapper, #sidebar1Wrapper, #sidebar2Wrapper {
  display: none;
}

/* Start Custom Portfolio style */

body {
  background-color: #00004008;
}

body,
.portfolio-resume,
.portfolio-focus,
.section-title,
.project-title,
.project-meta p,
.project-link-line,
.project-link-context,
.experience-title,
.experience-duties strong {
  color: #303060;
}

.portfolio-intro,
.section-description,
.section-body,
.project-banner,
.project-description,
.experience-timespan,
.experience-summary,
.experience-duties {
  color: #606090;
}

.project-year::before,
.project-team-size::before,
.project-engine::before {
  color: #8080ff;
}

.project-link::before {
  color: #307080;
  border-color: #307080;
}

.portfolio-resume {
  width: 1040px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 64px 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

.portfolio-hero {
  margin: 0 0 48px 0;
  padding: 0;
  background-color: transparent;
}

.portfolio-roles {
  margin: 0 0 16px 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 1.4;
  text-transform: uppercase;
}

.portfolio-focus {
  max-width: 900px;
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 0.98;
}

.portfolio-intro {
  margin-top: 36px;
  font-size: 17px;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.portfolio-intro p {
  margin: 0;
}

.portfolio-section {
  margin: 42px 0 0 0;
  padding: 0;
  background-color: transparent;
}

.section-title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.section-description {
  margin: 8px 0 24px 0;
  font-size: 16px;
  font-style: italic;
}

.section-guide {
  color: red;
  font-weight: 500;
  outline: 3px solid red;
  padding: 5px;
}

.section-body {
  font-size: 16px;
}

.section-body p {
  margin: 0;
}

.projects-section {
  margin: 42px 0 0 0;
  padding: 0;
}

.project-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.project-item {
  padding: 56px 64px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  min-height: 460px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(25, 25, 25, 0.08);
}

.project-banner {
  margin: 0 0 28px 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.4;
  text-transform: uppercase;
}

.project-title {
  margin: 0 0 10px 0;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 1.18;
}

.project-subtitle {
  margin: 0 0 28px 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.18;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 42px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}

.project-meta p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.project-meta p + p {
  margin-left: 22px;
  padding-left: 22px;
  border-left: 1px solid #d6d6d6;
}

.project-year::before {
  content: "\25A3";
  margin-right: 10px;
  color: #3f46f5;
  font-size: 15px;
}

.project-team-size::before {
  content: "\25C9";
  margin-right: 10px;
  color: #3f46f5;
  font-size: 15px;
}

.project-engine::before {
  content: "<>";
  margin-right: 10px;
  font-size: 15px;
  font-weight: 800;
}

.project-description {
  max-width: 620px;
  margin: 0 0 24px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
}

.project-link-line {
  margin: 0;
  font-size: 20px;
}

.project-link {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.project-link::before {
  content: "\2197";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  border: 2px solid #3f46f5;
  border-radius: 7px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.project-link-context {
  margin-left: 8px;
  font-weight: 400;
}

.project-image-frame {
  width: 100%;
  height: 100%;
  min-height: 460px;
  overflow: hidden;
  background-color: #00004010;
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.project-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  box-sizing: border-box;
}

.project-grid-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: left;
  display: block;
}

.experience-list {
  display: block;
}

.experience-item {
  margin-top: 28px;
  padding: 0;
  background-color: transparent;
}

.experience-item:first-child {
  margin-top: 0;
}

.experience-timespan {
  margin: 0 0 8px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}

.experience-title {
  margin: 0 0 8px 0;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1.15;
}

.experience-summary {
  margin: 0 0 14px 0;
  font-size: 16px;
  line-height: 1.5;
}

.experience-duties {
  margin: 0;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.5;
  list-style-type: none;
}

.experience-duties li {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  column-gap: 0.5rem;
  align-items: start;
  margin-top: 7px;
  padding-left: 2px;
}

.experience-duties li::before {
  content: "\25B8";
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-0.25rem);
}

.experience-duties strong {
  font-weight: 800;
}

p.contact-email-label {
  margin: 24px 0 8px 0;
}

.contact-email-address a {
  color: rgba(0, 0, 255, 0.75);
}

.todo {
  color: red;
  font-style: italic;
  background-color: rgba(255, 150, 0, 0.125);
}
