/* Dedicated Chi sono page */
.about-page main { overflow: hidden; }
.about-page .section,
.about-hero-copy,
.profile-copy,
.services-grid,
.method-grid,
.service-card,
.method-card { min-width: 0; }

.about-hero {
  min-height: 800px;
  padding-top: 155px;
  display: flex;
  align-items: center;
}
.about-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(110px);
}
.about-glow-left { width: 380px; height: 380px; left: -170px; top: 120px; background: rgba(193,8,1,.2); }
.about-glow-right { width: 340px; height: 340px; right: -130px; top: 180px; background: rgba(232,80,2,.16); }
.about-label {
  position: absolute;
  top: 128px;
  left: 47%;
  padding: 8px 15px;
  color: var(--text);
  background: var(--orange);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  rotate: -2deg;
  box-shadow: 0 8px 28px rgba(232,80,2,.22);
}
.about-sticker {
  position: absolute;
  right: 9%;
  top: 180px;
  padding: 6px 10px;
  color: var(--orange-light);
  border: 1px solid var(--orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  rotate: 7deg;
}
.about-hero-copy { position: relative; z-index: 2; max-width: 880px; }
.about-hero h1 {
  margin: 0;
  font: 400 clamp(88px, 11vw, 154px)/.88 var(--display);
  letter-spacing: -.025em;
}
.about-hero-title {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: .16em;
  white-space: nowrap;
}
.about-hero h1 span { display: inline-block; }
.about-hero h1 span:last-child { color: var(--orange); }
.about-hero-copy > p { max-width: 690px; margin: 38px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.about-hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.about-ui {
  position: absolute;
  right: 6%;
  top: 310px;
  z-index: 3;
  width: 210px;
  padding: 17px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(14,14,14,.68);
  backdrop-filter: blur(18px);
}
.about-ui > div { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 10px; font-weight: 800; }
.about-ui p { margin: 7px 0; color: #8e929d; font-size: 9px; }
.about-ui i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 10px var(--orange); }
.about-hero > .scroll-note { position: absolute; left: 50%; bottom: 28px; translate: -50% 0; }

.profile-section {
  min-height: 850px;
  padding-block: 120px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 105px;
  align-items: center;
}
.profile-portrait { width: 470px; }
.profile-portrait .portrait-card { height: 640px; }
.profile-floating-tab { display: none; }
.profile-copy h2 {
  margin: 0 0 30px;
  font: 400 clamp(48px, 5vw, 72px)/.94 var(--display);
}
.profile-copy h2 span { color: var(--orange); }
.profile-copy > p { margin: 0 0 18px; color: #969aa8; font-size: 14px; line-height: 1.85; }
.profile-badges { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0; }
.profile-badges span {
  padding: 7px 12px;
  border: 1px solid var(--border);
  border-radius: 99px;
  background: rgba(255,255,255,.035);
  color: var(--light-gray);
  font-size: 9px;
  font-weight: 700;
}
.profile-badges span:nth-child(3n+1) { color: var(--orange-light); border-color: rgba(232,80,2,.28); }
.services-section, .method-section { padding-block: 115px; }
.inner-heading { margin-bottom: 58px; }
.inner-heading h2 { margin: 0; font: 400 72px/.92 var(--display); }
.inner-heading h2 span { color: var(--orange); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  min-height: 270px;
  padding: 25px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(18,18,18,.7);
  backdrop-filter: blur(18px);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.service-card:hover, .method-card:hover {
  transform: translateY(-6px);
  border-color: rgba(232,80,2,.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 18px 48px rgba(193,8,1,.12);
}
.service-card > b { float: right; color: #656975; font-size: 9px; }
.service-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--orange);
  border: 1px solid rgba(232,80,2,.38);
  border-radius: 8px;
  background: rgba(232,80,2,.08);
  box-shadow: 0 0 22px rgba(232,80,2,.1);
  font-weight: 800;
}
.service-card h3 { margin: 64px 0 12px; font: 400 21px/1.1 var(--display); }
.service-card p { margin: 0; color: #7e828d; font-size: 11px; line-height: 1.7; }

.tools-glass-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 28px;
  padding: 17px 18px;
  border: 1px solid rgba(249,249,249,.16);
  border-radius: 22px;
  background: linear-gradient(120deg, rgba(255,255,255,.055), rgba(12,12,12,.76));
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 1px 0 0 rgba(255,255,255,.08), 0 20px 60px rgba(0,0,0,.35), 0 0 38px rgba(232,80,2,.045);
}
.tools-glass-bar span {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 8px 11px;
  color: #d9d9dc;
  border: 1px solid rgba(249,249,249,.11);
  border-radius: 99px;
  background: rgba(255,255,255,.04);
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}
.tools-glass-bar span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 10px rgba(232,80,2,.65);
}

.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.method-process-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.method-card {
  min-height: 255px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(18,18,18,.72);
  backdrop-filter: blur(18px);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.method-card > div { display: flex; align-items: center; justify-content: space-between; }
.method-card > div > b { color: #737783; font-size: 10px; }
.method-card h3 { margin: 58px 0 12px; font: 400 20px var(--display); }
.method-card p { margin: 0; color: #777b86; font-size: 10px; line-height: 1.7; }

.about-final-cta {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-cta-glow {
  position: absolute;
  width: 600px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,80,2,.22), rgba(193,8,1,.08) 52%, transparent 73%);
  filter: blur(85px);
}
.about-final-cta h2 { position: relative; margin: 0; font: 400 clamp(52px, 7vw, 90px)/.95 var(--display); }
.about-final-cta h2 span { color: var(--orange); }
.about-final-cta p { max-width: 590px; margin: 25px 0; color: #858995; font-size: 13px; }
.about-final-cta .button { margin-top: 10px; min-width: 175px; }

@media (max-width: 1050px) {
  .about-ui { right: 1%; }
  .profile-section { gap: 55px; }
  .profile-portrait { width: 400px; }
  .profile-portrait .portrait-card { height: 550px; }
}

@media (max-width: 820px) {
  .about-hero { min-height: 650px; }
  .about-hero h1 { font-size: clamp(72px, 16vw, 112px); }
  .about-ui { top: 355px; right: 0; transform: scale(.9); transform-origin: right; }
  .profile-section { grid-template-columns: 1fr; gap: 85px; }
  .profile-portrait { margin: auto; }
  .profile-copy { max-width: 620px; margin: auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tools-glass-bar {
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(232,80,2,.55) transparent;
  }
}

@media (max-width: 560px) {
  .about-page .section {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }
  .about-hero { min-height: 580px; padding-top: 130px; align-items: flex-start; }
  .about-label { top: 88px; left: 44%; font-size: 8px; padding: 7px 11px; }
  .about-sticker { top: 113px; right: 1%; font-size: 7px; }
  .about-hero h1 {
    margin-top: 40px;
    gap: .13em;
    font-size: clamp(55px, 16.5vw, 72px);
    line-height: .92;
  }
  .about-hero-copy > p { margin-top: 30px; font-size: 13px; line-height: 1.7; }
  .about-hero-actions { gap: 8px; }
  .about-hero-actions .button { padding-inline: 17px; }
  .about-ui {
    display: none;
  }
  .profile-section { padding-block: 90px; }
  .profile-portrait { width: calc(100% - 18px); }
  .profile-portrait .portrait-card { height: 510px; }
  .profile-floating-tab {
    position: absolute;
    top: -20px;
    left: 12px;
    right: auto;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    color: var(--orange-light);
    border: 1px solid rgba(232,80,2,.38);
    border-radius: 99px;
    background: rgba(14,14,14,.76);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 10px 30px rgba(0,0,0,.34), 0 0 20px rgba(232,80,2,.08);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    rotate: -2deg;
  }
  .profile-copy {
    width: 100%;
    max-width: calc(100vw - 28px);
    overflow: hidden;
  }
  .profile-copy h2 {
    font-size: clamp(37px, 10.8vw, 43px);
    overflow-wrap: anywhere;
  }
  .profile-copy h2 span { display: block; }
  .profile-copy > p { font-size: 13px; }
  .services-section, .method-section { padding-block: 90px; }
  .inner-heading h2 { font-size: clamp(48px, 14vw, 56px); }
  .services-grid, .method-grid, .method-process-grid {
    width: 100%;
    max-width: calc(100vw - 28px);
    grid-template-columns: minmax(0, 1fr);
  }
  .service-card, .method-card {
    width: 100%;
    max-width: calc(100vw - 28px);
    min-height: 220px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 1px 0 0 rgba(255,255,255,.07), 0 18px 52px rgba(0,0,0,.32);
  }
  .service-card h3, .service-card p,
  .method-card h3, .method-card p { overflow-wrap: anywhere; }
  .service-card h3, .method-card h3 { margin-top: 42px; }
  .tools-glass-bar {
    width: 100%;
    max-width: calc(100vw - 28px);
    margin-top: 22px;
    padding: 14px;
    border-radius: 18px;
    gap: 9px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .about-final-cta { min-height: 640px; }
  .about-final-cta h2 { font-size: clamp(43px, 12.4vw, 61px); }
  .about-final-cta p { font-size: 11px; }
}
