/* ==========================================================================
   ABOUT US (CHI SIAMO) PAGE STYLES - Avelion Yachting
   ========================================================================== */

:root {
  --about-glow: rgba(212, 194, 161, 0.08);
  --about-border-hover: rgba(212, 194, 161, 0.28);
}

/* Page Hero Adjustments */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 160px 0 100px;
  background: transparent;
}




.page-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
  color: #FFFFFF;
}

.page-hero .muted {
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: 0.05em;
  color: var(--muted);
  max-width: 600px;
}

/* ==========================================================================
   IDENTITY SECTION (SPLIT SCREEN)
   ========================================================================== */
.about-identity-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.about-identity-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-identity-content h2.section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 12px;
}

.about-identity-content h2.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--gold);
}

.about-identity-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 16px;
}

.about-identity-text p:last-child {
  margin-bottom: 0;
}

/* Glassmorphic Specs Card on Right */
.about-specs-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 28px;
  padding: 40px;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 45px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.6s var(--ease-soft);
}

.about-specs-card:hover {
  border-color: var(--about-border-hover);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 60px rgba(0, 0, 0, 0.5),
    0 0 25px var(--about-glow);
  transform: translateY(-4px);
}

.about-spec-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.about-spec-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.about-spec-label {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
}

.about-spec-value {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
}

@media (max-width: 992px) {
  .about-identity-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-specs-card {
    padding: 30px;
  }
}

/* ==========================================================================
   VALUES / CARDS SECTION
   ========================================================================== */
.about-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .about-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .about-grid-3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.about-premium-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 28px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 40px rgba(0, 0, 0, 0.35);
  transition: 
    transform 0.6s var(--ease-soft),
    border-color 0.6s var(--ease-soft),
    box-shadow 0.6s var(--ease-soft);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.about-premium-card:hover {
  transform: translateY(-8px);
  border-color: var(--about-border-hover);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 60px rgba(0, 0, 0, 0.45),
    0 0 30px var(--about-glow);
}

.about-card-visual {
  position: relative;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.about-card-visual-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s var(--ease-soft);
}

.about-premium-card:hover .about-card-visual-img {
  transform: scale(1.08);
}

.about-card-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5, 8, 15, 0.1) 0%, rgba(5, 8, 15, 0.5) 100%);
}

.about-card-title {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}

.about-premium-card:hover .about-card-title {
  color: #FFFFFF;
}

.about-card-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 300;
}

/* ==========================================================================
   HISTORY SECTION (SPLIT SCREEN W/ BACKGROUND)
   ========================================================================== */
.about-history-section {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  margin-bottom: 80px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.about-history-visual-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.about-history-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(5, 8, 15, 0.95) 0%, rgba(5, 8, 15, 0.65) 60%, rgba(5, 8, 15, 0.4) 100%);
  z-index: 2;
}

.about-history-content-wrap {
  position: relative;
  z-index: 3;
  padding: 80px;
  max-width: 680px;
}

.about-history-content h2.section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}

.about-history-content h2.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--gold);
}

.about-history-text p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--fg);
  font-weight: 300;
  margin-bottom: 18px;
}

.about-history-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .about-history-content-wrap {
    padding: 40px;
  }
  .about-history-overlay {
    background: rgba(5, 8, 15, 0.9);
  }
}

/* ==========================================================================
   TEAM SECTION
   ========================================================================== */
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .about-team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.about-team-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 28px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 40px rgba(0, 0, 0, 0.35);
  transition: 
    transform 0.6s var(--ease-soft),
    border-color 0.6s var(--ease-soft),
    box-shadow 0.6s var(--ease-soft);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.about-team-card:hover {
  transform: translateY(-8px);
  border-color: var(--about-border-hover);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 60px rgba(0, 0, 0, 0.45),
    0 0 30px var(--about-glow);
}

.about-team-visual {
  position: relative;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.about-team-visual-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s var(--ease-soft);
}

.about-team-card:hover .about-team-visual-img {
  transform: scale(1.08);
}

.about-team-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5, 8, 15, 0.1) 0%, rgba(5, 8, 15, 0.55) 100%);
}

.about-team-role {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 0.15em;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 600;
}

.about-team-card-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 300;
}

/* ==========================================================================
   CALL TO ACTION BAND PREMIUM
   ========================================================================== */
.cta-premium-wrapper {
  padding: 60px 0;
}

.cta-premium-card {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 36px;
  padding: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 35px 70px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.cta-premium-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 194, 161, 0.06) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
  filter: blur(30px);
}

.cta-premium-content {
  max-width: 600px;
}

.cta-premium-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

.cta-premium-desc {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 300;
}

.cta-premium-actions {
  flex-shrink: 0;
}

.btn-premium-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 44px;
  background: var(--gold);
  color: var(--navy) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.5s var(--ease-soft);
  box-shadow: 0 10px 30px rgba(212, 194, 161, 0.25);
  border: 1px solid var(--gold);
}

.btn-premium-gold:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.35);
}

@media (max-width: 900px) {
  .cta-premium-card {
    flex-direction: column;
    text-align: center;
    padding: 50px 40px;
    gap: 30px;
  }
  
  .cta-premium-content {
    max-width: 100%;
  }
  
  .cta-premium-actions {
    width: 100%;
  }
  
  .btn-premium-gold {
    width: 100%;
    max-width: 320px;
  }
}
