@font-face {
  font-family: "urw-geometricbold";
  src: url("../font/urwgeometricbold-webfont.woff2") format("woff2"),
    url("../font/urwgeometricbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "urw-geometricregular";
  src: url("../font/urwgeometricregular-webfont.woff2") format("woff2"),
    url("../font/urwgeometricregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "urw-geometricsemibold";
  src: url("../font/urwgeometricsemibold-webfont.woff2") format("woff2"),
    url("../font/urwgeometricsemibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --nephila-navy: #102b39;
  --nephila-navy-dark: #071a24;
  --nephila-dark-steel: #152a37;
  --nephila-pink: #ff5c72;
  --product-aqua: #00c1d5;
  --product-jade: #26d07c;
  --product-blue: #008ad8;
  --nephila-white: #fff;
  --nephila-muted: #c4ced3;
  --nephila-font: "urw-geometricregular", Helvetica, Arial, sans-serif;
  --nephila-max: 1320px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--nephila-navy-dark);
  color: var(--nephila-white);
  font-family: var(--nephila-font);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
h1 {
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: clamp(41.6px, 5vw, 67.2px);
  line-height: 1.08;
  margin: 0 0 2rem;
  padding-left: 1rem;
  border-left: 5px solid var(--nephila-pink);
}
.page-title {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.page-title-line {
  flex: 0 0 5px;
  width: 6px;
  height: clamp(48px, 5vw, 45px);
  background: var(--nephila-pink);
  margin-top: 0.2rem;
  margin-bottom: 3.5rem;
}

.page-title h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: clamp(41.6px, 5vw, 67.2px);
  line-height: 1.08;
}
.container-xxl {
  max-width: var(--nephila-max);
}
.container-megamenu {
  max-width: 1274px;
  margin: auto;
}
a {
  color: inherit;
}
.nopad {
  padding: 0px;
}
.normal {
  font-weight: 500;
}
.site-header {
  position: relative;
  z-index: 1000;
}
.nephila-nav {
  min-height: 140px;
  background: var(--nephila-navy);
  border-top: 9px solid var(--nephila-pink);
  padding: 0;
}
.nephila-nav .container-xxl {
  max-width: var(--nephila-max);
  width: 100%;
}
.nephila-nav .row {
  min-height: 131px;
  width: 100%;
  margin: 0;
}
.nephila-nav-brand {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #fff !important;
  text-decoration: none;
}
.nephila-nav-logo {
  display: block;
  width: auto;
  height: 3.6rem;
  max-width: 100%;
}
.nephila-nav .navbar-collapse {
  justify-content: center;
}
.nephila-nav .navbar-nav {
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  width: 100%;
}
.nephila-nav .nav-item {
  position: relative;
}
.nephila-nav .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 1rem 0;
  color: #fff;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 17.6px;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}
.nephila-nav .nav-link:hover,
.nephila-nav .nav-link:focus {
  color: var(--nephila-pink);
}
.nephila-nav .dropdown-toggle::after {
  display: none;
}
.nephila-nav-chevron {
  display: inline-block;
  color: var(--nephila-pink);
  font-size: 16px;
  line-height: 1;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.nephila-nav .dropdown-toggle.show .nephila-nav-chevron,
.nephila-nav .dropdown-toggle[aria-expanded="true"] .nephila-nav-chevron {
  transform: rotate(90deg);
}
.nephila-nav-actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  min-height: 131px;
}
.nephila-nav-login {
  position: absolute;
  top: 0;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 1.25rem;
  background: var(--nephila-pink);
  color: #fff;
  font-size: 13.6px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.nephila-nav-login:hover,
.nephila-nav-login:focus {
  color: #fff;
  background: var(--nephila-pink);
}
.nephila-nav-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
}
.nephila-nav-menu-toggle img {
  display: block;
  width: 22px;
  height: auto;
}
.nephila-nav-toggle {
  border: 0;
  color: #fff;
  font-size: 25.6px;
}
.nephila-nav-mega {
  left: 0;
  right: 0;
  top: 100%;
  background: var(--nephila-navy);
  padding: 2rem 0;
  box-shadow: none;
}
.nephila-nav-mega h2 {
  font-size: 24px;
}
.nephila-nav-mega .eyebrow {
  color: var(--nephila-pink);
  text-transform: uppercase;
  font-size: 12px;
}
.nephila-nav-mega a {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background: #173847;
  text-decoration: none;
}
.nephila-nav .navbar-collapse {
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.nephila-nav.is-menu-open .navbar-collapse {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.dropdown-menu {
  background: #102b39;
}
.dropdown-item {
  color: #fff;
  padding: 0.75rem 1rem;
}
.dropdown-item:hover,
.dropdown-item:focus {
  font-family: "urw-geometricsemibold";
  background: #102b39;
  font-weight: 600;
  color: #fff;
}
.nephila-offcanvas {
  background: var(--nephila-navy);
  color: #fff;
}
.nephila-offcanvas .accordion-item,
.nephila-offcanvas .accordion-button {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}
.nephila-offcanvas .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.nephila-offcanvas .accordion-body a,
.nephila-offcanvas-link {
  display: block;
  padding: 0.7rem 0;
  color: #fff;
  text-decoration: none;
}
.nephila-offcanvas-login {
  display: inline-block;
  margin-top: 2rem;
  background: var(--nephila-pink);
  padding: 0.8rem 1rem;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
/* Megamenu Start */
.nephila-nav {
  position: relative;
}
.nephila-nav-menu-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.nephila-nav-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
.nephila-nav-icon--open {
  opacity: 1;
}
.nephila-nav-icon--close {
  opacity: 0;
}
.nephila-nav-menu-toggle.is-open .nephila-nav-icon--open {
  opacity: 0;
}
.nephila-nav-menu-toggle.is-open .nephila-nav-icon--close {
  opacity: 1;
}
.nephila-mega-menu {
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 1050;
  width: 100%;
  padding: 0 3rem;
  padding-bottom: 4rem;
  background: var(--nephila-navy);
  color: var(--nephila-white);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-0.75rem);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.nephila-mega-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.nephila-mega-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.nephila-mega-menu-brand {
  display: inline-flex;
  align-items: center;
}
.nephila-mega-menu-brand img {
  display: block;
  width: auto;
  height: 3.6rem;
}
.nephila-mega-menu-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--nephila-white);
  font-size: 32px;
}
.nephila-mega-menu-close:hover,
.nephila-mega-menu-close:focus-visible {
  color: var(--nephila-pink);
}
.nephila-mega-menu-grid {
  padding-top: 0;
}
.nephila-mega-menu-section {
  height: 100%;
}
.nephila-mega-menu-title {
  margin: 0 0 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--nephila-pink);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 19.2px;
  font-weight: normal;
}
.nephila-mega-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nephila-mega-menu-list li + li {
  margin-top: 1.35rem;
}
.nephila-mega-menu-list a,
.nephila-mega-menu-office a {
  color: var(--nephila-white);
  text-decoration: none;
}
.nephila-mega-menu-list a:hover,
.nephila-mega-menu-list a:focus-visible,
.nephila-mega-menu-office a:hover,
.nephila-mega-menu-office a:focus-visible {
  color: var(--nephila-pink);
}
.nephila-mega-menu-office + .nephila-mega-menu-office {
  margin-top: 2.5rem;
}
.nephila-mega-menu-office h3 {
  margin: 0 0 0.5rem;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 17.6px;
  font-weight: normal;
}
.nephila-mega-menu-office p {
  margin: 0 0 0.4rem;
}
.nephila-mega-menu-office strong,
.nephila-mega-menu-office .bi {
  color: var(--nephila-pink);
}
body.nephila-menu-open {
  overflow: hidden;
}
/* Megamenu End */
.nephila-hero-video {
  width: 100%;
  height: calc(100vh - 140px);
  overflow: hidden;
}
.nephila-hero-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  /* Adjust as required */
  transform: translateX(-50%);
  z-index: 10;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.scroll-down:hover {
  transform: translateX(-50%) translateY(6px);
  opacity: 0.8;
}
.scroll-down img {
  width: 48px;
  /* Adjust size */
  height: auto;
  display: block;
}
.hero {
  position: relative;
  min-height: 990px;
  background: #111;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  background: url("../images/hero-ocean.webp") center top/cover no-repeat;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 420px;
  padding-bottom: 100px;
}
.page-header {
  padding: 7.5rem 0 5rem;
}

.page-header-lead {
  font-family: "urw-geometricsemibold";
  max-width: 984px;
  margin: 0;
  font-size: 25px;
  line-height: 1.6;
}
.hero h1 {
  font-family: "urw-geometricsemibold";
  font-size: clamp(41.6px, 5vw, 67.2px);
  line-height: 1.08;
  margin: 0 0 2rem;
  padding-left: 1rem;
  border-left: 5px solid var(--nephila-pink);
}
.hero p {
  max-width: 760px;
  color: #e7eaec;
  font-size: 22.4px;
}
.hero-stats {
  margin-top: 64px;
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.hero-stats sup {
  position: relative;
  top: -0.55em;
  margin-left: 0.05em;
  color: var(--nephila-pink);
  font-size: 60px;
  line-height: 0;
  vertical-align: sub;
}

.hero-stats small {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  vertical-align: baseline;
  margin-left: -18px;
}
.hero-stats span {
  padding-top: 35px;
  display: block;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
}
.hero-stats > div:last-child span {
  margin-top: -12px;
  display: block;
}
.hero-stats p {
  font-weight: 500;
  font-size: 20px;
}
.feature-panel {
  min-height: 479px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.feature-panel::before {
  content: "";
  position: absolute;
  inset: 0;
}
.feature-panel--one {
  background-image: url("../images/pioneering.webp");
}
.feature-panel--two {
  background-image: url("../images/integrated.webp");
}
.feature-panel--three {
  background-image: url("../images/positioned.webp");
}
.feature-panel-content {
  margin-top: auto;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
.feature-panel h2,
.strategies h2,
section.leadership h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
}
.feature-panel h2::after,
.strategies h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  background: var(--nephila-pink);
  margin-top: 1rem;
  margin-left: -20px;
}
.feature-panel p {
  max-width: 534px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 130% */
}
.strategies {
  background: var(--nephila-navy);
  padding: 8rem 0;
}
.strategy-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 475px;
  padding: 1.5rem;
  text-decoration: none;
  overflow: hidden;
}
.strategy-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.4s ease;
  z-index: 0;
}
.strategy-card:hover::before {
  transform: scale(1.03);
}
.strategy-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 13px;
  z-index: 2;
}
.strategy-card span,
.strategy-card i {
  position: relative;
  z-index: 3;
}
.strategy-card span {
  font-size: 54.88px;
  font-weight: 600;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  height: 400px;
  line-height: 3.8rem;
  bottom: 20px;
}
.strategy-card--cat::before {
  background-image: url("../images/strategy-catastrophe.webp");
}
.strategy-card--energy::before {
  background-image: url("../images/strategy-energy.webp");
}
.strategy-card--lloyds::before {
  background-image: url("../images/strategy-lloyds.webp");
}
.strategy-card--cat::after {
  background: #15d5df;
}
.strategy-card--energy::after {
  background: #44dd7c;
}
.strategy-card--lloyds::after {
  background: #00a8ef;
}
.strategy-card i {
  transition: transform 0.2s ease;
}
.strategy-card:hover i {
  transform: translate(3px, -3px);
}
section.leadership {
  min-height: 520px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15)),
    url("../images/leadership.webp") center/cover no-repeat;
}
.leadership-content {
  padding: 7rem 0;
}
section.leadership p {
  max-width: 1008px;
  font-size: 25px;
  padding-bottom: 20px;
}
section.leadership a {
  color: var(--nephila-pink);
  font-size: 25px;
  text-decoration: none;
}

/* Our History */
.history {
  background: var(--nephila-dark-steel);
}

.history-page {
  overflow: hidden;
}

.history-timeline-section {
  padding: 1rem 0 8rem;
}

.history-timeline {
  --marker-width: 190px;
  position: relative;
  max-width: 984px;
  margin-top: 80px;
}

.history-timeline::before {
  content: "";
  position: absolute;
  top: 70px;
  bottom: 105px;
  left: 57px;
  width: 3px;
  background: var(--nephila-pink);
}

.history-item {
  position: relative;
  display: grid;
  grid-template-columns: var(--marker-width) minmax(0, 1fr);
  column-gap: 5.5rem;
  align-items: start;
  min-height: 300px;
}

.history-item-no-marker {
  min-height: 260px;
}

.history-item-last {
  min-height: auto;
}

.history-marker {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-left: 15px;
  color: #fff;
  background: var(--nephila-pink);
  font-size: 30.4px;
  font-weight: 600;
  padding-top: 10px;
}

.history-marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 118px;
  height: 3px;
  background: var(--nephila-pink);
  transform: translateY(-50%);
}

.history-marker-flag {
  margin-left: 15px;
}

.history-marker-flag::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: var(--nephila-pink);
  transform: translateX(-50%) rotate(45deg);
}

.history-marker-diamond {
  width: 88px;
  height: 88px;
  margin-left: 14px;
  transform: rotate(45deg);
}

.history-marker-diamond span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg) translateY(1px);
}

.history-marker-diamond::after {
  left: calc(100% - 2px);
  width: 110px;
  transform: translateY(-44px) rotate(-45deg);
  transform-origin: left center;
}

.history-marker-spacer {
  min-height: 1px;
}

.history-content {
  max-width: 735px;
  padding-top: 1.5rem;
}

.history-content h2 {
  margin: 0 0 1.35rem;
  color: var(--history-accent);
  font-size: clamp(28px, 2vw, 37.6px);
  font-weight: 500;
  line-height: 1.2;
  /* letter-spacing: -.025em; */
  color: #ff5869;
  font-weight: 600;
}

.history-content p {
  margin: 0;
  color: #ffffff;
  font-size: 20.8px;
  margin-bottom: 100px;
}

.history-image {
  min-height: 1020px;
  background: linear-gradient(
      to bottom,
      var(--nephila-dark-steel) 0%,
      rgba(24, 43, 57, 0.45) 12%,
      transparent 30%
    ),
    url("../images/sea-image-base-of-history.webp") center bottom / cover
      no-repeat;
}

/* Leadership */

.leadership-page {
  background: var(--nephila-dark-steel);
}

.leadership-grid-section {
  padding: 2rem 0 9rem;
}

.leadership-grid {
  --bs-gutter-x: 7.5rem;
  --bs-gutter-y: 7rem;
}

.leadership-card {
  height: 100%;
}

.leadership-image {
  position: relative;
  width: 100%;
  max-width: 345px;
  aspect-ratio: 345 / 438;
  overflow: hidden;
  margin-bottom: 1.8rem;
}

.leadership-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 10px;
  height: 100%;
  background: var(--nephila-pink);
}

.leadership-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership-card-content {
  max-width: 345px;
}

.leadership-card h2 {
  margin: 0 0 0.15rem;
  color: var(--nephila-pink);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
}

.leadership-role {
  min-height: 3rem;
  margin: 0;
  color: var(--nephila-white);
  font-size: 22px;
  line-height: 1.25;
}

.leadership-role-left {
  min-height: 3rem;
  margin: 0;
  color: var(--nephila-white);
  font-size: 22px;
  line-height: 1.25;
}

.leadership-location {
  color: var(--nephila-white);
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.leadership-location-left {
  color: var(--nephila-white);
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 30px;
}

/* Leadership Bio */

.leadership-bio-header {
  padding-bottom: 4rem;
}

.leadership-bio-section {
  padding: 0 0 8rem;
}

.leadership-bio-row {
  align-items: flex-start;
}

.leadership-bio-card .leadership-image {
  max-width: 345px;
}

.leadership-bio-content {
  max-width: 690px;
  padding-top: 3rem;
}

.leadership-bio-content h2 {
  margin: 0 0 0.25rem;
  color: var(--nephila-pink);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.15;
}

.leadership-bio-role {
  margin: 0;
  color: var(--nephila-white);
  font-size: 40px;
  line-height: 1.2;
}

.leadership-bio-content .leadership-location {
  margin-top: 1.8rem;
}

.leadership-bio-copy {
  margin-top: 4rem;
}

.leadership-bio-copy p {
  margin: 0 0 1.25rem;
  color: var(--nephila-white);
  font-size: 20px;
  line-height: 1.45;
}

.leadership-bio-copy p:last-child {
  margin-bottom: 0;
}

/* Related Leadership */

.leadership-related-section {
  padding: 0 0 12rem;
}

.leadership-related-grid {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 5rem;
}

.leadership-related-card {
  height: 100%;
}

.leadership-related-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.25;
  overflow: hidden;
  margin-bottom: 1.7rem;
}

.leadership-related-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 8px;
  height: 100%;
  background: var(--nephila-pink);
}

.leadership-related-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.leadership-related-image:hover img {
  transform: scale(1.025);
}

.leadership-related-content h2 {
  margin: 0 0 0.25rem;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
}

.leadership-related-content h2 a {
  color: var(--nephila-pink);
  text-decoration: none;
  font-size: 25px;
}

.leadership-related-role {
  min-height: 3.4rem;
  margin: 0;
  color: var(--nephila-white);
  font-size: 22px;
  line-height: 1.3;
}

.leadership-related-location {
  margin-top: 2rem;
  color: var(--nephila-white);
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.leadership-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.8rem;
  color: var(--nephila-pink);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.leadership-learn-more span {
  font-size: 16px;
  transition: transform 0.2s ease;
}

.leadership-learn-more:hover {
  color: var(--nephila-pink);
}

.leadership-learn-more:hover span {
  transform: translateX(4px);
}

/* ==========================================================
   PRODUCT TEMPLATE
========================================================== */

.product-page {
  background: var(--nephila-dark-steel);
}

.product-catastrophe {
  --product-aqua: #00c1d5;
}

.product-label-catastrophe {
  margin: 0 0 2rem;
  color: var(--product-aqua);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: clamp(32px, 3vw, 40px);
  line-height: 1.2;
}

.product-label-energy {
  margin: 0 0 2rem;
  color: var(--product-jade);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: clamp(32px, 3vw, 40px);
  line-height: 1.2;
}

.product-label-specialty {
  margin: 0 0 2rem;
  color: var(--product-blue);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: clamp(32px, 3vw, 40px);
  line-height: 1.2;
}

.product-header .page-title {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  margin: 0;
  max-width: 750px;
}

.product-header .page-title-line-catastrophe {
  display: block;
  flex: 0 0 6px;
  width: 6px;
  height: auto;
  align-self: stretch;
  background: var(--product-aqua);
  margin-top: 0.35rem;
  margin-bottom: 1.5rem;
}

.product-header .page-title-line-energy {
  display: block;
  flex: 0 0 6px;
  width: 6px;
  height: auto;
  align-self: stretch;
  background: var(--product-jade);
  margin-top: 0.35rem;
  margin-bottom: 1.5rem;
}

.product-header .page-title-line-specialty {
  display: block;
  flex: 0 0 6px;
  width: 6px;
  height: auto;
  align-self: stretch;
  background: var(--product-blue);
  margin-top: 0.35rem;
  margin-bottom: 1.5rem;
}

.product-header .page-title h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: clamp(41.6px, 5vw, 67.2px);
  line-height: 1.08;
}

.product-lead {
  max-width: 820px;
  margin: 4rem 0 2rem;
  font-family: "urw-geometricsemibold";
  font-size: 32px;
  line-height: 1.45;
}

.product-copy {
  max-width: 920px;
}

.product-copy p {
  margin-bottom: 2rem;
  font-size: 20.8px;
  line-height: 1.7;
}

/* ==========================================================
   PANELS
========================================================== */

.product-columns {
  padding: 0 0 8rem;
}

.product-panel h2 {
  margin-bottom: 1rem;
  font-family: "urw-geometricsemibold";
  font-size: 38.4px;
}

.product-panel-line-catastrophe {
  width: 56px;
  height: 4px;
  margin-bottom: 3rem;
  background: var(--product-aqua);
}

.product-panel-line-energy {
  width: 56px;
  height: 4px;
  margin-bottom: 3rem;
  background: var(--product-jade);
}

.product-panel-line-specialty {
  width: 56px;
  height: 4px;
  margin-bottom: 3rem;
  background: var(--product-blue);
}

.product-panel p {
  font-size: 20px;
}

/* ==========================================================
   CTA
========================================================== */

.product-cta {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
}

.product-cta .container-xxl {
  position: relative;
  z-index: 2;
  width: 100%;
}

.product-cta-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-cta-overlay {
  position: absolute;
  inset: 0;
}

.product-cta-content {
  max-width: 470px;
  padding: 0 0 5rem;
}

.product-cta-content h2 {
  margin-bottom: 1rem;
  font-family: "urw-geometricsemibold";
  font-size: 35px;
  line-height: 1.15;
}

.product-cta-content p {
  margin: 2rem 0 3rem;
  font-size: 20px;
}

.product-button-catastrophe {
  color: var(--product-aqua);
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.product-button-catastrophe:hover {
  color: var(--product-aqua);
}
.product-bar-catastrophe {
  height: 15px;
  width: 100%;
  background-color: var(--product-aqua);
  margin-bottom: 185px;
}

.product-button-energy {
  color: var(--product-white);
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.product-button-energy:hover {
  color: var(--product-jade);
}
.product-bar-energy {
  height: 15px;
  width: 100%;
  background-color: var(--product-jade);
  margin-bottom: 185px;
}

.product-button-specialty {
  color: var(--product-white);
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.product-button-specialty:hover {
  color: var(--product-white);
}
.product-bar-specialty {
  height: 15px;
  width: 100%;
  background-color: var(--product-blue);
  margin-bottom: 185px;
}

/* ==========================================================
   CAREERS
========================================================== */

.careers-page {
  background: var(--nephila-dark-steel);
}

.careers-hero {
  min-height: 560px;
  padding: 8rem 0 6rem;
  background: url("../images/careers-header.webp") center / cover no-repeat;
}

.careers-label {
  margin-bottom: 2rem;
  color: var(--nephila-pink);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 32px;
}

.careers-title {
  align-items: stretch;
  max-width: 540px;
}

.careers-title .page-title-line {
  height: auto;
  align-self: stretch;
  margin-top: 0.3rem;
  margin-bottom: 1.25rem;
}

.careers-title h1 {
  font-size: clamp(44.8px, 5vw, 67.2px);
}

.careers-hero-lead {
  max-width: 650px;
  margin: 3.5rem 0 2rem;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.45;
}

.careers-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--nephila-pink);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.careers-link:hover {
  color: var(--nephila-pink);
}

.careers-link span {
  transition: transform 0.2s ease;
}

.careers-link:hover span {
  transform: translateX(4px);
}

.careers-link-white {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--nephila-white);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.careers-link-white:hover {
  color: var(--nephila-pink);
}

.careers-link-white span {
  transition: transform 0.2s ease;
}

.careers-link-white:hover span {
  transform: translateX(4px);
}

/* Intro */

.careers-intro {
  padding: 7rem 0 6rem;
}

.careers-content-block {
  max-width: 560px;
}

.careers-content-block h2,
.careers-section-heading h2,
.careers-cta-content h2 {
  margin: 0;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.2;
}

.careers-heading-line {
  width: 56px;
  height: 4px;
  margin: 1.5rem 0 2.5rem;
  background: var(--nephila-pink);
}

.careers-content-block p {
  margin: 0;
  font-size: 20px;
}

.careers-values {
  padding-left: 2rem;
  margin-top: 34px;
}

.careers-values ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.careers-values li {
  margin-bottom: 1.5rem;
  font-size: 20px;
}

/* Openings */

.careers-openings {
  padding: 2rem 0 7rem;
}

.careers-section-heading {
  margin-bottom: 4rem;
}

.careers-section-heading > p {
  margin: 0;
  font-size: 20px;
}

.careers-jobs {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.careers-job-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.55fr;
  font-size: 20px;
  align-items: center;
  gap: 2rem;
  min-height: 115px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.careers-job-role > a,
.careers-job-action a {
  color: var(--nephila-pink);
  text-decoration: none;
}

.careers-job-role > a {
  display: block;
  margin-bottom: 0.2rem;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
}

.careers-job-meta {
  font-size: 20px;
}

.careers-job-meta span,
.careers-job-location span span {
  margin: 0 0.4rem;
}

.careers-job-location {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 20px;
}

.careers-job-location img {
  width: 18px;
  height: auto;
}

.careers-job-action {
  text-align: right;
}

.careers-job-action a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

/* Offices */

.careers-offices {
  padding: 1rem 0 9rem;
}

.careers-offices-heading {
  margin-bottom: 4rem;
}

.careers-map {
  position: relative;
  width: 100%;
  max-width: 1089px;
  margin-bottom: 5rem;
}

.careers-map-image {
  display: block;
  width: 100%;
  height: auto;
}

.careers-map-pin {
  position: absolute;
  width: 44px;
  height: auto;
  transform: translate(-50%, -100%);
}

.careers-map-pin-bermuda {
  left: 29%;
  top: 48%;
}

.careers-map-pin-nashville {
  left: 21%;
  top: 45%;
}

.careers-map-pin-london {
  left: 45%;
  top: 36%;
}

.careers-office-grid {
  --bs-gutter-x: 3rem;
  max-width: 1014px;
  font-size: 20px;
}

.careers-office {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.careers-office h3 {
  margin: 0 0 1.5rem;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
}

.careers-office p {
  margin: 0 0 1.6rem;
  line-height: 1.55;
}

/* Phone row pinned to the card bottom so it aligns across offices
   regardless of how many lines each address wraps to */
.careers-office p:last-child {
  margin-top: auto;
  margin-bottom: 0;
}

.careers-office p span {
  color: var(--nephila-pink);
}

/* CTA */

.careers-cta {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.careers-cta-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers-cta .container-xxl {
  position: relative;
  z-index: 2;
  width: 100%;
}

.careers-cta-content {
  max-width: 520px;
  padding: 0 0 5rem;
}

.careers-cta-content p:first-of-type {
  margin: 2rem 0 0rem;
  font-size: 20px;
}

.careers-cta-content p {
  margin: 1rem 0 3rem;
  font-size: 20px;
}

/* ==========================================================
   CONTACT
========================================================== */

.contact-page {
  background: var(--nephila-dark-steel);
}

/* Header */

.contact-header {
  padding-bottom: 4rem;
}

.contact-label {
  margin: 0 0 2rem;
  color: var(--nephila-pink);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 32px;
}

.contact-title {
  align-items: stretch;
  max-width: 620px;
}

.contact-title .page-title-line {
  height: auto;
  align-self: stretch;
  margin-top: 0.3rem;
  margin-bottom: 1.25rem;
}

.contact-title h1 {
  font-size: clamp(44.8px, 5vw, 67.2px);
}

.contact-lead {
  max-width: 700px;
  margin-top: 4rem;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.45;
}

/* Offices */

.contact-offices {
  padding: 1rem 0 9rem;
  margin-top: 50px;
}

.contact-office-grid {
  --bs-gutter-x: 5rem;
}

.contact-office {
  height: 100%;
}

.contact-office-image {
  display: flex;
  align-items: flex-end;
  height: 350px;
  margin-bottom: 3rem;
}

.contact-office-image img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
}

.contact-office h2 {
  margin: 0;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.2;
}

.contact-time {
  margin-top: 0.25rem;
  color: var(--nephila-pink);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.2;
}

.contact-details {
  margin-top: 3rem;
}

.contact-details p {
  margin: 0 0 0.4rem;
  font-size: 20px;
}

.contact-details span {
  color: var(--nephila-pink);
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
}

.contact-details a {
  color: var(--nephila-white);
  text-decoration: none;
}

.contact-details a[href^="mailto"] {
  text-decoration: underline;
}

.contact-office address {
  min-height: 95px;
  margin: 3rem 0 1.5rem;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
}

.contact-directions {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--nephila-pink);
  font-size: 16px;
  text-decoration: none;
}

.contact-directions:hover {
  color: var(--nephila-pink);
}

.contact-directions img {
  width: 18px;
  height: auto;
}

/* CTA */

.contact-cta {
  min-height: 500px;
}

.contact-cta .careers-cta-content {
  max-width: 520px;
  padding: 0 0 5rem;
}

.contact-cta .careers-cta-content h2 {
  margin: 0;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1.2;
}

.contact-cta .careers-cta-content p:first-of-type {
  margin: 2rem 0 2rem;
  font-size: 20px;
}

.contact-cta .careers-cta-content p {
  margin: 1rem 0 3rem;
  font-size: 20px;
}

/* Footer */

.footer {
  background: var(--nephila-navy-dark);
  color: var(--nephila-white);
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer-main {
  position: relative;
  padding: 0rem 0 3.5rem;
  border-top: 7px solid var(--nephila-pink);
}
.footer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.footer-logo img {
  width: 190px;
  display: block;
}
.footer-login-wrapper {
  display: flex;
  justify-content: flex-end;
}
.footer-login {
  display: inline-flex;
  align-items: center;
  min-height: 45px;
  padding: 0 1.6rem;
  background: var(--nephila-pink);
  color: #fff;
  font-size: 13.6px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-group {
  border-left: 4px solid var(--nephila-pink);
  padding-left: 1.25rem;
}
.footer-group h3 {
  font-size: 20px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin: 0;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.25s;
}
.footer-links a:hover {
  color: #fff;
}
.footer-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.footer-linkedin {
  display: inline-flex;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-linkedin img {
  width: 18px;
  height: 18px;
  display: block;
}
.footer-linkedin:hover {
  background: var(--nephila-primary);
  border-color: var(--nephila-primary);
}
.footer-sbai {
  width: 70px;
  height: auto;
}
.footer-bottom {
  background: var(--nephila-pink);
  padding: 1.35rem 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.footer-bottom p {
  margin: 0;
  font-size: 16px;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-legal li:not(:last-child)::after {
  content: "|";
  margin: 0 0.8rem;
}
.footer-legal a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 1394px) {
  .feature-panel h2::after,
  .strategies h2::after,
  section.leadership h2::after {
    margin-left: 0px;
  }
}

@media (max-width: 1199.98px) {
  .history-timeline {
    --marker-width: 150px;
  }

  .history-item {
    column-gap: 3.75rem;
  }

  .history-marker::after {
    width: 82px;
  }

  .history-marker-diamond::after {
    width: 76px;
  }

  .leadership-grid {
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 5rem;
  }

  .leadership-related-grid {
    --bs-gutter-x: 2.5rem;
  }

  .leadership-bio-content {
    padding-left: 2rem;
  }
  .contact-office-grid {
    --bs-gutter-x: 3rem;
  }

  .contact-office-image {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* iPad portrait & landscape */
  .container-xxl {
    max-width: var(--nephila-max);
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .container-xxl {
    max-width: var(--nephila-max);
    padding-left: 40px;
    padding-right: 40px;
  }
  .nephila-nav {
    min-height: 90px;
    border-top-width: 6px;
  }
  .nephila-nav .container-xxl {
    min-height: 84px;
  }
  .nephila-nav-brand {
    flex: 1 1 auto;
  }
  .nephila-nav-toggle {
    margin-left: auto;
  }
  .nephila-mega-menu-section {
    height: 100%;
    margin-top: 2rem;
  }
  .nephila-mega-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .hero {
    min-height: 850px;
  }
  .hero-content {
    padding-top: 300px;
  }
  .feature-panel {
    min-height: 420px;
  }
  .strategy-card {
    min-height: 360px;
  }
  .leadership-grid-section {
    padding-bottom: 7rem;
  }

  .leadership-grid {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 5rem;
  }

  .leadership-image {
    max-width: none;
  }

  .leadership-card-content {
    max-width: none;
  }
  .leadership-bio-section {
    padding-bottom: 6rem;
  }

  .leadership-bio-content {
    max-width: none;
    padding-top: 4rem;
    padding-left: 0;
  }

  .leadership-bio-copy {
    margin-top: 3rem;
  }

  .leadership-related-section {
    padding-bottom: 8rem;
  }
  .careers-hero {
    padding: 6rem 0 5rem;
  }

  .careers-values {
    padding-left: 0;
    margin-top: 2rem;
  }

  .careers-job-row {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.75rem 0;
  }

  .careers-job-action {
    text-align: left;
  }

  .careers-office-grid {
    --bs-gutter-y: 3rem;
  }

  .careers-map {
    margin-bottom: 4rem;
  }
  .contact-offices {
    padding-bottom: 7rem;
  }

  .contact-office-grid {
    --bs-gutter-y: 5rem;
  }

  .contact-office-image {
    height: auto;
    margin-bottom: 2rem;
  }

  .contact-office-image img {
    max-width: 420px;
  }

  .contact-office address {
    min-height: 0;
  }
  .footer-header {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .nephila-nav-logo {
    height: 2rem;
  }
  .container-megamenu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .history-intro {
    padding: 5rem 0 3.5rem;
  }

  .history-timeline-section {
    padding-bottom: 5rem;
  }

  .history-timeline {
    --marker-width: 84px;
  }

  .history-timeline::before {
    top: 48px;
    bottom: 70px;
    left: 35px;
    width: 2px;
  }

  .history-item {
    grid-template-columns: 84px minmax(0, 1fr);
    column-gap: 1.25rem;
    min-height: 260px;
  }

  .history-item-no-marker {
    min-height: 225px;
  }

  .history-marker {
    width: 62px;
    height: 62px;
    margin-left: 4px;
    font-size: 14.4px;
  }

  .history-marker::after {
    display: none;
  }

  .history-marker-diamond {
    width: 52px;
    height: 52px;
    margin-left: 10px;
  }

  .history-marker-flag::before {
    bottom: -10px;
    border-top-width: 10px;
    border-right-width: 10px;
  }

  .history-content {
    padding-top: 0.3rem;
  }

  .history-content h2 {
    margin-bottom: 1rem;
  }

  .history-content p {
    font-size: 15.2px;
    line-height: 1.55;
  }

  .history-image {
    min-height: 620px;
  }

  .leadership-grid-section {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .leadership-grid {
    --bs-gutter-y: 4rem;
  }

  .leadership-image {
    margin-bottom: 1.4rem;
  }

  .leadership-role {
    min-height: 0;
  }

  .leadership-location {
    margin-top: 1.5rem;
  }
  .leadership-bio-header {
    padding-bottom: 3rem;
  }

  .leadership-bio-card .leadership-image {
    max-width: none;
  }

  .leadership-bio-content h2 {
    font-size: 25.6px;
  }

  .leadership-bio-role {
    font-size: 24px;
  }

  .leadership-bio-copy p {
    font-size: 16px;
  }

  .leadership-related-role {
    min-height: 0;
  }
  .careers-hero {
    min-height: 500px;
  }

  .careers-intro,
  .careers-openings,
  .careers-offices {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .careers-content-block h2,
  .careers-section-heading h2,
  .careers-cta-content h2 {
    font-size: 27.2px;
  }

  .careers-map-pin {
    width: 32px;
  }

  .careers-cta {
    min-height: 460px;
  }
  .contact-header {
    padding-bottom: 3rem;
  }

  .contact-lead {
    margin-top: 3rem;
    font-size: 20px;
  }

  .contact-offices {
    padding-top: 1rem;
    padding-bottom: 5rem;
  }

  .contact-office h2,
  .contact-time {
    font-size: 30px;
  }

  .contact-details {
    margin-top: 2rem;
  }

  .contact-office address {
    margin: 2rem 0;
  }
}
@media (max-width: 575.98px) {
  .hero {
    min-height: 950px;
  }
  .hero-content {
    padding-top: 260px;
  }
  .hero p {
    font-size: 16px;
  }
  .hero-stats {
    margin-top: 32px;
  }
  .feature-panel-content {
    padding: 64px 0;
  }
  .strategies {
    padding: 80px 0;
  }
  .strategy-card span {
    font-size: 28.8px;
  }

  .history-heading {
    align-items: flex-start;
  }

  .history-heading-line {
    height: 42px;
  }

  .history-timeline {
    --marker-width: 64px;
  }

  .history-timeline::before {
    left: 27px;
  }

  .history-item {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 0.9rem;
  }

  .history-marker {
    width: 52px;
    height: 52px;
    margin-left: 1px;
    font-size: 12.48px;
  }

  .history-marker-diamond {
    width: 44px;
    height: 44px;
    margin-left: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Global htmx loading indicator */
#spinner-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  align-items: center;
  justify-content: center;
  background: rgba(16, 43, 57, 0.35);
}

#spinner-container.htmx-request {
  display: flex;
}

/* Leadership grid cards link to bio pages */
.leadership-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* Legal pages (Disclaimer, Terms of Use, Privacy Policy, etc.) */
.legal-content {
  padding: 2rem 0 6rem;
}

.legal-content h2 {
  margin: 2.5rem 0 1rem;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
}

.legal-content h3 {
  margin: 2rem 0 0.75rem;
  font-family: "urw-geometricsemibold", Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
}

.legal-content p,
.legal-content li,
.legal-content address {
  color: var(--nephila-muted);
  line-height: 1.65;
}

.legal-content a {
  color: var(--nephila-white);
}

.legal-content hr {
  border-color: var(--nephila-muted);
  opacity: 0.25;
}

/* Below-the-fold CSS backgrounds load only when near the viewport (see nephila.js).
   Scoped to .js so browsers without JavaScript paint them immediately. */
.js .defer-bg:not(.bg-loaded) {
  background-image: none !important;
}

/* No-JS fallbacks: hover/focus nav dropdowns, hide the JS-only mega menu toggle,
   and show collapsed content expanded */
html:not(.js) .dropdown:hover > .dropdown-menu,
html:not(.js) .dropdown:focus-within > .dropdown-menu {
  display: block;
}

html:not(.js) .nephila-nav-menu-toggle {
  display: none;
}

html:not(.js) .collapse {
  display: block;
}

/* AA color contrast: dark text on the brand-pink surfaces
   (white on #ff5c72 is 2.98:1; navy-dark is 5.8:1) */
.nephila-nav-login,
.nephila-nav-login:hover,
.nephila-nav-login:focus,
.footer .footer-login,
.footer .footer-login:hover,
.footer .footer-login:focus {
  color: var(--nephila-navy-dark);
}

.footer-bottom,
.footer-bottom p,
.footer-bottom a {
  color: var(--nephila-navy-dark);
}
