/* ==========================================================================
   RFMANAGER — SECTIONS
   Hero, RF Coordination, Intercom, RF Transmission, Experience and Contact.
   ========================================================================== */
.hero {
  position: relative;
  height: 230vh;
  background: var(--off-white);
}

.hero-logo-layer {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.hero-logo {
  width: min(
      82vw,
      1150px
    );
  max-height: 90vh;
  object-fit: contain;
}

.hero-content-layer {
  position: absolute;
  left: 0;
  width: 100%;
  top: 105vh;
  z-index: 2;
}

.hero-content {
  min-height: 125vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px
    0
    140px;
}

.eyebrow {
  margin-bottom: 28px;
  color: var(--blue);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}

.hero h1 {
  max-width: 1100px;
  margin: 0
    auto
    40px;
  color: var(--blue);
  font-size: clamp(
      70px,
      8.5vw,
      132px
    );
  line-height: 0.88;
  letter-spacing: -0.065em;
  text-align: center;
}

.hero h1 span {
  display: block;
}

.hero-lead {
  max-width: 800px;
  margin: 0
    auto
    32px;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.hero-details {
  display: flex;
  flex-direction: column;
  text-align: justify;
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.hero-details p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.65;
}

.hero-description {
  max-width: 750px;
  text-align: justify;
}

.hero-location {
  color: var(--blue);
  font-weight: 800;
  text-align: center;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 45px;
}

.hero-tags span {
  padding: 9px
    14px;
  border: 1px
    solid
    rgba(
      29,
      62,
      112,
      0.35
    );
  color: var(--blue);
  background: rgba(
      246,
      244,
      239,
      0.45
    );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rf-coordination {
  position: relative;
  z-index: 5;
  padding: 130px
    0
    110px;
  background: var(--blue);
  color: var(--white);
}

.rf-section-header {
  max-width: 1050px;
  margin-bottom: 90px;
}

.rf-section-number {
  margin-bottom: 28px;
  color: var(--yellow);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rf-section-header h2 {
  max-width: 1050px;
  margin: 0
    0
    45px;
  color: var(--white);
  font-size: clamp(
      65px,
      7vw,
      108px
    );
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.rf-section-header h2 span {
  display: block;
  color: var(--yellow);
}

.rf-section-intro {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(
      255,
      255,
      255,
      0.88
    );
  font-size: 21px;
  line-height: 1.55;
}

.rf-expertise-grid {
  display: grid;
  grid-template-columns: repeat(
      4,
      1fr
    );
  gap: 0;
  border-top: 1px
    solid
    rgba(
      255,
      255,
      255,
      0.25
    );
  border-bottom: 1px
    solid
    rgba(
      255,
      255,
      255,
      0.25
    );
}

.rf-expertise-item {
  position: relative;
  min-height: 390px;
  padding: 35px
    32px
    40px;
}

.rf-expertise-item:not(:last-child) {
  border-right: 1px
    solid
    rgba(
      255,
      255,
      255,
      0.25
    );
}

.rf-expertise-number {
  display: block;
  margin-bottom: 65px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.rf-expertise-item h3 {
  margin: 0
    0
    24px;
  color: var(--white);
  font-size: 29px;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.rf-expertise-item p {
  max-width: 270px;
  margin-bottom: 0;
  color: rgba(
      255,
      255,
      255,
      0.75
    );
  font-size: 20px;
  line-height: 1.65;
}

.rf-statement {
  padding-top: 100px;
  padding-bottom: 20px;
}

.rf-statement p {
  max-width: 1100px;
  margin: 0;
  color: var(--white);
  font-size: clamp(
      46px,
      5.5vw,
      82px
    );
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
}

.rf-statement p span {
  color: var(--yellow);
}

.intercom-section {
  position: relative;
  z-index: 5;
  padding: 140px
    0
    120px;
  background: var(--off-white);
  color: var(--dark);
}

.intercom-header {
  max-width: 1050px;
  margin-bottom: 100px;
}

.intercom-label {
  margin-bottom: 28px;
  color: var(--yellow);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intercom-header h2 {
  max-width: 1100px;
  margin: 0
    0
    45px;
  color: var(--blue);
  font-size: clamp(
      70px,
      8vw,
      120px
    );
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.intercom-header h2 span {
  display: block;
  color: var(--yellow);
}

.intercom-intro {
  max-width: 800px;
  margin: 0;
  font-size: 21px;
  line-height: 1.6;
}

.intercom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid
    rgba(29, 62, 112, 0.30);
  border-bottom: 1px solid
    rgba(29, 62, 112, 0.30);
}

.intercom-item {
  position: relative;
  min-height: 390px;
  padding: 35px
    32px
    40px;
}

.intercom-item:not(:last-child) {
  border-right: 1px solid
    rgba(29, 62, 112, 0.30);
}

.intercom-number {
  display: block;
  margin-bottom: 65px;
  color: var(--yellow-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.intercom-item h3 {
  margin: 0
    0
    24px;
  color: var(--blue);
  font-size: 29px;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.intercom-item p {
  max-width: 270px;
  margin-bottom: 0;
  color: var(--dark);
  font-size: 20px;
  line-height: 1.65;
}

.intercom-number {
  display: block;
  margin-bottom: 55px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.intercom-item h3 {
  max-width: 430px;
  margin: 0
    0
    22px;
  color: var(--blue);
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.intercom-item p {
  max-width: 470px;
  margin: 0;
  font-size: 20px;
  line-height: 1.65;
}

.intercom-platforms {
  padding: 80px
    0;
  border-bottom: 1px
    solid
    rgba(
      29,
      62,
      112,
      0.3
    );
}

.intercom-platforms > p {
  margin-bottom: 25px;
  color: var(--dark);
  font-size: 20px;
}

.intercom-platform-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.intercom-platform-list span {
  padding: 12px
    18px;
  border: 1px
    solid
    rgba(
      29,
      62,
      112,
      0.45
    );
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.intercom-statement {
  padding-top: 100px;
}

.intercom-statement p {
  max-width: 1150px;
  margin: 0;
  color: var(--blue);
  font-size: clamp(
      48px,
      5.5vw,
      84px
    );
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

.intercom-statement p span {
  color: var(--yellow);
}

.rf-transmission-section {
  background: var(--blue);
  color: var(--white);
  padding: 140px 0 120px;
}

.rf-transmission-header {
  max-width: 900px;
  margin-bottom: 90px;
}

.rf-transmission-label {
  margin: 0 0 28px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rf-transmission-header h2 {
  max-width: 900px;
  margin: 0 0 42px;
  color: var(--white);
  font-size: clamp(
    64px,
    7vw,
    110px
  );
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.rf-transmission-header h2 span {
  display: block;
  color: var(--yellow);
}

.rf-transmission-intro {
  max-width: 760px;
  margin: 0 0 24px;
  color: rgba(
    255,
    255,
    255,
    0.82
  );
  font-size: 20px;
  line-height: 1.6;
}

.rf-transmission-intro:last-child {
  margin-bottom: 0;
}

.rf-transmission-grid {
  display: grid;
  grid-template-columns: repeat(
      4,
      minmax(0, 1fr)
    );
  margin-top: 70px;
  border-top: 1px solid
    rgba(
      255,
      255,
      255,
      0.3
    );
  border-bottom: 1px solid
    rgba(
      255,
      255,
      255,
      0.3
    );
}

.rf-transmission-item {
  min-height: 320px;
  padding: 34px
    34px
    42px;
  border-right: 1px solid
    rgba(
      255,
      255,
      255,
      0.3
    );
}

.rf-transmission-item:first-child {
  padding-left: 28px;
}

.rf-transmission-item:last-child {
  border-right: 0;
}

.rf-transmission-number {
  display: block;
  margin-bottom: 58px;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rf-transmission-item h3 {
  margin: 0
    0
    24px;
  color: var(--white);
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.rf-transmission-item p {
  margin: 0;
  color: rgba(
      255,
      255,
      255,
      0.72
    );
  font-size: 20px;
  line-height: 1.6;
}

.rf-transmission-statement {
  margin-top: 90px;
}

.rf-transmission-statement p {
  max-width: 1100px;
  margin: 0;
  color: var(--white);
  font-size: clamp(
      48px,
      5.5vw,
      84px
    );
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.rf-transmission-statement span {
  color: var(--yellow);
}

.experience-section {
  position: relative;
  z-index: 5;
  padding: 140px
    0
    120px;
  background: var(--off-white);
  color: var(--dark);
}

.experience-header {
  max-width: 1000px;
  margin-bottom: 100px;
}

.experience-label {
  margin: 0
    0
    28px;
  color: var(--yellow-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.experience-header h2 {
  max-width: 1050px;
  margin: 0
    0
    45px;
  color: var(--blue);
  font-size: clamp(
      68px,
      7.5vw,
      120px
    );
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.experience-header h2 span {
  display: block;
  color: var(--yellow-dark);
}

.experience-intro {
  max-width: 800px;
  margin: 0
    0
    24px;
  font-size: 20px;
  line-height: 1.65;
}

.experience-intro:last-child {
  margin-bottom: 0;
}

.experience-years {
  display: flex;
  align-items: flex-end;
  gap: 35px;
  padding: 60px
    0;
  border-top: 1px solid
    rgba(
      29,
      62,
      112,
      0.30
    );
  border-bottom: 1px solid
    rgba(
      29,
      62,
      112,
      0.30
    );
}

.experience-years-number {
  color: var(--blue);
  font-size: clamp(
      120px,
      18vw,
      250px
    );
  font-weight: 800;
  line-height: 0.72;
  letter-spacing: -0.08em;
}

.experience-years-text {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  color: var(--blue);
  font-weight: 800;
  line-height: 1.05;
}

.experience-years-text span:first-child {
  color: var(--yellow-dark);
  font-size: clamp(
      24px,
      3vw,
      42px
    );
}

.experience-years-text span:last-child {
  font-size: clamp(
      24px,
      3vw,
      42px
    );
}

.selected-experience {
  padding-top: 100px;
}

.selected-experience-label {
  margin: 0
    0
    35px;
  color: var(--yellow-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.experience-projects-grid {
  display: grid;
  grid-template-columns: repeat(
      2,
      minmax(
        0,
        1fr
      )
    );
  border-top: 1px solid
    rgba(
      29,
      62,
      112,
      0.30
    );
}

.experience-project {
  min-height: 180px;
  padding: 38px
    45px
    42px
    0;
  border-bottom: 1px solid
    rgba(
      29,
      62,
      112,
      0.30
    );
}

.experience-project:nth-child(odd) {
  border-right: 1px solid
    rgba(
      29,
      62,
      112,
      0.30
    );
}

.experience-project:nth-child(even) {
  padding-left: 45px;
}

.experience-project h3 {
  margin: 0
    0
    12px;
  color: var(--blue);
  font-size: clamp(
      28px,
      3vw,
      42px
    );
  line-height: 1;
  letter-spacing: -0.035em;
}

.experience-project p {
  margin: 0;
  color: var(--dark);
  font-size: 20px;
  line-height: 1.5;
}

.experience-collaborations {
  padding-top: 80px;
}

.experience-collaborations-label {
  margin: 0
    0
    24px;
  color: var(--yellow-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.experience-collaboration-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.experience-collaboration-list span {
  padding: 11px
    16px;
  border: 1px solid
    rgba(
      29,
      62,
      112,
      0.40
    );
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-section {
  position: relative;
  z-index: 5;
  padding: 130px
    0
    40px;
  background: var(--blue);
  color: var(--white);
}

.contact-main {
  max-width: 1150px;
}

.contact-label {
  margin: 0
    0
    30px;
  color: var(--yellow);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-main h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(
      70px,
      8vw,
      125px
    );
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.contact-main h2 span {
  display: block;
  color: var(--yellow);
}

.contact-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-top: 100px;
  padding: 45px
    0;
  border-top: 1px solid
    rgba(
      255,
      255,
      255,
      0.30
    );
  border-bottom: 1px solid
    rgba(
      255,
      255,
      255,
      0.30
    );
}

.contact-location p {
  margin: 0;
  color: rgba(
      255,
      255,
      255,
      0.80
    );
  font-size: 16px;
  line-height: 1.5;
}

.contact-email a {
  color: var(--white);
  font-size: clamp(
      25px,
      4vw,
      52px
    );
  font-weight: 700;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.contact-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
}

.contact-footer p {
  margin: 0;
  color: rgba(
      255,
      255,
      255,
      0.60
    );
  font-size: 11px;
  letter-spacing: 0.04em;
}

.contact-section {
  position: relative;
  z-index: 5;
  padding: 120px
    0
    35px;
  background: var(--blue);
  color: var(--white);
}

.contact-main {
  max-width: 1150px;
}

.contact-main > .contact-label {
  margin: 0 0 30px;
  color: var(--yellow);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-main h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(
      70px,
      8vw,
      125px
    );
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.contact-main h2 span {
  display: block;
  color: var(--yellow);
}

.contact-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-top: 100px;
  padding: 45px
    0;
  border-top: 1px solid
    rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid
    rgba(255, 255, 255, 0.3);
}

.contact-location {
  display: flex;
  gap: 8px;
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
}

.contact-location .highlight {
  color: var(--yellow);
  font-weight: 700;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--white);
  text-decoration: none;
}

.contact-email {
  color: var(--yellow);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-arrow {
  color: var(--yellow);
  font-size: 32px;
  align-items: center;
}

.contact-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
}

.contact-footer p {
  margin: 0;
  color: rgba(
      255,
      255,
      255,
      0.55
    );
  font-size: 18px;
}

.hero-content-card {
  width: 100%;
  max-width: 1050px;
  padding: 70px
    70px
    60px;
  background: rgba(
      246,
      244,
      239,
      0.90
    );
  border: 1px solid
    rgba(
      29,
      62,
      112,
      0.18
    );
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0
    20px
    60px
    rgba(
      29,
      62,
      112,
      0.12
    );
}
