@charset "UTF-8";
.carousel {
  width: 100%;
  margin-top: 24px;
}
.carousel img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.viewport {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(23, 22, 26, 0.12);
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.track {
  display: flex;
  transition: transform 0.35s ease;
}

.slide {
  flex: 0 0 100%;
  text-align: center;
}
.slide img {
  display: inline-block;
  width: 100%;
  border-radius: 12px;
}
.slide p {
  margin-top: 28px;
  font-size: 28px;
  color: #56535E;
}

.controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 20px;
}

.prev, .next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(23, 22, 26, 0.12);
  background: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: 0.2s;
}
.prev:hover, .next:hover {
  transform: translateY(-2px);
}

.dots {
  display: flex;
  gap: 10px;
}

.dot {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: rgba(86, 83, 94, 0.2);
  width: 6px;
  height: 6px;
  border-radius: 999px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: 0.3s;
}
.dot.active {
  width: 20px;
  background: #56535E;
}

.carousel.cursor-left {
  cursor: url("../assets/cursor-left.svg") 16 16, w-resize;
}

.carousel.cursor-right {
  cursor: url("../assets/cursor-right.svg") 16 16, e-resize;
}

.cat-block {
  position: relative;
  max-width: 720px;
  margin: 96px auto 120px auto;
  padding: 56px 12px 0 12px;
}
@media (max-width: 1000px) {
  .cat-block {
    margin: 64px auto 80px auto;
    padding-top: 44px;
  }
}

.cat-block__label {
  position: absolute;
  top: 0;
  left: 4px;
  width: 168px;
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .cat-block__label {
    width: 132px;
  }
}

.cat-block__photos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-block__photo {
  display: block;
  width: 47%;
  max-width: 360px;
  height: auto;
  border-radius: 32px;
  background: white;
  box-shadow: 0 4px 8px rgba(23, 22, 26, 0.05), 0 24px 56px rgba(23, 22, 26, 0.12);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.cat-block__photo--left {
  transform: rotate(-10deg) translateY(10px);
}

.cat-block__right {
  position: relative;
  z-index: 2;
  top: 80px;
  left: -24px;
  width: 47%;
  max-width: 360px;
  transform: rotate(8deg);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cat-block__right .cat-block__photo {
  width: 100%;
  max-width: none;
}

.cat-block__bubble {
  position: absolute;
  top: -48px;
  left: -44px;
  width: 240px;
  pointer-events: none;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1000px) {
  .cat-block__bubble {
    width: 132px;
  }
}

@media (hover: hover) {
  .cat-block:hover .cat-block__photo--left {
    transform: rotate(-8.5deg) translate(-22px, 2px);
    box-shadow: 0 8px 16px rgba(23, 22, 26, 0.06), 0 32px 64px rgba(23, 22, 26, 0.16);
  }
  .cat-block:hover .cat-block__right {
    transform: rotate(8deg) translate(22px, -10px);
  }
  .cat-block:hover .cat-block__right .cat-block__photo {
    box-shadow: 0 8px 16px rgba(23, 22, 26, 0.06), 0 32px 64px rgba(23, 22, 26, 0.16);
  }
}
.intro {
  display: flex;
  inset: 24px 24px 0 24px;
  border-radius: 24px;
  align-items: flex-start;
  padding: 28px 40px;
  height: 780px;
  background: linear-gradient(to bottom, rgba(255, 159, 85, 0.2) 0%, rgba(255, 212, 85, 0) 100%);
  margin: 24px 24px 0 24px;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .intro {
    margin: 16px;
    padding: 20px 20px 48px 20px;
    height: inherit;
  }
}
.intro .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.intro .header .logo {
  font-family: "Fraunces", "Iowan Old Style", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  cursor: default;
}
.intro .header .logo::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-radius: 50%;
  background-color: #E08674;
}
.intro .header .links {
  display: flex;
  gap: 32px;
  padding: 0 12px;
}
@media (max-width: 1000px) {
  .intro .header .links {
    gap: 16px;
  }
}
.intro .intro-content {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1000px) {
  .intro .intro-content {
    flex-direction: column-reverse;
  }
}
.intro .intro-content .intro-text {
  margin-top: 52px;
  margin-right: 72px;
}
@media (max-width: 1000px) {
  .intro .intro-content .intro-text {
    margin-right: 0;
    margin-top: 32px;
    text-align: center;
  }
  .intro .intro-content .intro-text h1 {
    font-size: 32px !important;
  }
}
.intro .intro-content .intro-text h1 {
  font-size: 36px;
  font-weight: 300;
}
.intro .intro-content .intro-text span {
  font-weight: 600;
}
.intro .intro-content .intro-text .intro-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  background-color: #17161a;
  color: white;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
}
.intro .intro-content .intro-text .intro-cta img {
  width: 18px;
  height: 18px;
}
.intro .intro-content .intro-portrait {
  flex-shrink: 0;
  width: 410px;
  position: relative;
}
@media (max-width: 1000px) {
  .intro .intro-content .intro-portrait {
    width: 60%;
    margin-top: 24px;
  }
}
.intro .intro-content .intro-portrait img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.intro .intro-content .intro-portrait .badge {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 2px 4px rgba(23, 22, 26, 0.05), 0 12px 28px rgba(23, 22, 26, 0.08);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  white-space: nowrap;
  cursor: default;
}
.intro .intro-content .intro-portrait .badge img {
  width: auto;
  height: 24px;
}
@media (max-width: 1000px) {
  .intro .intro-content .intro-portrait .badge {
    display: none;
  }
}
.intro .intro-content .intro-portrait .badge--design {
  top: 56px;
  left: -27%;
}
.intro .intro-content .intro-portrait .badge--research {
  top: 550px;
  left: 64%;
}
.intro .intro-content .intro-portrait .badge--solver {
  top: 400px;
  left: -20%;
}
.intro .intro-content .intro-portrait .badge--degree {
  top: 240px;
  left: 75%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  --accent: transparent;
  margin: 0;
  background: #fbf7f1;
  color: #17161a;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 600px;
  z-index: -1;
  opacity: 0.3;
  background: linear-gradient(180deg, transparent 0%, transparent 100%), radial-gradient(70% 120% at 12% -10%, var(--accent), transparent 62%);
}
body.webfaction {
  --accent: #3a7aef;
}
body.meaningful-planet {
  --accent: #2d6b3c;
}
body.winston {
  --accent: #80501a;
}

h1, h2, h3, h4 {
  font-family: "Fraunces", "Iowan Old Style", Georgia, serif;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0;
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 96;
}

h3, h4 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1 {
  font-size: 54px;
  margin-bottom: 20px;
}

h2 {
  font-size: 36px;
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

p {
  margin: 0 0 16px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}

.red {
  font-weight: 600;
  color: #d52f45;
}

iframe {
  border-radius: 16px;
  border: 1px solid rgba(23, 22, 26, 0.12);
  width: 100%;
  height: 500px;
}

.ticks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ticks li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 6px;
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 18px;
  height: 18px;
  background-size: contain;
}
.ticks.webfaction li::before {
  background: url("../assets/check-blue.svg") no-repeat center;
}
.ticks.meaningful-planet li::before {
  background: url("../assets/check-green.svg") no-repeat center;
}
.ticks.winston li::before {
  background: url("../assets/check-brown.svg") no-repeat center;
}

ul {
  margin: 0;
  padding-left: 18px;
}

strong {
  font-weight: 600;
}

.container {
  max-width: 800px;
}
@media (min-width: 1000px) {
  .container {
    margin: 40px auto 80px auto;
  }
}

#work {
  outline: none;
}

.separator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(86, 83, 94, 0.16);
  margin: 64px 0;
}

.split {
  display: flex;
  gap: 60px;
}

.main-image {
  width: 100%;
  border-radius: 16px;
}

.case-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  margin-top: 36px;
  border: 1px solid rgba(23, 22, 26, 0.12);
  border-radius: 24px;
  overflow: hidden;
  background-clip: padding-box;
}
.case-meta div {
  padding: 22px 24px;
  background: white;
}
.case-meta div:not(:last-child) {
  border-right: 1px solid rgba(23, 22, 26, 0.12);
}
.case-meta h6 {
  font-size: 16px;
  margin: 0;
}
.case-meta p {
  font-size: 15px;
}

.findings {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.findings .finding-box {
  background-color: white;
  padding: 36px;
  border: 1px solid rgba(23, 22, 26, 0.12);
  border-radius: 24px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.findings .finding-box div {
  flex: 1;
}
.findings .finding-box h2 {
  font-size: 30px;
}
.findings .finding-box h6 {
  color: #3a7aef;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 4px 0;
}
.findings .finding-box p {
  font-size: 16px;
}
.findings .finding-box .quotes {
  display: flex;
  gap: 12px;
  padding-top: 12px;
  flex-direction: column;
}
.findings .finding-box .quotes .quote {
  flex-direction: column;
  display: flex;
  gap: 16px;
  border-radius: 16px;
  background-color: rgba(58, 122, 239, 0.08);
  padding: 20px;
}
.findings .finding-box .quotes img {
  opacity: 0.3;
  width: 24px;
}
.findings .finding-box .quotes p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  font-weight: 400;
  color: #3a7aef;
}

.table-wrap {
  background-color: white;
  border: 1px solid rgba(23, 22, 26, 0.12);
  border-radius: 16px;
  margin-top: 24px;
}
.table-wrap table {
  width: 100%;
}
.table-wrap td, .table-wrap th {
  padding: 16px;
  text-align: left;
}
.table-wrap th {
  border-bottom: 1px solid rgba(23, 22, 26, 0.12);
}
.table-wrap .level {
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
}
.table-wrap .level.green {
  color: #00796b;
  background: #e8f8f6;
}
.table-wrap .level.orange {
  color: #8b5600;
  background: #fff6e5;
}
.table-wrap .level.red {
  color: #c02f45;
  background: #fef0f3;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container.collapsed {
  max-height: 700px;
  border-radius: 16px;
}

.image-container:not(.collapsed) {
  max-height: 20000px;
}

.main-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.image-container.collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fbf7f1);
  border-radius: 16px;
}

.toggle-image {
  all: unset;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  font-size: 16px;
  color: #17161a;
  opacity: 0.6;
}
.toggle-image:hover {
  opacity: 1;
  cursor: pointer;
}

.big-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 28px 32px;
  border-radius: 24px;
  border: 1px solid rgba(23, 22, 26, 0.2);
  background: white;
  text-decoration: none;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.big-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px rgba(23, 22, 26, 0.05), 0 12px 28px rgba(23, 22, 26, 0.08);
}
.big-button:hover .next-project__arrow {
  transform: translateX(6px);
}
.big-button p {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #17161a;
  margin-bottom: 4px;
  opacity: 0.6;
}
.big-button h3 {
  margin: 0;
}
.big-button img {
  width: 32px;
  opacity: 0.6;
}

.hero {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 56px 0 56px 44px;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(23, 22, 26, 0.05), 0 24px 56px rgba(23, 22, 26, 0.12);
  max-width: 960px;
  margin: 40px auto 56px auto;
}
@media (max-width: 1000px) {
  .hero {
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;
    padding: 28px 0 28px 28px !important;
    margin: 80px 12px 32px 12px;
  }
  .hero h1 {
    font-size: 36px !important;
  }
  .hero div {
    width: 100%;
    padding-right: 28px;
  }
  .hero .hero-image {
    width: 100% !important;
  }
}
.hero h1 {
  font-size: 44px;
  margin-top: 16px;
}
.hero .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 6px;
}
.hero .tags p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  opacity: 0.55;
}
.hero .tags p + p::before {
  content: "•";
  margin-right: 10px;
  opacity: 0.7;
}
.hero .hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 12px 22px;
  border-radius: 999px;
  background-color: white;
  color: #17161a;
  box-shadow: 0 1px 2px rgba(23, 22, 26, 0.06), 0 2px 8px rgba(23, 22, 26, 0.04);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .hero .hero-cta {
    margin-top: 24px;
    font-size: 15px;
  }
}
.hero .hero-cta svg {
  width: 18px;
  height: 18px;
  flex: none;
}
.hero .case-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero .case-logo p {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .hero .case-logo p {
    font-size: 14px;
  }
}
.hero .case-logo img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}
.hero .case-logo .webfaction {
  color: #3a7aef;
}
.hero .case-logo .winston {
  color: #80501a;
}
.hero .case-logo .meaningful-planet {
  color: #2d6b3c;
}
.hero.webfaction {
  background-color: #3a7aef;
  color: white;
}
.hero.webfaction .hero-image {
  width: 500px;
}
.hero.webfaction .case-logo p {
  color: white;
}
.hero.winston {
  padding: 56px 40px 0 44px;
  background-color: #ffd68f;
}
.hero.winston .hero-image {
  width: 400px;
}
.hero.meaningful-planet {
  background-color: #baebb8;
}
.hero.meaningful-planet .hero-image {
  width: 500px;
}

.back-button {
  position: sticky;
  top: 0px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -68px;
  transform: translateY(44px);
  opacity: 0.4;
  z-index: 200;
}
@media (min-width: 1000px) {
  .back-button:hover {
    opacity: 0.2;
  }
}
@media (max-width: 1000px) {
  .back-button img {
    height: 24px;
    width: 24px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .back-button {
    margin: 0;
    position: fixed;
    background-color: white;
    opacity: 1;
    border-radius: 200px;
    padding: 12px 12px;
    top: 16px !important;
    left: 16px !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
    transform: none;
  }
}

.personas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}
@media (max-width: 1000px) {
  .personas {
    grid-template-columns: 1fr;
  }
}

.persona {
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: white;
  border: 1px solid rgba(23, 22, 26, 0.12);
  border-radius: 24px;
}
@media (min-width: 1000px) {
  .persona {
    height: 340px;
    justify-content: space-between;
  }
}
.persona h3 {
  line-height: 1.36;
}
@media (max-width: 1000px) {
  .persona h3 {
    margin-bottom: 0;
  }
}
.persona p {
  font-size: 16px;
  color: rgba(23, 22, 26, 0.75);
  flex: 1;
}
.persona img {
  width: 40px;
}
@media (max-width: 1000px) {
  .persona img {
    margin-bottom: 24px;
  }
}

@media (max-width: 1000px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  .container {
    padding: 0 16px 48px;
  }
  .separator {
    margin: 44px 0;
  }
  iframe {
    height: 320px;
  }
  .tags {
    flex-wrap: wrap;
  }
  .split {
    flex-direction: column;
    gap: 28px;
  }
  .case-meta {
    grid-template-columns: 1fr;
  }
  .case-meta div {
    padding: 16px 18px;
  }
  .case-meta div:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(23, 22, 26, 0.12);
  }
  .findings .finding-box {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
  }
  .findings .finding-box h2 {
    font-size: 24px;
  }
  .table-wrap {
    overflow-x: auto;
  }
  .table-wrap table {
    min-width: 520px;
  }
  .table-wrap td, .table-wrap th {
    padding: 12px;
  }
  .container > .main-image, .image-container, .carousel {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .main-image, .viewport, .slide img, .image-container.collapsed, .image-container.collapsed::after {
    border-radius: 0;
  }
  .viewport {
    border: none;
  }
  .image-container.collapsed {
    max-height: 420px;
  }
}
.home a, .home p, .home h1, .home h2, .home h3 {
  text-decoration: none !important;
}
.home .hero {
  margin: 20px auto;
}
.home .hero h1 {
  font-size: 40px;
}
.home .hero {
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
  will-change: transform, box-shadow;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
}
.home .hero:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
}
.home .hero:active {
  transform: translateY(-1px) scale(1.005);
  transition-duration: 120ms;
}
@media (hover: none) {
  .home .hero:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  }
}
@media (max-width: 1000px) {
  .home .hero {
    margin: 24px 12px;
  }
}
.home .hero.meaningful-planet {
  margin-top: 0;
}
@media (max-width: 1000px) {
  .home .hero.meaningful-planet {
    margin: 16px;
  }
}
.home .hero.winston {
  padding-bottom: 0 !important;
}
.home .hero.winston .hero-image {
  width: 90% !important;
}
.home .hero.webfaction {
  justify-content: space-between;
}
.home .hero.webfaction .hero-image {
  margin-bottom: 60px;
}
.home .second-section {
  max-width: 960px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .home .second-section {
    flex-direction: column;
    gap: 12px;
  }
  .home .second-section .hero {
    margin: 0 16px !important;
  }
}
.home .second-section .hero {
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
  padding: 44px 0 44px 44px;
  margin: 0 auto;
}
.home .second-section .hero div {
  width: 100%;
  padding-right: 28px;
}
.home .second-section .hero .hero-image {
  width: 100%;
}
.home .second-section .winston .hero-image {
  margin-right: 32px;
}

.testimonial {
  max-width: 960px;
  background-color: white;
  padding: 48px 64px;
  margin: 0 auto;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(23, 22, 26, 0.05), 0 12px 28px rgba(23, 22, 26, 0.08);
  transform: rotate(-1.1deg);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1000px) {
  .testimonial {
    margin: 16px;
  }
}
.testimonial::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 200px;
  height: 40px;
  background: rgba(255, 191, 122, 0.4);
  z-index: 1;
}
.testimonial > * {
  position: relative;
  z-index: 2;
}
.testimonial .quote {
  width: 48px;
  opacity: 0.2;
  margin-bottom: 20px;
}
.testimonial .person {
  display: flex;
  gap: 8px;
  align-items: center;
}
.testimonial .person p {
  font-size: 16px;
  opacity: 0.7;
}
.testimonial .person a {
  font-weight: 800;
}
.testimonial .person a:hover {
  text-decoration: underline !important;
}
.testimonial .person img {
  width: 32px;
  border-radius: 999px;
}

.process {
  --steps: 6;
  --step-gap: 12px;
  --circle: 104px;
  max-width: 960px;
  margin: 120px auto;
}
.process > h2 {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 1000px) {
  .process {
    margin: 80px auto;
  }
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--steps), 1fr);
  gap: var(--step-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1000px) {
  .steps {
    display: flex;
    flex-direction: column;
  }
}
.steps::before {
  content: "";
  position: absolute;
  top: calc(var(--circle) / 2);
  left: calc((100% - (var(--steps) - 1) * var(--step-gap)) / (var(--steps) * 2));
  right: calc((100% - (var(--steps) - 1) * var(--step-gap)) / (var(--steps) * 2));
  border-top: 2px dashed rgba(23, 22, 26, 0.18);
}
@media (max-width: 1000px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
  .steps::before {
    display: none;
  }
}

.step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.step .step__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--circle);
  height: var(--circle);
  margin: 0 auto 20px auto;
  border-radius: 999px;
  background: white;
  box-shadow: 0 1px 2px rgba(23, 22, 26, 0.06), 0 2px 8px rgba(23, 22, 26, 0.04);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.step .step__icon img {
  width: 40px;
  height: 40px;
}
.step h3 {
  font-family: "Fraunces", "Iowan Old Style", Georgia, serif;
  font-size: 21px;
  margin-bottom: 6px;
}
.step p {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(23, 22, 26, 0.75);
}
@media (hover: hover) {
  .step:hover .step__icon {
    transform: translateY(-4px);
    box-shadow: 0 2px 4px rgba(23, 22, 26, 0.05), 0 12px 28px rgba(23, 22, 26, 0.08);
  }
}

.footer {
  border-top: 1px solid rgba(23, 22, 26, 0.12);
}
.footer .footer-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .footer .footer-container {
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1000px) {
  .footer .footer-text {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer .footer-text img {
  width: 44px;
  opacity: 0.6;
}
.footer .footer-text h4 {
  font-family: "Fraunces", "Iowan Old Style", Georgia, serif;
  font-size: 24px;
  margin: 0;
}
.footer .footer-text h6 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.footer .footer-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer .footer-buttons a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: white;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(23, 22, 26, 0.06), 0 2px 8px rgba(23, 22, 26, 0.04);
  text-decoration: none;
}
.footer .footer-buttons p {
  margin: 0;
  font-size: 16px;
}
.footer .footer-buttons img {
  width: 24px;
  height: 24px;
  opacity: 0.5;
}

.journey {
  margin: 0 0 140px;
  padding-top: 20px;
  line-height: 1.7;
}
@media (max-width: 1000px) {
  .journey {
    margin: 0 0 96px;
  }
}

.journey__inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 64px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 2px 4px rgba(23, 22, 26, 0.05), 0 12px 28px rgba(23, 22, 26, 0.08);
  transform: rotate(-1.1deg);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1000px) {
  .journey__inner {
    margin: 0 16px;
    padding: 40px 24px;
  }
}
.journey__inner::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 200px;
  height: 40px;
  background: rgba(255, 191, 122, 0.4);
  z-index: 1;
}
.journey__inner > * {
  position: relative;
  z-index: 2;
}
.journey__inner h2 {
  font-style: italic;
  margin-bottom: 18px;
}

.journey .tag {
  display: inline-block;
  white-space: nowrap;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 24px;
  height: 36px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  background-color: #fbf7f1;
  border: 1px solid rgba(23, 22, 26, 0.12);
}
@media (max-width: 1000px) {
  .journey .tag {
    margin-bottom: 4px;
  }
}
.journey .tag img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
}

.journey .tag-group {
  white-space: nowrap;
}

.journey .tag-group .tag {
  margin-right: -5px;
}

::-moz-selection {
  background: rgba(255, 159, 85, 0.3);
}

::selection {
  background: rgba(255, 159, 85, 0.3);
}

html {
  scroll-behavior: smooth;
}

.intro .header .links a {
  position: relative;
}
.intro .header .links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  opacity: 0.5;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.intro .header .links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.intro-cta {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.intro-cta:hover {
  transform: scale(1.1) translateY(-3px) rotate(-2deg);
  box-shadow: 0 2px 4px rgba(23, 22, 26, 0.05), 0 12px 28px rgba(23, 22, 26, 0.08);
}

@keyframes badge-drift {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -9px;
  }
}
.intro-portrait .badge {
  animation: badge-drift 4s ease-in-out infinite;
  transition: scale 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.intro-portrait .badge:hover {
  scale: 1.06;
  box-shadow: 0 4px 8px rgba(23, 22, 26, 0.05), 0 24px 56px rgba(23, 22, 26, 0.12);
}

.intro-portrait .badge--design {
  animation-delay: -1.2s;
}
.intro-portrait .badge--degree {
  animation-delay: -0.9s;
}
.intro-portrait .badge--solver {
  animation-delay: -0.6s;
}
.intro-portrait .badge--research {
  animation-delay: -0.3s;
}

.home .hero .case-logo img {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.home .hero .hero-cta {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.home .hero .hero-cta svg {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .home .hero:hover .case-logo img {
    transform: rotate(-5deg) scale(1.08);
  }
  .home .hero:hover .hero-cta svg {
    transform: translateX(4px);
  }
}

.step .step__icon img {
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .step:hover .step__icon img {
    transform: scale(1.1) rotate(5deg);
  }
}

@media (hover: hover) {
  .testimonial:hover,
  .journey__inner:hover {
    transform: rotate(0deg);
    box-shadow: 0 4px 8px rgba(23, 22, 26, 0.05), 0 24px 56px rgba(23, 22, 26, 0.12);
  }
}
.footer .footer-buttons a {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer .footer-buttons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 4px rgba(23, 22, 26, 0.05), 0 12px 28px rgba(23, 22, 26, 0.08);
}/*# sourceMappingURL=main.css.map */