/* --------------- About Page --------------- */

.right-side .abt-philosophy.section-padding,
.right-side .abt-story.section-padding,
.right-side .abt-numbers.section-padding,
.right-side .abt-timeline-section.section-padding,
.right-side .abt-team.section-padding,
.right-side .abt-location.section-padding,
.right-side .abt-cta.section-padding {
  padding-left: 80px;
  padding-right: 80px; }

@media (max-width: 991px) {
  .right-side .abt-philosophy.section-padding,
  .right-side .abt-story.section-padding,
  .right-side .abt-numbers.section-padding,
  .right-side .abt-timeline-section.section-padding,
  .right-side .abt-team.section-padding,
  .right-side .abt-location.section-padding,
  .right-side .abt-cta.section-padding {
    padding-left: 48px;
    padding-right: 48px; } }

@media (max-width: 767px) {
  .right-side .abt-philosophy.section-padding,
  .right-side .abt-story.section-padding,
  .right-side .abt-numbers.section-padding,
  .right-side .abt-timeline-section.section-padding,
  .right-side .abt-team.section-padding,
  .right-side .abt-location.section-padding,
  .right-side .abt-cta.section-padding {
    padding-left: 24px;
    padding-right: 24px; } }

/* Hero split */
.abt-hero {
  margin-left: 80px;
  margin-right: 80px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #242424 50%, #1e1e1e 100%);
  color: #fff; }
  @media (max-width: 991px) {
    .abt-hero {
      margin-left: 48px;
      margin-right: 48px; } }
  @media (max-width: 767px) {
    .abt-hero {
      margin-left: 24px;
      margin-right: 24px; } }

.abt-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px; }
  @media (max-width: 991px) {
    .abt-hero-grid {
      grid-template-columns: 1fr;
      min-height: auto; } }

.abt-hero-left {
  padding: 48px 56px 48px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 991px) {
    .abt-hero-left {
      padding: 40px 48px; } }
  @media (max-width: 767px) {
    .abt-hero-left {
      padding: 32px 24px; } }

.abt-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 32px; }
  .abt-breadcrumb a {
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.3s; }
    .abt-breadcrumb a:hover {
      color: #fff; }
  .abt-breadcrumb .sep {
    color: rgba(255, 255, 255, 0.25);
    font-size: 10px; }
  .abt-breadcrumb span:last-child {
    color: var(--main-color); }

.abt-label {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--main-color);
  margin-bottom: 20px; }

.abt-hero-left h1 {
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.05;
  font-weight: 600;
  margin-bottom: 24px; }
  .abt-hero-left h1 .accent {
    color: var(--main-color); }

.abt-lead {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  max-width: 420px;
  margin: 0; }

.abt-hero-visual {
  position: relative;
  padding: 40px 80px 40px 20px;
  min-height: 480px; }
  @media (max-width: 991px) {
    .abt-hero-visual {
      padding: 0 48px 48px;
      min-height: 360px; } }
  @media (max-width: 767px) {
    .abt-hero-visual {
      padding: 0 24px 32px;
      min-height: 300px; } }

.abt-hero-img-main {
  position: absolute;
  top: 40px;
  right: 80px;
  width: 72%;
  height: calc(100% - 80px);
  overflow: hidden; }
  @media (max-width: 991px) {
    .abt-hero-img-main {
      right: 48px;
      width: 80%;
      height: 280px;
      top: 0; } }
  @media (max-width: 767px) {
    .abt-hero-img-main {
      right: 24px;
      width: 85%;
      height: 240px; } }
  .abt-hero-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.abt-hero-img-accent {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 45%;
  height: 45%;
  border: 3px solid var(--main-color);
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4); }
  @media (max-width: 991px) {
    .abt-hero-img-accent {
      bottom: 24px;
      left: 24px;
      width: 50%;
      height: 160px; } }
  .abt-hero-img-accent img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.abt-hero-badge {
  position: absolute;
  top: 60px;
  left: 40px;
  z-index: 3;
  background: #fff;
  color: #212121;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); }
  .abt-hero-badge img {
    width: 24px;
    height: auto; }
  .abt-hero-badge span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em; }

/* Philosophy */
.abt-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }
  @media (max-width: 767px) {
    .abt-philosophy-grid {
      grid-template-columns: 1fr; } }

.abt-value-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 36px 32px;
  transition: all 0.35s; }
  .abt-value-card:hover {
    border-color: rgba(248, 68, 56, 0.35);
    transform: translateY(-4px); }
  .abt-value-card .value-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(248, 68, 56, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
    .abt-value-card .value-icon i {
      font-size: 20px;
      color: var(--main-color); }
  .abt-value-card h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px; }
  .abt-value-card p {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.45);
    margin: 0; }

.abt-value-accent {
  background: linear-gradient(160deg, rgba(248, 68, 56, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-color: rgba(248, 68, 56, 0.25); }

/* Story */
.abt-story-row {
  align-items: flex-start; }

.abt-story-aside {
  position: sticky;
  top: 30px; }
  @media (max-width: 991px) {
    .abt-story-aside {
      position: static;
      margin-bottom: 40px; } }

.abt-year {
  display: block;
  font-size: clamp(72px, 10vw, 120px);
  font-weight: 600;
  line-height: 1;
  color: var(--main-color);
  opacity: 0.9; }

.abt-year-caption {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 12px;
  max-width: 200px; }

.abt-symbol {
  margin-top: 40px;
  opacity: 0.15; }
  .abt-symbol img {
    width: 80px; }

.abt-story-body {
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.75); }
  .abt-story-body p {
    margin-bottom: 20px; }
  .abt-story-body blockquote {
    margin: 32px 0;
    padding: 28px 32px;
    border-left: 3px solid var(--main-color);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0 16px 16px 0;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5; }

/* Numbers */
.abt-numbers-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  color: #212121;
  padding: 48px 40px; }
  @media (max-width: 991px) {
    .abt-numbers-box {
      grid-template-columns: repeat(2, 1fr);
      gap: 32px; } }
  @media (max-width: 575px) {
    .abt-numbers-box {
      grid-template-columns: 1fr;
      padding: 36px 28px; } }

.abt-num-item {
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.08); }
  @media (max-width: 991px) {
    .abt-num-item {
      border-right: none; } }
  .abt-num-item:last-child {
    border-right: none; }
  .abt-num-item h2 {
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 600;
    color: var(--main-color);
    line-height: 1;
    margin-bottom: 12px; }
  .abt-num-item span {
    font-size: 13px;
    line-height: 1.5;
    color: #777; }

/* Section head */
.abt-section-head h2 {
  font-size: clamp(24px, 3vw, 36px);
  color: #fff;
  margin-bottom: 8px; }

/* Milestones */
.abt-milestones {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 991px) {
    .abt-milestones {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .abt-milestones {
      grid-template-columns: 1fr; } }

.abt-milestone {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px 24px;
  transition: border-color 0.3s; }
  .abt-milestone:hover {
    border-color: rgba(248, 68, 56, 0.35); }
  .abt-milestone .ms-year {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--main-color);
    letter-spacing: 0.08em;
    margin-bottom: 12px; }
  .abt-milestone h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px; }
  .abt-milestone p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    line-height: 1.5; }

/* Team */
.abt-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 220px));
  gap: 20px;
  justify-content: start;
  max-width: 100%; }
  @media (max-width: 991px) {
    .abt-team-grid {
      grid-template-columns: repeat(2, minmax(0, 220px)); } }
  @media (max-width: 575px) {
    .abt-team-grid {
      grid-template-columns: minmax(0, 260px); } }

.abt-team-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s; }
  .abt-team-card-link {
    display: block;
    color: inherit;
    text-decoration: none; }
  .abt-team-card:hover {
    border-color: rgba(248, 68, 56, 0.35);
    transform: translateY(-4px); }
  .abt-team-card .team-img {
    aspect-ratio: 1;
    overflow: hidden; }
    .abt-team-card .team-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(20%);
      transition: filter 0.4s; }
  .abt-team-card:hover .team-img img {
    filter: grayscale(0%); }
  .abt-team-card .team-info {
    padding: 16px 18px 18px; }
    .abt-team-card .team-info h5 {
      font-size: 15px;
      color: #fff;
      margin-bottom: 4px; }
    .abt-team-card .team-info > span {
      display: block;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.4);
      margin-bottom: 14px; }

.team-social {
  display: flex;
  gap: 10px; }
  .team-social a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    transition: all 0.3s; }
    .team-social a:hover {
      border-color: var(--main-color);
      color: var(--main-color); }

/* Location */
.abt-location-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: linear-gradient(135deg, #1e1e1e 0%, #2a2a2a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  min-height: 320px; }
  @media (max-width: 767px) {
    .abt-location-box {
      grid-template-columns: 1fr; } }

.abt-location-text {
  padding: 48px 56px;
  color: #fff; }
  @media (max-width: 767px) {
    .abt-location-text {
      padding: 36px 28px; } }
  .abt-location-text h3 {
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    margin: 12px 0 20px; }
  .abt-location-text > p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 28px;
    max-width: 400px; }

.abt-location-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .abt-location-contacts a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s; }
    .abt-location-contacts a i {
      color: var(--main-color);
      width: 16px; }
    .abt-location-contacts a:hover {
      color: var(--main-color); }

.abt-location-map {
  position: relative;
  background:
    radial-gradient(circle at 60% 45%, rgba(248, 68, 56, 0.15) 0%, transparent 50%),
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255, 255, 255, 0.03) 39px, rgba(255, 255, 255, 0.03) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255, 255, 255, 0.03) 39px, rgba(255, 255, 255, 0.03) 40px),
    #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px; }
  @media (max-width: 767px) {
    .abt-location-map {
      min-height: 200px; } }

.map-dot {
  width: 16px;
  height: 16px;
  background: var(--main-color);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(248, 68, 56, 0.25), 0 0 0 20px rgba(248, 68, 56, 0.1);
  animation: abt-pulse 2s ease infinite; }

@keyframes abt-pulse {
  0%, 100% {
    box-shadow: 0 0 0 8px rgba(248, 68, 56, 0.25), 0 0 0 20px rgba(248, 68, 56, 0.1); }
  50% {
    box-shadow: 0 0 0 12px rgba(248, 68, 56, 0.2), 0 0 0 28px rgba(248, 68, 56, 0.05); } }

.map-label {
  position: absolute;
  bottom: 32px;
  right: 32px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.35); }

/* Container alignment */
.right-side .abt-philosophy .container,
.right-side .abt-story .container,
.right-side .abt-numbers .container,
.right-side .abt-timeline-section .container,
.right-side .abt-team .container,
.right-side .abt-location .container,
.right-side .abt-cta .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.right-side .abt-philosophy .row.sm-marg,
.right-side .abt-story .row.sm-marg,
.right-side .abt-numbers .row.sm-marg,
.right-side .abt-timeline-section .row.sm-marg,
.right-side .abt-team .row.sm-marg,
.right-side .abt-location .row.sm-marg,
.right-side .abt-cta .row.sm-marg {
  margin-left: 0;
  margin-right: 0; }

.right-side .abt-philosophy .row.sm-marg > .col-12,
.right-side .abt-story .row.sm-marg > .col-lg-5,
.right-side .abt-story .row.sm-marg > .col-lg-7,
.right-side .abt-numbers .row.sm-marg > .col-12,
.right-side .abt-timeline-section .row.sm-marg > .col-12,
.right-side .abt-team .row.sm-marg > .col-12,
.right-side .abt-location .row.sm-marg > .col-12,
.right-side .abt-cta .row.sm-marg > .col-12 {
  padding-left: 0;
  padding-right: 0; }

.right-side .abt-story .row.sm-marg > .col-lg-7 {
  padding-left: 48px; }
  @media (max-width: 991px) {
    .right-side .abt-story .row.sm-marg > .col-lg-7 {
      padding-left: 0; } }
