/* About page: reference-led editorial layouts; header/footer use home.css. */
.about-main {
  overflow: hidden;
  background: #fdfdfc;
  --about-muted: #737c91;
}
.about-wrap {
  width: min(1396px, 88%);
  margin-inline: auto;
  position: relative;
}
.about-section {
  position: relative;
  padding: 95px 0 45px;
}
.about-main h1,
.about-main h2 {
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1.02;
  color: #070a0f;
}
.about-main h2 {
  font-size: clamp(42px, 4.55vw, 72px);
  margin: 24px 0 30px;
}
.about-main p {
  color: var(--about-muted);
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: -0.025em;
}
.about-main .eyebrow {
  font-size: 13px;
  letter-spacing: 0.28em;
  line-height: 1.5;
  margin: 0 0 22px;
}
.about-main .button {
  font-size: 16px;
  min-height: 54px;
  gap: 30px;
  padding: 15px 26px;
  letter-spacing: -0.025em;
}
.about-main .button .icon {
  width: 23px;
  height: 23px;
}
.about-hero {
  min-height: 790px;
  position: relative;
  background: linear-gradient(115deg, #fff 28%, #faf9f6 63%, #dce2e6);
  isolation: isolate;
}
.about-hero .about-wrap {
  min-height: 790px;
  display: flex;
  align-items: center;
}
.about-hero-copy {
  width: 57%;
  position: relative;
  z-index: 2;
  padding: 80px 0 120px;
}
.about-main h1 {
  font-size: clamp(46px, 5.2vw, 83px);
  margin: 25px 0 38px;
}
.about-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  font-size: 24px;
}
.about-hero-copy .hero-secondary {
  font-size: 17px !important;
  margin-top: 18px;
  max-width: 550px !important;
}
.about-hero-copy .button {
  margin-top: 33px;
  background: #080c12;
}
.about-portrait {
  position: absolute;
  right: -4%;
  bottom: 0;
  height: 100%;
  width: 52%;
  object-fit: contain;
  object-position: bottom;
  z-index: 1;
}
.hero-architecture {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.hero-architecture:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 130%;
  right: -14%;
  top: -20%;
  border-radius: 110px;
  background: linear-gradient(135deg, #dce1e5, #fff8ed 52%, #9baab8);
  transform: rotate(30deg);
}
.about-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 155px;
  background: linear-gradient(140deg, #f9f9f8, #dce2e8);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 3;
  pointer-events: none;
}
.split {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
}
.section-copy {
  position: relative;
  z-index: 2;
}
.section-copy > p:not(.eyebrow) {
  margin: 0 0 27px;
  max-width: 555px;
}
.story-art {
  width: 118%;
  max-width: none;
  margin-left: -2%;
  mix-blend-mode: multiply;
}
.about-story {
  background: radial-gradient(ellipse at 90% 40%, #eeeae4, transparent 60%);
}
.section-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 89%;
  margin: 55px auto 0;
  color: #737e94;
  font-size: 10px;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
.section-caption > span {
  display: flex;
  align-items: center;
  gap: 26px;
}
.section-caption > span:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #8e99a9;
}
.center-heading {
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
}
.center-heading > p:not(.eyebrow) {
  max-width: 930px;
  margin: 0 auto;
}
.about-disciplines {
  padding-top: 75px;
  background: linear-gradient(#fff, #fdfcfb);
}
.about-disciplines h2 {
  font-size: clamp(44px, 5vw, 78px);
  margin-bottom: 20px;
}
.discipline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 55px;
}
.discipline-grid article {
  border-left: 1px solid #e8e9ec;
  padding: 0 35px;
}
.section-number {
  color: #06f;
  font-size: 15px;
  display: block;
  margin-bottom: 16px;
}
.section-number:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #1c2636;
  margin-top: 15px;
}
.discipline-grid h3 {
  font-size: 34px;
  letter-spacing: -0.055em;
  margin: 0 0 14px;
}
.discipline-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: var(--about-muted);
  line-height: 1.6;
}
.disciplines-art {
  width: 100%;
  margin: 10px auto 0;
  mix-blend-mode: multiply;
}
.service-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 20px 0;
}
.service-details details {
  border-top: 1px solid #dce0e5;
  padding-top: 14px;
}
.service-details summary {
  font-size: 13px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.service-details summary span {
  color: #06f;
}
.service-details h4 {
  font-size: 15px;
  margin: 20px 0 6px;
}
.service-details p {
  font-size: 14px;
}
.about-toolkit {
  display: grid;
  grid-template-columns: 42% 58%;
  padding: 85px 4.5% 40px;
  gap: 0;
  background: #f6f5f3;
}
.toolkit-left {
  position: relative;
  padding-right: 65px;
}
.toolkit-left h2 {
  font-size: clamp(42px, 4.7vw, 72px);
}
.toolkit-left > p:not(.eyebrow) {
  font-size: 22px;
  max-width: 480px;
}
.toolkit-left > img {
  width: 130%;
  max-width: none;
  margin: 30px 0 -40px -15%;
  mix-blend-mode: multiply;
}
.toolkit-right {
  position: relative;
  z-index: 1;
  padding-top: 28px;
}
.toolkit-topline {
  position: absolute;
  right: 15px;
  top: -50px;
  font-size: 9px;
  letter-spacing: 0.25em;
  color: var(--about-muted);
}
.toolkit-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  padding: 28px 0 35px;
  border-bottom: 1px solid #dedfe2;
  min-height: 166px;
  align-items: center;
}
.toolkit-row:last-of-type {
  border: 0;
}
.toolkit-label {
  border-right: 1px solid #d3d6dc;
  padding-right: 14px;
  height: 100%;
}
.toolkit-label > span {
  font-size: 24px;
  color: var(--about-muted);
  font-weight: 400;
  line-height: 1;
}
.toolkit-label h3 {
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.06em;
  margin: 9px 0;
}
.toolkit-label p {
  font-size: 14px;
  line-height: 1.4;
}
.skill-icons {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
}
.skill-item {
  text-align: center;
  color: #445064;
  font-size: 10px;
  line-height: 1.35;
}
.skill-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(140deg, #f9f9fb, #eaeaec);
  border-radius: 12px;
  height: 55px;
  margin-bottom: 7px;
  color: #0b1119;
}
.skill-mark .icon {
  width: 27px;
  height: 27px;
}
.skill-mark b {
  font-size: 25px;
  letter-spacing: -0.08em;
}
.skill-html {
  color: #ef5725;
}
.skill-css {
  color: #1769ff;
}
.skill-javascript b {
  background: #f7df1e;
  font-size: 21px;
  padding: 1px 4px;
}
.skill-php {
  color: #525eaa;
  font-style: italic;
}
.skill-wordpress {
  color: #216180;
  font-family: Georgia;
}
.skill-meta,
.skill-facebook {
  color: #0866ff;
}
.skill-instagram,
.skill-social {
  color: #d42bb6;
}
.skill-mark .figma-mark {
  transform: scale(0.7);
  position: relative;
}
.toolkit-right blockquote {
  margin: 24px -15px 0 0;
  padding: 28px 30px 28px 40px;
  border-radius: 22px;
  background: #eae8e47d;
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.3;
  position: relative;
}
.toolkit-right blockquote:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: #7c8490;
}
.about-approach {
  background: linear-gradient(110deg, #fff 40%, #f4f1eb);
}
.approach-art {
  position: relative;
  align-self: start;
  margin-top: 15px;
}
.approach-art img {
  width: 112%;
  max-width: none;
  mix-blend-mode: multiply;
}
.venn-label {
  position: absolute;
  top: 24%;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.25em;
  color: #152031;
  line-height: 1.6;
}
.venn-label small {
  font-size: 11px;
  display: block;
  line-height: 1.8;
  margin-top: 24px;
  letter-spacing: 0.25em;
}
.venn-label.looks {
  left: 20%;
}
.venn-label.works {
  right: 4%;
}
.venn-label.impact {
  left: 51%;
  top: 37%;
  font-size: 11px;
}
.principles {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 770px;
  gap: 30px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.principles article + article {
  border-left: 1px solid #e1e4e9;
  padding-left: 30px;
}
.principles h3 {
  font-size: 22px;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.principles p {
  font-size: 17px;
}
/* One continuous studio composition, with live text above the still life. */
.about-journey.about-section {
  padding: clamp(48px, 6.25vw, 110px) 0 0;
  aspect-ratio: 3 / 2;
  isolation: isolate;
  background: #fafafa;
}
.about-journey .about-wrap {
  z-index: 1;
  width: 88%;
}
.about-journey .eyebrow {
  font-size: clamp(10px, 1.05vw, 17px);
  margin-bottom: 30px;
}
.about-journey h2 {
  font-size: clamp(42px, 5.65vw, 90px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  margin: 0;
}
.journey-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(42px, 5.6vw, 90px) auto 0;
  max-width: 1290px;
  text-align: center;
}
.journey-stats > div + div {
  border-left: 1px solid #c9cdd5;
}
.journey-stats strong {
  font-size: clamp(58px, 7.5vw, 120px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.07em;
  display: block;
}
.journey-stats span {
  font-size: clamp(11px, 1.3vw, 21px);
  letter-spacing: 0.24em;
  line-height: 1.45;
  color: var(--about-muted);
  display: block;
  margin-top: 16px;
}
.journey-art {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center bottom;
  pointer-events: none;
}
.about-personal {
  padding: 0;
  min-height: 760px;
  display: flex;
  align-items: center;
  background: #fbfaf8;
}
.personal-art {
  position: absolute;
  left: 0;
  top: 0;
  width: 61%;
  height: 100%;
  object-fit: cover;
  object-position: 35% center;
  mask-image: linear-gradient(to right, #000 78%, transparent);
}
.personal-copy {
  position: relative;
  z-index: 1;
  width: 44%;
  margin: 90px 5% 100px auto;
}
.personal-copy h2 {
  font-size: clamp(40px, 4.6vw, 70px);
  margin-bottom: 45px;
}
.personal-copy > p:not(.eyebrow) {
  font-size: 20px;
  margin-bottom: 28px;
}
.about-cta {
  min-height: 920px;
  padding-top: 105px;
  background: #f6f3ef url("assets/generated/about/cta.webp") center bottom/cover
    no-repeat;
}
.about-cta h2 {
  font-size: clamp(48px, 6.8vw, 104px);
  margin: 28px 0;
}
.about-cta .center-heading > p:not(.eyebrow) {
  font-size: 22px;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 36px;
}
.cta-buttons .button {
  border-radius: 40px;
  min-width: 220px;
}
.cta-buttons .button:not(.button-blue) {
  background: transparent;
  color: #0b1016;
  border: 1px solid #929caf;
  box-shadow: none;
}
.about-cta .center-heading > .global-note {
  font-size: 12px !important;
  letter-spacing: 0.1em;
  margin-top: 22px;
}
.desktop-nav [aria-current="page"] {
  color: var(--blue);
}
@media (min-width: 1600px) {
  .about-hero,
  .about-hero .about-wrap {
    min-height: 870px;
  }
}
@media (max-width: 1100px) {
  .about-hero,
  .about-hero .about-wrap {
    min-height: 690px;
  }
  .about-hero-copy > p:not(.eyebrow) {
    font-size: 20px;
  }
  .about-hero-copy {
    width: 61%;
  }
  .about-portrait {
    right: -7%;
    width: 53%;
  }
  .about-section {
    padding-top: 70px;
  }
  .about-main p {
    font-size: 17px;
  }
  .discipline-grid article {
    padding: 0 20px;
  }
  .discipline-grid h3 {
    font-size: 27px;
  }
  .toolkit-left {
    padding-right: 30px;
  }
  .about-toolkit {
    grid-template-columns: 38% 62%;
  }
  .toolkit-left h2 {
    font-size: 42px;
  }
  .toolkit-row {
    grid-template-columns: 135px 1fr;
    gap: 15px;
  }
  .toolkit-label h3 {
    font-size: 19px;
  }
  .skill-icons {
    gap: 6px;
  }
  .skill-mark {
    height: 43px;
  }
  .skill-item {
    font-size: 9px;
  }
  .personal-copy > p:not(.eyebrow) {
    font-size: 17px;
  }
  .about-personal {
    min-height: 650px;
    padding-top: 0;
  }
  .about-cta {
    min-height: 780px;
  }
  .venn-label {
    font-size: 14px;
  }
  .venn-label small {
    font-size: 8px;
  }
  .venn-label.impact {
    font-size: 9px;
  }
}
@media (max-width: 700px) {
  .about-wrap {
    width: 88%;
  }
  .about-section {
    padding: 58px 0 32px;
  }
  .about-main h2 {
    font-size: 40px;
    letter-spacing: -0.055em;
  }
  .about-main .eyebrow {
    font-size: 10px;
    letter-spacing: 0.25em;
  }
  .about-main p {
    font-size: 16px;
  }
  .about-hero,
  .about-hero .about-wrap {
    min-height: 0;
  }
  .about-hero .about-wrap {
    display: block;
  }
  .about-hero-copy {
    width: 100%;
    padding: 45px 0 0;
  }
  .about-main h1 {
    font-size: 43px;
    letter-spacing: -0.065em;
    margin: 20px 0 24px;
  }
  .about-hero-copy > p:not(.eyebrow) {
    font-size: 18px;
    max-width: 100%;
  }
  .about-hero-copy .hero-secondary {
    font-size: 15px !important;
  }
  .about-hero-copy .button {
    margin-top: 25px;
  }
  .about-portrait {
    position: relative;
    width: 90%;
    height: 430px;
    display: block;
    margin: -8px auto 0;
    right: auto;
    object-position: bottom center;
  }
  .about-hero:after {
    height: 65px;
  }
  .hero-architecture:before {
    top: 40%;
    width: 80%;
    right: -25%;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .section-copy > p:not(.eyebrow) {
    margin-bottom: 22px;
  }
  .story-art {
    width: 118%;
    margin: 0 -9%;
  }
  .section-caption {
    margin-top: 25px;
    font-size: 8px;
    width: 88%;
  }
  .section-caption > span {
    gap: 12px;
  }
  .section-caption > span:before {
    width: 22px;
  }
  .center-heading {
    padding-inline: 5px;
  }
  .desktop-break {
    display: none;
  }
  .discipline-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
    margin-top: 35px;
  }
  .discipline-grid article {
    padding: 0 15px;
  }
  .discipline-grid h3 {
    font-size: 25px;
  }
  .discipline-grid ul {
    font-size: 13px;
  }
  .section-number {
    font-size: 13px;
  }
  .disciplines-art {
    width: 125%;
    max-width: none;
    margin-left: -12.5%;
  }
  .service-details {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .service-details summary {
    font-size: 14px;
  }
  .about-toolkit {
    display: block;
    padding-inline: 6%;
  }
  .toolkit-left {
    padding: 0;
  }
  .toolkit-left > p:not(.eyebrow) {
    font-size: 18px;
  }
  .toolkit-left > img {
    width: 114%;
    max-height: 390px;
    object-fit: cover;
    object-position: center 65%;
    margin: 20px -7% 0;
  }
  .toolkit-right {
    padding-top: 15px;
  }
  .toolkit-topline {
    display: none;
  }
  .toolkit-row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 25px 0;
    min-height: 0;
  }
  .toolkit-label {
    border: 0;
    display: grid;
    grid-template-columns: 35px 1fr;
    align-items: baseline;
    gap: 0 8px;
  }
  .toolkit-label h3 {
    font-size: 23px;
  }
  .toolkit-label p {
    grid-column: 2;
    font-size: 13px;
  }
  .toolkit-label p br {
    display: none;
  }
  .skill-icons {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
  }
  .skill-mark {
    height: 44px;
  }
  .skill-item {
    font-size: 9px;
  }
  .skill-mark b {
    font-size: 21px;
  }
  .toolkit-right blockquote {
    font-size: 21px;
    margin-right: 0;
  }
  .toolkit-right blockquote br {
    display: none;
  }
  .approach-art {
    margin: 0;
  }
  .approach-art img {
    width: 100%;
  }
  .venn-label {
    top: 23%;
    font-size: 13px;
  }
  .venn-label.looks {
    left: 18%;
  }
  .venn-label.works {
    right: 12%;
  }
  .venn-label.impact {
    left: 46%;
    top: 35%;
    font-size: 8px;
  }
  .venn-label small {
    font-size: 8px;
    margin-top: 14px;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 25px;
  }
  .principles article + article {
    border-left: 0;
    border-top: 1px solid #e1e4e9;
    padding: 22px 0 0;
  }
  .principles h3 {
    font-size: 22px;
  }
  .about-journey.about-section {
    aspect-ratio: auto;
    min-height: 620px;
    padding: 52px 0 300px;
  }
  .about-journey h2 {
    font-size: clamp(33px, 7.5vw, 48px);
    line-height: 1.04;
  }
  .about-journey .eyebrow {
    margin-bottom: 24px;
  }
  .journey-stats {
    margin: 36px auto 0;
    gap: 0;
  }
  .journey-stats strong {
    font-size: clamp(42px, 10vw, 64px);
  }
  .journey-stats span {
    font-size: 9px;
    letter-spacing: 0.16em;
    margin-top: 12px;
  }
  .journey-art {
    object-fit: cover;
    object-position: center bottom;
    height: 430px;
    top: auto;
  }
  .about-personal {
    display: flex;
    flex-direction: column;
    padding: 0;
    min-height: 0;
  }
  .personal-art {
    position: relative;
    width: 100%;
    height: 400px;
    object-position: 35% center;
    mask-image: linear-gradient(#000 85%, transparent);
  }
  .personal-copy {
    width: 88%;
    margin: 30px auto 35px;
  }
  .personal-copy h2 {
    margin-bottom: 25px;
  }
  .personal-copy > p:not(.eyebrow) {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .about-cta {
    min-height: 700px;
    background-size: auto 700px;
    padding-top: 55px;
  }
  .about-cta h2 {
    font-size: 47px;
  }
  .about-cta .center-heading {
    padding: 0 6%;
  }
  .about-cta .center-heading > p:not(.eyebrow) {
    font-size: 17px;
  }
  .cta-buttons {
    gap: 12px;
    margin-top: 25px;
  }
  .cta-buttons .button {
    min-width: 0;
    padding: 13px 18px;
    font-size: 13px;
    gap: 12px;
  }
  .about-main .button .icon {
    width: 19px;
    height: 19px;
  }
  .about-cta .center-heading > .global-note {
    font-size: 10px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/* Final visual pass: integrate the artwork and keep the composition balanced. */
.about-main .section-copy {
  margin: 0;
  max-width: none;
}
.about-main h3 {
  font-weight: 700;
}
.about-hero {
  overflow: hidden;
}
.story-art {
  mask-image:
    linear-gradient(to right, transparent, #000 13%, #000 95%, transparent),
    linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
  mask-composite: intersect;
}
.disciplines-art {
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 9%,
    #000 88%,
    transparent
  );
}
.approach-art img {
  width: 100%;
  mask-image:
    linear-gradient(to right, transparent, #000 7%, #000 94%, transparent),
    linear-gradient(to bottom, transparent, #000 6%, #000 94%, transparent);
  mask-composite: intersect;
}
.venn-label.looks {
  left: 18%;
}
.venn-label.works {
  right: 11%;
}
.venn-label.impact {
  left: 46%;
  top: 37%;
}
@media (min-width: 1001px) {
  .about-portrait {
    height: 116%;
    width: 59%;
    right: -8%;
    bottom: -4%;
  }
  .toolkit-left > img {
    height: 570px;
    object-fit: cover;
    object-position: center 68%;
    mask-image: linear-gradient(to bottom, transparent, #000 16%);
  }
  .about-approach .split {
    align-items: start;
  }
  .about-approach .approach-art {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .about-approach .principles {
    grid-column: 1;
    width: 150%;
    margin-top: 20px;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  .about-hero-copy {
    width: 59%;
  }
  .about-main h1 {
    font-size: 45px;
  }
  .about-hero-copy > p:not(.eyebrow) {
    font-size: 18px;
  }
  .about-story h2,
  .about-approach h2 {
    font-size: 38px;
  }
  .about-toolkit {
    grid-template-columns: 1fr;
    padding-inline: 6%;
  }
  .toolkit-left {
    padding-right: 48%;
    min-height: 400px;
  }
  .toolkit-left > img {
    position: absolute;
    right: -5%;
    top: 0;
    width: 50%;
    height: 400px;
    object-fit: cover;
    margin: 0;
    mask-image: linear-gradient(to right, transparent, #000 15%);
  }
  .toolkit-right {
    padding-top: 15px;
  }
  .toolkit-topline {
    display: none;
  }
  .toolkit-row {
    grid-template-columns: 170px 1fr;
  }
  .skill-mark {
    height: 56px;
  }
  .skill-item {
    font-size: 11px;
  }
  .personal-copy {
    width: 46%;
    margin-right: 4%;
  }
  .personal-copy h2 {
    font-size: 39px;
  }
  .venn-label {
    font-size: 12px;
  }
  .venn-label small {
    font-size: 7px;
  }
}
@media (max-width: 700px) {
  .venn-label.impact {
    top: 35%;
  }
  .story-art {
    mask-image: linear-gradient(
      to bottom,
      transparent,
      #000 12%,
      #000 90%,
      transparent
    );
  }
}
