/* FRAME73 About — v0.6.0 */

.about {
  padding: 0 5vw;
}

.about .about-overview {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding-top: clamp(108px, 13svh, 128px);
  padding-bottom: clamp(34px, 5svh, 52px);
  grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.about .about-copy {
  max-width: 760px;
}

.about .about-copy h2 {
  margin: clamp(12px, 2svh, 20px) 0 clamp(20px, 3svh, 30px);
  font-size: clamp(48px, min(4.8vw, 7.4svh), 76px);
  line-height: .96;
}

.about .about-copy .lead {
  margin: 0 0 clamp(14px, 2svh, 22px);
  color: #d2d2d3;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.5;
}

.about .about-copy > p:not(.eyebrow):not(.lead) {
  margin: 0;
  color: #a6a7aa;
  font-size: clamp(14px, 1.08vw, 16px);
  line-height: 1.52;
}

.about .about-copy .about-mission {
  margin-top: clamp(18px, 2.8svh, 28px) !important;
  padding: clamp(15px, 2.2svh, 22px) 0 0 clamp(16px, 1.8vw, 24px);
  border-top: 1px solid var(--line);
  border-left: 2px solid var(--orange);
  color: #d0d0d1 !important;
}

.about .about-model {
  position: relative;
  border-top: 1px solid #3b2619;
  border-bottom: 1px solid #3b2619;
  background: linear-gradient(135deg, rgba(255, 101, 0, .035), transparent 58%);
}

.about .about-model > .eyebrow {
  margin: 0;
  padding: clamp(16px, 2.2svh, 22px) clamp(18px, 2vw, 28px);
  border-bottom: 1px solid #3b2619;
}

.about .business-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about .business-paths article {
  position: relative;
  min-width: 0;
  padding: clamp(22px, 3vw, 38px);
  transition: background-color .25s ease;
}

.about .business-paths article:first-child {
  border-right: 1px solid #3b2619;
}

.about .business-paths article:hover {
  background: rgba(255, 101, 0, .045);
}

.about .business-paths span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
}

.about .business-paths h3 {
  max-width: 360px;
  margin: clamp(14px, 2svh, 20px) 0 14px;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.06;
  letter-spacing: -1px;
}

.about .business-paths p {
  margin: 0;
  color: #97989c;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.5;
}

.about .principles-compact {
  padding: clamp(18px, 2.5svh, 26px) clamp(18px, 2vw, 28px) 0;
  border-top: 1px solid #3b2619;
}

.about .principles-compact > .eyebrow {
  margin: 0;
}

.about .principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(14px, 2svh, 20px);
}

.about .principle-grid article {
  display: flex;
  min-width: 0;
  padding: clamp(14px, 2svh, 20px) clamp(12px, 1.5vw, 20px) clamp(18px, 2.5svh, 26px);
  flex-direction: column;
  gap: 9px;
  border-left: 1px solid #34363a;
}

.about .principle-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.about .principle-grid b {
  color: #f0f0ee;
  font-size: 10px;
  letter-spacing: 1.2px;
}

.about .principle-grid small {
  color: #8d8e92;
  font-size: 12px;
  line-height: 1.4;
}

.about .about-scroll {
  right: -3vw;
  bottom: clamp(20px, 4svh, 42px);
}

.about .about-scroll:hover,
.about .about-scroll:focus-visible {
  color: var(--orange);
}

@media (min-width: 901px) and (max-height: 760px) {
  .about .about-overview {
    padding-top: 96px;
    padding-bottom: 20px;
    gap: 42px;
  }

  .about .about-copy h2 {
    margin: 8px 0 16px;
    font-size: clamp(42px, 7.2svh, 56px);
  }

  .about .about-copy .lead {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .about .about-copy > p:not(.eyebrow):not(.lead) {
    font-size: 13px;
    line-height: 1.38;
  }

  .about .about-copy .about-mission {
    margin-top: 12px !important;
    padding-top: 11px;
  }

  .about .about-model > .eyebrow,
  .about .principles-compact {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .about .business-paths article {
    padding: 18px;
  }

  .about .business-paths h3 {
    margin: 10px 0;
    font-size: 21px;
  }

  .about .business-paths p {
    font-size: 12px;
    line-height: 1.38;
  }

  .about .principle-grid {
    margin-top: 10px;
  }

  .about .principle-grid article {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .about .principle-grid small {
    font-size: 10px;
  }
}

@media (max-width: 900px) {
  .about .about-overview {
    min-height: 100svh;
    padding-top: 104px;
    padding-bottom: 28px;
    grid-template-columns: 1fr;
    gap: 24px;
    align-content: center;
  }

  .about .about-copy {
    max-width: none;
  }

  .about .about-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(42px, 8.5vw, 64px);
  }

  .about .about-copy .lead {
    font-size: 15px;
  }

  .about .about-copy > p:not(.eyebrow):not(.lead) {
    font-size: 13px;
  }

  .about .about-copy .about-mission {
    margin-top: 14px !important;
    padding-top: 12px;
  }

  .about .business-paths article {
    padding: 20px;
  }

  .about .business-paths h3 {
    font-size: clamp(20px, 3vw, 27px);
  }

  .about .about-scroll {
    display: flex;
    right: 0;
    bottom: 12px;
    align-items: center;
    gap: 9px;
    writing-mode: horizontal-tb;
  }

  .about .about-scroll i {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .about {
    padding: 0 22px;
  }

  .about .about-overview {
    padding-top: 96px;
    padding-bottom: 20px;
    gap: 16px;
  }

  .about .about-copy h2 {
    margin: 7px 0 12px;
    font-size: clamp(35px, 10vw, 47px);
    letter-spacing: -2.5px;
  }

  .about .about-copy .lead,
  .about .about-copy > p:not(.eyebrow):not(.lead) {
    font-size: 12px;
    line-height: 1.36;
  }

  .about .about-copy > p:not(.eyebrow):not(.lead):not(.about-mission) {
    display: none;
  }

  .about .about-copy .about-mission {
    margin-top: 10px !important;
    padding: 9px 0 0 12px;
  }

  .about .about-model > .eyebrow {
    padding: 10px 12px;
  }

  .about .business-paths article {
    padding: 13px 11px;
  }

  .about .business-paths span {
    font-size: 8px;
    letter-spacing: .8px;
  }

  .about .business-paths h3 {
    margin: 8px 0;
    font-size: 17px;
  }

  .about .business-paths p {
    font-size: 12px;
    line-height: 1.35;
  }

  .about .principles-compact {
    padding: 10px 12px 0;
  }

  .about .principle-grid {
    margin-top: 6px;
  }

  .about .principle-grid article {
    padding: 8px 7px 11px;
    gap: 5px;
  }

  .about .principle-grid b {
    font-size: 8px;
    line-height: 1.25;
  }

  .about .principle-grid small {
    font-size: 10px;
    line-height: 1.3;
  }
}

@media (max-width: 900px) and (max-height: 650px) {
  .about .about-overview {
    padding-top: 88px;
    padding-bottom: 14px;
    gap: 10px;
  }

  .about .about-copy h2 {
    margin: 4px 0 7px;
    font-size: clamp(29px, 7.2svh, 39px);
  }

  .about .about-copy .lead,
  .about .about-copy > p:not(.eyebrow):not(.lead) {
    font-size: 10px;
    line-height: 1.25;
  }

  .about .about-copy .about-mission {
    margin-top: 6px !important;
    padding-top: 6px;
  }

  .about .about-model > .eyebrow,
  .about .principles-compact {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .about .business-paths article {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .about .business-paths h3 {
    margin: 5px 0;
    font-size: 15px;
  }

  .about .principle-grid article {
    padding-top: 5px;
    padding-bottom: 7px;
  }
}

/* Why FRAME73 + industry experience — one viewport */
.about .about-proof {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding-top: clamp(108px, 13svh, 132px);
  padding-bottom: clamp(42px, 7svh, 76px);
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(48px, 7vw, 120px);
  border-bottom: 1px solid var(--line);
}

.about .why-story {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.about .why-story h2,
.about .experience-story h2 {
  margin: clamp(12px, 2svh, 20px) 0 clamp(24px, 4svh, 42px);
  font-size: clamp(46px, min(4.6vw, 7.2svh), 74px);
}

.about .why-meaning {
  border-top: 1px solid #3b2619;
}

.about .why-meaning p {
  display: grid;
  margin: 0;
  padding: clamp(18px, 2.8svh, 28px) 0;
  grid-template-columns: 54px 1fr;
  align-items: start;
  gap: 20px;
  border-bottom: 1px solid #3b2619;
}

.about .why-meaning strong {
  color: var(--orange);
  font-size: clamp(36px, 3.5vw, 54px);
  line-height: .85;
}

.about .why-meaning span {
  color: #aaa;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.55;
}

.about .why-story .best {
  margin-top: clamp(24px, 4svh, 40px);
}

.about .proof73 {
  position: absolute;
  z-index: -1;
  right: -12%;
  bottom: -5%;
  font-size: clamp(170px, 19vw, 320px);
  opacity: .55;
  pointer-events: none;
}

.about .experience-story {
  min-width: 0;
}

.about .proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.about .proof-grid article {
  position: relative;
  display: grid;
  min-height: clamp(126px, 16svh, 166px);
  padding: clamp(18px, 2.4vw, 30px);
  grid-template-columns: 34px 1fr;
  align-content: center;
  gap: 8px 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-color .24s ease, border-color .24s ease;
}

.about .proof-grid article:last-child {
  grid-column: 1 / -1;
}

.about .proof-grid article:hover {
  border-color: #71300b;
  background: rgba(255, 101, 0, .055);
}

.about .proof-grid span {
  grid-row: 1 / 3;
  color: #4a4b4f;
  font-size: 12px;
  font-weight: 800;
}

.about .proof-grid b {
  color: #f0f0ee;
  font-size: 11px;
  letter-spacing: 1.2px;
}

.about .proof-grid small {
  color: #929398;
  font-size: 13px;
  line-height: 1.45;
}

.about .proof-scroll {
  right: -3vw;
  bottom: clamp(22px, 4svh, 48px);
  transition: color .2s;
}

.about .proof-scroll:hover,
.about .proof-scroll:focus-visible {
  color: var(--orange);
}

@media (min-width: 901px) and (max-height: 760px) {
  .about .about-proof {
    padding-top: 96px;
    padding-bottom: 26px;
    gap: 48px;
  }

  .about .why-story h2,
  .about .experience-story h2 {
    margin: 8px 0 18px;
    font-size: clamp(42px, 7svh, 56px);
  }

  .about .why-meaning p {
    padding: 13px 0;
  }

  .about .why-meaning span {
    font-size: 13px;
    line-height: 1.4;
  }

  .about .why-story .best {
    margin-top: 18px;
  }

  .about .proof-grid article {
    min-height: 108px;
    padding: 16px 18px;
  }
}

@media (max-width: 900px) {
  .about .about-proof {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 82px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .about .why-story {
    max-width: none;
  }

  .about .proof73 {
    right: 0;
  }

  .about .proof-scroll {
    display: flex;
    right: 0;
    bottom: 18px;
    align-items: center;
    gap: 9px;
    writing-mode: horizontal-tb;
  }

  .about .proof-scroll i {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .about .about-proof {
    padding-top: 94px;
    gap: 42px;
  }

  .about .why-story h2,
  .about .experience-story h2 {
    margin: 8px 0 22px;
    font-size: clamp(37px, 11vw, 50px);
    letter-spacing: -2.5px;
  }

  .about .why-meaning p {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .about .why-meaning strong {
    font-size: 34px;
  }

  .about .why-meaning span {
    font-size: 13px;
  }

  .about .proof-grid {
    grid-template-columns: 1fr;
  }

  .about .proof-grid article,
  .about .proof-grid article:last-child {
    min-height: 112px;
    grid-column: auto;
  }
}
