.eb-advice {
  overflow: clip;
  background: #efeeea;
  color: #10202a;
}

.eb-advice .container--wide {
  width: min(calc(100vw - 4rem), 92.5rem);
}

.eb-advice .eyebrow {
  color: #cb7443;
}

.eb-advice-hero {
  position: relative;
  min-height: clamp(47rem, 82vh, 58rem);
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 33%, rgb(0 139 197 / 0.18), transparent 26rem),
    radial-gradient(circle at 22% 110%, rgb(203 116 67 / 0.18), transparent 34rem),
    linear-gradient(128deg, #02070a, #06151e 58%, #09283a);
  color: #fff;
}

.eb-advice-hero::after {
  position: absolute;
  z-index: -1;
  right: -19rem;
  bottom: -32rem;
  width: 68rem;
  height: 68rem;
  border: 1px solid rgb(203 116 67 / 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 7rem rgb(203 116 67 / 0.025);
  content: "";
}

.eb-advice-hero__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.48;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.04) 1px, transparent 1px);
  background-size: 6rem 6rem;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}

.eb-advice-hero__layout {
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, 1.25fr) minmax(20rem, 0.55fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: center;
  padding-block: 10rem 6rem;
}

.eb-advice-hero .breadcrumbs {
  width: auto;
  margin: 0 0 clamp(3rem, 7vw, 6rem);
  color: rgb(255 255 255 / 0.44);
}

.eb-advice-hero h1 {
  max-width: 11ch;
  margin-top: 0.6rem;
  color: #fff;
  font-size: clamp(3.4rem, 6.6vw, 7.2rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.eb-advice-hero h1 span {
  display: block;
  color: #e48b58;
}

.eb-advice-hero__copy > p:not(.eyebrow, .breadcrumbs) {
  max-width: 47rem;
  margin-top: 1.7rem;
  color: rgb(255 255 255 / 0.68);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
}

.eb-advice-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.8rem;
  align-items: center;
  margin-top: 2.2rem;
}

.eb-advice-hero__actions > a:not(.button) {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.eb-advice-hero__actions > a:hover {
  color: #e48b58;
}

.eb-advice-hero__panel {
  position: relative;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border: 1px solid rgb(255 255 255 / 0.15);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.08), transparent 52%),
    rgb(3 14 21 / 0.78);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.07),
    0 1.8rem 5rem rgb(0 12 20 / 0.28);
  backdrop-filter: blur(16px);
}

.eb-advice-hero__panel > p {
  color: #e48b58;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eb-advice-hero__panel ol {
  display: grid;
  gap: 0;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.eb-advice-hero__panel li {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  padding-block: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 0.12);
}

.eb-advice-hero__panel li > span {
  grid-row: 1 / 3;
  color: #e48b58;
  font-family: var(--eb-font-display);
  font-size: 0.82rem;
}

.eb-advice-hero__panel strong {
  color: #fff;
  font-size: 1.05rem;
}

.eb-advice-hero__panel small {
  margin-top: 0.25rem;
  color: rgb(255 255 255 / 0.48);
}

.eb-advice-signal {
  border-bottom: 1px solid #d6d3cd;
  background: #e5e2dc;
}

.eb-advice-signal .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eb-advice-signal span {
  display: grid;
  min-height: 8rem;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 2rem;
  border-inline-start: 1px solid #cbc7bf;
  color: #34434c;
  font-size: 0.86rem;
  font-weight: 750;
}

.eb-advice-signal span:last-child {
  border-inline-end: 1px solid #cbc7bf;
}

.eb-advice-signal strong {
  color: #cb7443;
  font-family: var(--eb-font-display);
  font-size: 1.8rem;
  font-weight: 520;
}

.eb-advice-body {
  padding-block: clamp(5rem, 9vw, 9rem);
  background:
    linear-gradient(90deg, rgb(16 32 42 / 0.035) 1px, transparent 1px),
    #efeeea;
  background-size: calc((100% - 4rem) / 12) 100%;
}

.eb-advice-body__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.36fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.eb-advice-article {
  width: 100%;
  max-width: 53rem;
}

.eb-advice-article > .eyebrow {
  margin-bottom: 1.2rem;
}

.eb-advice-summary {
  margin-bottom: clamp(4rem, 7vw, 6rem);
  padding: clamp(2rem, 4vw, 3.3rem);
  border: 1px solid #244653;
  background:
    radial-gradient(circle at 95% 5%, rgb(0 139 197 / 0.16), transparent 19rem),
    #092432;
  color: #fff;
  box-shadow: 0 2rem 4.5rem rgb(5 24 34 / 0.17);
}

.eb-advice-summary > .eyebrow {
  color: #e68b57;
}

.eb-advice-article .eb-advice-summary > h2 {
  max-width: none;
  margin: 0.7rem 0 0;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: clamp(2.35rem, 4vw, 4rem);
}

.eb-advice-article .eb-advice-summary > p:not(.eyebrow) {
  max-width: 46rem;
  margin-top: 1.3rem;
  color: rgb(255 255 255 / 0.72);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
}

.eb-advice-summary__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.3rem;
  background: rgb(255 255 255 / 0.13);
}

.eb-advice-summary__grid article {
  padding: 1.45rem;
  background: rgb(3 19 28 / 0.78);
}

.eb-advice-summary__grid span {
  color: #e68b57;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.eb-advice-article .eb-advice-summary__grid h3 {
  margin-top: 1.5rem;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.eb-advice-article .eb-advice-summary__grid p {
  margin-top: 0.75rem;
  color: rgb(255 255 255 / 0.58);
  font-size: 0.84rem;
  line-height: 1.65;
}

.eb-advice-article > .eyebrow + p {
  color: #263942;
  font-size: clamp(1.18rem, 1.6vw, 1.42rem);
  line-height: 1.65;
}

.eb-advice-article h2 {
  max-width: 16ch;
  margin-top: clamp(4.8rem, 8vw, 7.5rem);
  padding-top: 1.2rem;
  border-top: 1px solid #cbc7bf;
  font-size: clamp(2.35rem, 4.3vw, 4.6rem);
  font-weight: 520;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.eb-advice-article h3 {
  margin-top: 2.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #d6d3cd;
  color: #10202a;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.eb-advice-article p {
  max-width: 48rem;
  color: #53626a;
  line-height: 1.78;
}

.eb-advice-article ul {
  display: grid;
  margin: 2.1rem 0 2.7rem;
  padding: 0;
  border-top: 1px solid #ccc8c0;
  list-style: none;
}

.eb-advice-article li {
  position: relative;
  padding: 1.05rem 1rem 1.05rem 2.8rem;
  border-bottom: 1px solid #d6d2cb;
  background: linear-gradient(90deg, rgb(255 255 255 / 0.64), transparent);
  color: #263942;
}

.eb-advice-article li::before {
  position: absolute;
  left: 0.85rem;
  color: #cb7443;
  content: "✓";
  font-weight: 900;
}

.eb-advice-rail {
  position: sticky;
  top: 2rem;
}

.admin-bar .eb-advice-rail {
  top: calc(2rem + 32px);
}

.eb-advice-rail__card {
  padding: 2rem;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.08), transparent 50%),
    #061923;
  color: #fff;
  box-shadow: 0 1.8rem 4.5rem rgb(6 24 39 / 0.2);
}

.eb-advice-rail__card h2 {
  margin-top: 0.8rem;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 520;
  line-height: 1;
}

.eb-advice-rail__card > p:not(.eyebrow) {
  margin-block: 1.2rem 1.8rem;
  color: rgb(255 255 255 / 0.58);
  font-size: 0.92rem;
}

.eb-advice-rail__card .button {
  width: 100%;
  justify-content: center;
}

.eb-advice-rail__phone {
  display: grid;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgb(255 255 255 / 0.13);
  color: #fff;
  text-decoration: none;
}

.eb-advice-rail__phone span {
  color: rgb(255 255 255 / 0.45);
  font-size: 0.72rem;
}

.eb-advice-rail__phone strong {
  margin-top: 0.2rem;
  color: #e48b58;
}

.eb-advice-rail nav {
  display: grid;
  padding: 1.7rem 2rem;
  border: 1px solid #cbc7bf;
  border-top: 0;
}

.eb-advice-rail nav > span {
  margin-bottom: 0.7rem;
  color: #cb7443;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eb-advice-rail nav a {
  padding-block: 0.8rem;
  border-bottom: 1px solid #d7d3cc;
  color: #34434c;
  font-size: 0.82rem;
  text-decoration: none;
}

.eb-advice-next {
  padding-block: clamp(5rem, 9vw, 8rem);
  background:
    radial-gradient(circle at 75% 120%, rgb(0 139 197 / 0.2), transparent 28rem),
    linear-gradient(122deg, #02070a, #071b27);
  color: #fff;
}

.eb-advice-next__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(19rem, 0.55fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: end;
}

.eb-advice-next h2 {
  max-width: 13ch;
  margin-top: 0.8rem;
  color: #fff;
  font-size: clamp(2.8rem, 5.5vw, 6rem);
  font-weight: 520;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.eb-advice-next h2 span {
  display: block;
  color: #e48b58;
}

.eb-advice-next__layout > div:last-child > p {
  margin-bottom: 1.7rem;
  color: rgb(255 255 255 / 0.62);
}

@media (max-width: 62rem) {
  .eb-advice-hero__layout,
  .eb-advice-body__layout,
  .eb-advice-next__layout {
    grid-template-columns: 1fr;
  }

  .eb-advice-hero__panel {
    max-width: 35rem;
  }

  .eb-advice-rail {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .eb-advice-rail nav {
    border-top: 1px solid #cbc7bf;
    border-left: 0;
  }

  .eb-advice-summary__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 47rem) {
  .eb-advice .container--wide {
    width: min(calc(100vw - 2rem), 92.5rem);
  }

  .eb-advice-hero {
    min-height: auto;
  }

  .eb-advice-hero__layout {
    gap: 3rem;
    padding-block: 8rem 4rem;
  }

  .eb-advice-hero .breadcrumbs {
    margin-bottom: 3rem;
  }

  .eb-advice-signal .container,
  .eb-advice-rail {
    grid-template-columns: 1fr;
  }

  .eb-advice-signal span,
  .eb-advice-signal span:last-child {
    min-height: auto;
    padding: 1.25rem 0.4rem;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #cbc7bf;
  }

  .eb-advice-rail nav {
    border-top: 0;
    border-left: 1px solid #cbc7bf;
  }

  .eb-advice-article h2 {
    margin-top: 4.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eb-advice * {
    scroll-behavior: auto !important;
  }
}
