.continuity-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1rem;
  margin: -1.5rem 0 3rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgb(159 116 37 / 35%);
  background: rgb(255 250 242 / 88%);
  color: #503a2d;
  box-shadow: 0 .6rem 2rem rgb(77 8 38 / 7%);
  backdrop-filter: blur(16px);
}
.continuity-bar p { display: grid; gap: .18rem; margin: 0; }
.continuity-bar span {
  color: #9f7425;
  font: 600 .58rem/1.4 "Josefin Sans", Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.continuity-bar strong { color: #2b1911; font: 500 1rem/1.35 "Cormorant Garamond", Georgia, serif; }
.continuity-bar a,
.continuity-bar button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: .55rem .8rem;
  border: 1px solid rgb(77 8 38 / 20%);
  background: transparent;
  color: #4d0826;
  font: 600 .58rem/1.2 "Josefin Sans", Arial, sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.continuity-bar button[aria-pressed="true"] { border-color: #9f7425; background: #eadfc9; }
.continuity-bar--atlas {
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  max-width: calc(100% - 1.6rem);
  align-items: center;
  gap: .55rem;
  margin: .8rem;
  padding: .75rem .9rem;
  box-shadow: none;
}
.continuity-bar--atlas p { min-width: 0; flex: 1; }
.continuity-bar--atlas strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.continuity-bar--atlas a { min-width: 3.6rem; padding-inline: .45rem; }
.continuity-bar--learn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 60px 0 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
}
.continuity-bar--learn p { min-width: 0; flex: 1; }

.your-world { padding: clamp(4rem, 8vw, 7rem) 0; background: #efe3cf; }
.your-world[hidden] { display: none; }
.your-world__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(16rem, .55fr); gap: 2rem; align-items: end; }
.your-world__heading h2 { margin: .25rem 0 0; color: #4d0826; font: 500 clamp(3rem, 7vw, 6.2rem)/.92 "Cormorant Garamond", Georgia, serif; }
.your-world__heading p { margin: 0; color: #503a2d; font: 400 1.18rem/1.5 "Cormorant Garamond", Georgia, serif; }
.your-world__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.your-world__card { min-width: 0; padding: 1.4rem; border-top: 1px solid rgb(159 116 37 / 45%); background: rgb(255 250 242 / 52%); }
.your-world__card h3 { margin: 0 0 1rem; color: #4d0826; font: 500 1.65rem/1 "Cormorant Garamond", Georgia, serif; }
.your-world__card ul { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.your-world__card li { display: grid; gap: .1rem; }
.your-world__card a { color: #4d0826; font: 600 .68rem/1.35 "Josefin Sans", Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.your-world__card li span,
.your-world__empty { color: #624a3c; font: 400 .92rem/1.35 "Cormorant Garamond", Georgia, serif; }
.your-world__privacy { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: 1.5rem; color: #624a3c; font: 400 .95rem/1.4 "Cormorant Garamond", Georgia, serif; }
.your-world__privacy button { min-height: 44px; padding: .5rem .8rem; border: 1px solid rgb(77 8 38 / 24%); background: transparent; color: #4d0826; cursor: pointer; }

@media (max-width: 760px) {
  .continuity-bar { grid-template-columns: 1fr; gap: .6rem; margin-top: -.5rem; }
  .continuity-bar a, .continuity-bar button { width: 100%; }
  .continuity-bar--atlas { grid-template-columns: none; width: auto; max-width: calc(100% - 1.1rem); margin: .55rem; padding: .65rem .75rem; }
  .continuity-bar--atlas a { width: auto; }
  .continuity-bar--learn { grid-template-columns: none; margin-top: 60px; }
  .continuity-bar--learn a { width: auto; flex: 0 0 auto; }
  .your-world__heading, .your-world__grid { grid-template-columns: 1fr; }
  .your-world__privacy { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 340px) {
  .continuity-bar--atlas span { display: none; }
  .continuity-bar--atlas strong {
    max-width: none;
    overflow: visible;
    font-size: .92rem;
    line-height: 1.05;
    text-overflow: clip;
    white-space: normal;
  }
}

@media (forced-colors: active) {
  .continuity-bar, .your-world__card { border: 1px solid currentColor; }
}
