:root {
  --core-bg: #f2e8cf;
  --core-surface: #fff8e8;
  --core-ink: #11233d;
  --core-muted: #687287;
  --core-accent: #d83f34;
  --core-accent-ink: #fff8e8;
  --core-display: "Playfair Display", Georgia, serif;
  --core-radius: 0px;
}

body {
  font-family: "DM Sans", Arial, sans-serif;
  overflow-x: hidden;
}

.albion-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 0 4vw;
  border-bottom: 1px solid rgba(17, 35, 61, .17);
  background: rgba(242, 232, 207, .82);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.albion-logo {
  width: max-content;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  line-height: 1;
}

.albion-logo span {
  font-family: var(--core-display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.05em;
}

.albion-logo small {
  padding-bottom: 3px;
  color: var(--core-accent);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.albion-nav {
  display: flex;
  gap: 30px;
}

.albion-nav a {
  font-size: 10px;
  font-weight: 700;
}

.albion-city {
  justify-self: center;
  color: var(--core-muted);
  font-size: 7px;
  letter-spacing: .08em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.albion-menu {
  display: none;
}

.albion-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(560px, 1.15fr);
  align-items: center;
  gap: 5vw;
  padding: 125px 6vw 70px;
  overflow: hidden;
  background: linear-gradient(90deg, transparent 49.95%, rgba(17, 35, 61, .14) 50%, transparent 50.05%);
}

.albion-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -310px;
  top: 5%;
  border-radius: 50%;
  background: #d83f34;
  opacity: .96;
}

.albion-hero__number {
  position: absolute;
  right: -1vw;
  bottom: -9vw;
  color: rgba(17, 35, 61, .045);
  font-family: var(--core-display);
  font-size: 30vw;
  font-weight: 600;
  letter-spacing: -.1em;
  line-height: .7;
}

.albion-hero__copy {
  position: relative;
  z-index: 2;
}

.albion-kicker {
  display: block;
  margin-bottom: 27px;
  color: var(--core-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.albion-hero h1 {
  margin: 0;
  font-family: var(--core-display);
  font-size: clamp(82px, 9vw, 150px);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .66;
}

.albion-hero h1 em {
  color: var(--core-accent);
  font-weight: 600;
}

.albion-hero__copy > p {
  max-width: 560px;
  margin: 45px 0 0;
  color: var(--core-muted);
  font-size: 14px;
  line-height: 1.75;
}

.albion-hero__copy > div {
  display: flex;
  gap: 12px;
  margin-top: 33px;
}

.albion-button,
.albion-hero__copy button,
.level-result button,
.albion-cta button {
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid var(--core-ink);
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.albion-button {
  display: inline-flex;
  align-items: center;
  border-color: var(--core-accent);
  background: var(--core-accent);
  color: #fff8e8;
}

.albion-button:hover,
.albion-hero__copy button:hover,
.level-result button:hover,
.albion-cta button:hover {
  transform: translateY(-3px);
}

.albion-hero__copy button:hover {
  background: var(--core-ink);
  color: #fff8e8;
}

.albion-collage {
  position: relative;
  z-index: 2;
  min-height: 620px;
  transform: translate3d(calc(var(--pnx, 0) * -12px), calc(var(--pny, 0) * -10px), 0);
  transition: transform .25s ease-out;
}

.albion-card {
  position: absolute;
  box-shadow: 0 24px 60px rgba(17, 35, 61, .16);
}

.albion-card--red {
  width: 330px;
  min-height: 390px;
  left: 7%;
  top: 10%;
  padding: 30px;
  background: #d83f34;
  color: #fff8e8;
  transform: rotate(-7deg);
}

.albion-card--red small {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .15em;
}

.albion-card--red strong {
  display: block;
  margin-top: 90px;
  font-family: var(--core-display);
  font-size: 67px;
  font-weight: 600;
  letter-spacing: -.07em;
  line-height: .73;
}

.albion-card--red p {
  max-width: 220px;
  margin: 25px 0 0;
  font-size: 10px;
  line-height: 1.6;
}

.albion-card--stamp {
  width: 260px;
  height: 310px;
  right: 8%;
  top: 4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 2px solid #11233d;
  background: #f6efdf;
  transform: rotate(9deg);
}

.albion-card--stamp::after {
  content: "LONDON";
  position: absolute;
  right: -26px;
  bottom: 58px;
  padding: 7px 12px;
  border: 2px solid #d83f34;
  border-radius: 50%;
  color: #d83f34;
  font-size: 11px;
  font-weight: 800;
  transform: rotate(-18deg);
}

.albion-card--stamp span {
  color: var(--core-muted);
  font-size: 9px;
  font-weight: 700;
}

.albion-card--stamp strong {
  font-family: var(--core-display);
  font-size: 55px;
  line-height: .77;
}

.albion-card--blue {
  width: 300px;
  height: 190px;
  right: 2%;
  bottom: 4%;
  padding: 26px;
  background: #173d70;
  color: #fff8e8;
  transform: rotate(-3deg);
}

.albion-card--blue i {
  position: absolute;
  right: 20px;
  top: 17px;
  font-style: normal;
  font-size: 25px;
}

.albion-card--blue span {
  font-family: var(--core-display);
  font-size: 42px;
  line-height: .8;
}

.albion-card--blue b {
  position: absolute;
  left: 27px;
  bottom: 22px;
  font-size: 8px;
  letter-spacing: .14em;
}

.albion-card--ticket {
  width: 330px;
  left: 16%;
  bottom: 0;
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px dashed #11233d;
  background: #ffe18b;
  transform: rotate(5deg);
}

.albion-card--ticket small,
.albion-card--ticket span {
  font-size: 7px;
  letter-spacing: .13em;
}

.albion-card--ticket b {
  font-family: var(--core-display);
  font-size: 25px;
}

.albion-line {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(17, 35, 61, .25);
  border-radius: 50%;
}

.line-a {
  width: 530px;
  height: 330px;
  left: 11%;
  top: 18%;
  transform: rotate(28deg);
}

.line-b {
  width: 340px;
  height: 540px;
  right: 12%;
  top: 5%;
  transform: rotate(-31deg);
}

.albion-hero__foot {
  position: absolute;
  right: 6vw;
  bottom: 25px;
  left: 6vw;
  display: flex;
  justify-content: space-between;
  color: var(--core-muted);
  font-size: 7px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.albion-tape {
  overflow: hidden;
  background: #11233d;
  color: #fff8e8;
  transform: rotate(-1.5deg) scale(1.03);
}

.albion-tape > div {
  width: max-content;
  display: flex;
  gap: 28px;
  padding: 16px 0;
  animation: albionTape 22s linear infinite;
}

.albion-tape span {
  font-family: var(--core-display);
  font-size: 16px;
  letter-spacing: .03em;
}

.albion-tape i {
  color: #d83f34;
}

@keyframes albionTape {
  to { transform: translateX(-50%); }
}

.albion-method,
.phrase-lab,
.level-room,
.albion-journey {
  padding: 145px 6vw;
}

.albion-method__head,
.phrase-lab__head,
.level-room__intro,
.albion-journey__head {
  display: grid;
  grid-template-columns: .3fr 1.15fr .55fr;
  gap: 4vw;
  align-items: end;
  margin-bottom: 75px;
}

.albion-method__head > span,
.phrase-lab__head > span,
.level-room__intro > span,
.albion-journey__head > span {
  align-self: start;
  color: var(--core-accent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.albion-method h2,
.phrase-lab h2,
.level-room h2,
.albion-journey h2,
.albion-cta h2 {
  margin: 0;
  font-family: var(--core-display);
  font-size: clamp(66px, 7vw, 112px);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: .82;
}

.albion-method h2 em,
.phrase-lab h2 em,
.level-room h2 em,
.albion-journey h2 em,
.albion-cta h2 em {
  color: var(--core-accent);
}

.albion-method__head > p,
.level-room__intro > p {
  margin: 0;
  color: var(--core-muted);
  font-size: 12px;
  line-height: 1.7;
}

.albion-method__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.method-card {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(17, 35, 61, .2);
}

.method-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  top: -85px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .2;
}

.method-card > span {
  font-size: 9px;
  font-weight: 700;
}

.method-card h3 {
  margin: auto 0 20px;
  font-family: var(--core-display);
  font-size: clamp(52px, 5vw, 74px);
  line-height: .76;
}

.method-card p {
  max-width: 330px;
  margin: 0 0 32px;
  font-size: 11px;
  line-height: 1.65;
  opacity: .7;
}

.method-card > i {
  width: max-content;
  padding: 6px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
}

.method-card--one { background: #fff8e8; }
.method-card--two { background: #d83f34; color: #fff8e8; transform: translateY(45px); }
.method-card--three { background: #173d70; color: #fff8e8; }

.phrase-lab {
  background: #11233d;
  color: #fff8e8;
}

.phrase-machine {
  display: grid;
  grid-template-columns: .42fr 1.58fr;
  min-height: 590px;
  border: 1px solid rgba(255, 248, 232, .22);
}

.phrase-situations {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid rgba(255, 248, 232, .18);
}

.phrase-situations > span {
  margin-bottom: 25px;
  color: #aab6cb;
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.phrase-situations button {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 248, 232, .14);
  background: transparent;
  color: #aab6cb;
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, padding .25s ease;
}

.phrase-situations button:hover,
.phrase-situations button.is-active {
  padding-left: 10px;
  color: #fff8e8;
}

.phrase-situations b {
  color: #d83f34;
}

.phrase-screen {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 7vw;
  overflow: hidden;
  background: radial-gradient(circle at 78% 25%, rgba(216, 63, 52, .26), transparent 32%);
}

.phrase-screen::after {
  content: "“”";
  position: absolute;
  right: -1vw;
  bottom: -9vw;
  color: rgba(255, 248, 232, .03);
  font-family: var(--core-display);
  font-size: 32vw;
}

.phrase-screen__top {
  position: absolute;
  top: 25px;
  right: 28px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  color: #aab6cb;
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.phrase-screen__top button {
  padding: 7px 10px;
  border: 1px solid rgba(255, 248, 232, .2);
  border-radius: 999px;
  background: transparent;
  color: #fff8e8;
  cursor: pointer;
}

.phrase-screen > small {
  color: #e77369;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .15em;
}

.phrase-screen > strong {
  display: block;
  margin: 23px 0 18px;
  font-family: var(--core-display);
  font-size: clamp(65px, 8vw, 124px);
  line-height: .75;
}

.phrase-screen > p {
  margin: 0;
  color: #aab6cb;
  font-size: 12px;
}

.phrase-wave {
  height: 45px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 35px 0;
}

.phrase-wave i {
  width: 3px;
  height: 12px;
  background: #d83f34;
}

.phrase-wave.is-playing i {
  animation: wave .65s ease-in-out infinite alternate;
}

.phrase-wave i:nth-child(2n) { height: 28px; animation-delay: -.2s; }
.phrase-wave i:nth-child(3n) { height: 39px; animation-delay: -.38s; }

@keyframes wave {
  to { height: 43px; }
}

.phrase-note {
  max-width: 540px;
  padding: 17px;
  border-left: 2px solid #d83f34;
  background: rgba(255, 255, 255, .04);
}

.phrase-note span {
  color: #e77369;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .14em;
}

.phrase-note p {
  margin: 7px 0 0;
  color: #c1cad8;
  font-size: 10px;
}

.level-room {
  background: #d83f34;
  color: #fff8e8;
}

.level-room__intro > span {
  color: #11233d;
}

.level-room h2 em {
  color: #11233d;
}

.level-room__intro > p {
  color: rgba(255, 248, 232, .72);
}

.level-test {
  width: min(900px, 100%);
  min-height: 510px;
  margin-inline: auto;
  padding: 45px;
  background: #fff8e8;
  color: #11233d;
  box-shadow: 22px 22px 0 #11233d;
}

.level-test__progress {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  font-size: 9px;
}

.level-test__progress i {
  height: 2px;
  background: rgba(17, 35, 61, .15);
}

.level-test__progress b {
  width: 33.33%;
  height: 100%;
  display: block;
  background: #d83f34;
  transition: width .35s ease;
}

.level-question {
  display: none;
  padding: 85px 5vw 20px;
}

.level-question.is-active {
  display: block;
  animation: questionIn .4s ease;
}

@keyframes questionIn {
  from { opacity: 0; transform: translateY(15px); }
}

.level-question small,
.level-result small {
  color: #d83f34;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.level-question h3 {
  max-width: 720px;
  margin: 20px 0 45px;
  font-family: var(--core-display);
  font-size: clamp(42px, 6vw, 74px);
  line-height: .95;
}

.level-question > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.level-question button {
  min-height: 65px;
  padding: 0 17px;
  border: 1px solid rgba(17, 35, 61, .25);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.level-question button:hover {
  background: #11233d;
  color: #fff8e8;
}

.level-result {
  display: none;
  padding: 40px 5vw 20px;
}

.level-result.is-visible {
  display: block;
  animation: questionIn .45s ease;
}

.level-result > strong {
  float: right;
  color: rgba(216, 63, 52, .14);
  font-family: var(--core-display);
  font-size: 170px;
  line-height: .7;
}

.level-result h3 {
  margin: 25px 0 14px;
  font-family: var(--core-display);
  font-size: 55px;
}

.level-result p {
  max-width: 520px;
  color: var(--core-muted);
  font-size: 12px;
  line-height: 1.7;
}

.level-result button {
  margin-top: 20px;
  border-color: #d83f34;
  background: #d83f34;
  color: #fff8e8;
}

.albion-journey {
  background: #fff8e8;
}

.albion-journey__head {
  grid-template-columns: .3fr 1.7fr;
}

.journey-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid rgba(17, 35, 61, .2);
}

.journey-line article {
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid rgba(17, 35, 61, .2);
}

.journey-line article:last-child {
  border-right: 0;
}

.journey-line span {
  color: #d83f34;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
}

.journey-line h3 {
  margin: 95px 0 14px;
  font-family: var(--core-display);
  font-size: 31px;
  line-height: .95;
}

.journey-line p {
  color: var(--core-muted);
  font-size: 10px;
  line-height: 1.6;
}

.albion-cta {
  position: relative;
  min-height: 88svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 100px 6vw;
  background: #11233d;
  color: #fff8e8;
  text-align: center;
}

.albion-cta > span {
  color: #e77369;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.albion-cta h2 {
  position: relative;
  z-index: 2;
  margin: 28px 0 42px;
  font-size: clamp(92px, 12vw, 185px);
}

.albion-cta button {
  position: relative;
  z-index: 2;
  border-color: #d83f34;
  background: #d83f34;
  color: #fff8e8;
}

.albion-cta__mark {
  position: absolute;
  color: rgba(255, 248, 232, .025);
  font-family: var(--core-display);
  font-size: 65vw;
  line-height: .7;
}

.albion-footer {
  min-height: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: center;
  gap: 25px;
  padding: 25px 4vw;
  border-top: 1px solid rgba(17, 35, 61, .17);
  font-size: 9px;
}

.albion-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .albion-header {
    grid-template-columns: 1fr auto;
  }

  .albion-city,
  .albion-header .portal-back {
    display: none;
  }

  .albion-menu {
    position: relative;
    z-index: 2;
    display: block;
    padding: 10px 13px;
    border: 1px solid var(--core-ink);
    background: transparent;
    font-size: 9px;
    font-weight: 700;
  }

  .albion-nav {
    position: fixed;
    inset: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    padding: 10vw;
    visibility: hidden;
    opacity: 0;
    background: #f2e8cf;
    transition: .3s ease;
  }

  .menu-open .albion-nav {
    visibility: visible;
    opacity: 1;
  }

  .albion-nav a {
    font-family: var(--core-display);
    font-size: 56px;
  }

  .albion-hero {
    grid-template-columns: 1fr;
    padding-top: 145px;
  }

  .albion-collage {
    min-height: 660px;
  }

  .albion-method__head,
  .phrase-lab__head,
  .level-room__intro,
  .albion-journey__head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .albion-method__head > p,
  .level-room__intro > p {
    max-width: 560px;
  }

  .albion-method__grid {
    grid-template-columns: 1fr;
  }

  .method-card--two {
    transform: none;
  }

  .phrase-machine {
    grid-template-columns: 1fr;
  }

  .phrase-situations {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 248, 232, .18);
  }

  .phrase-situations > span {
    grid-column: 1 / -1;
  }

  .journey-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-line article:nth-child(2) {
    border-right: 0;
  }

  .journey-line article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(17, 35, 61, .2);
  }

  .albion-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .albion-header {
    height: 70px;
    padding-inline: 18px;
  }

  .albion-hero {
    min-height: auto;
    padding: 120px 20px 70px;
  }

  .albion-hero h1 {
    font-size: 73px;
  }

  .albion-hero__copy > div {
    flex-direction: column;
  }

  .albion-button,
  .albion-hero__copy button {
    width: 100%;
    justify-content: center;
  }

  .albion-collage {
    min-height: 510px;
    margin-top: 20px;
  }

  .albion-card--red {
    width: 230px;
    min-height: 310px;
    left: 0;
  }

  .albion-card--red strong {
    margin-top: 75px;
    font-size: 48px;
  }

  .albion-card--stamp {
    width: 175px;
    height: 230px;
    right: -10px;
  }

  .albion-card--stamp strong {
    font-size: 36px;
  }

  .albion-card--blue {
    width: 220px;
    height: 150px;
  }

  .albion-card--blue span {
    font-size: 30px;
  }

  .albion-card--ticket {
    width: 260px;
    left: 2%;
  }

  .albion-hero__foot {
    display: none;
  }

  .albion-method,
  .phrase-lab,
  .level-room,
  .albion-journey {
    padding: 95px 20px;
  }

  .albion-method h2,
  .phrase-lab h2,
  .level-room h2,
  .albion-journey h2 {
    font-size: 54px;
  }

  .method-card {
    min-height: 410px;
  }

  .phrase-situations {
    padding: 20px;
  }

  .phrase-screen {
    min-height: 550px;
    padding: 65px 23px 35px;
  }

  .phrase-screen > strong {
    font-size: 57px;
  }

  .level-test {
    min-height: 520px;
    padding: 25px 18px;
    box-shadow: 10px 10px 0 #11233d;
  }

  .level-question {
    padding: 65px 0 20px;
  }

  .level-question h3 {
    font-size: 40px;
  }

  .level-question > div {
    grid-template-columns: 1fr;
  }

  .level-result {
    padding-inline: 0;
  }

  .level-result > strong {
    float: none;
    font-size: 100px;
  }

  .journey-line {
    grid-template-columns: 1fr;
  }

  .journey-line article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 35, 61, .2);
  }

  .journey-line h3 {
    margin-top: 55px;
  }

  .albion-cta {
    min-height: 75svh;
    padding-inline: 20px;
  }

  .albion-cta h2 {
    font-size: 73px;
  }

  .albion-footer {
    grid-template-columns: 1fr;
    padding: 35px 20px;
  }
}

/* V8 — analog editorial classroom photography */
.albion-collage { isolation: isolate; }

.albion-photo {
  position: absolute;
  z-index: 0;
  inset: 3% 4% 7% 5%;
  margin: 0;
  overflow: hidden;
  border: 10px solid #fff8e8;
  background: #11233d;
  box-shadow: 0 35px 90px rgba(17, 35, 61, .2);
  transform: rotate(1.7deg);
}

.albion-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(17, 35, 61, .12), transparent 45%, rgba(216, 63, 52, .12));
  pointer-events: none;
}

.albion-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.86) contrast(1.05);
  transition: transform .85s cubic-bezier(.2,.8,.2,1), filter .5s ease;
}

.albion-collage:hover .albion-photo img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.035);
}

.albion-card { z-index: 2; }

@media (max-width: 650px) {
  .albion-photo { inset: 8% 0 12%; border-width: 7px; }
}

/* V9 — one clear photographic story instead of competing cards */
.albion-collage {
  min-height: 660px;
  isolation: isolate;
}

.albion-photo {
  z-index: 1;
  inset: 2% 1% 5% 2%;
  border: 12px solid #fff8e8;
  transform: rotate(-1.1deg);
  box-shadow: 0 36px 90px rgba(17, 35, 61, .22);
}

.albion-photo::after {
  background: linear-gradient(180deg, transparent 38%, rgba(17, 35, 61, .72) 100%);
}

.albion-photo img {
  object-position: 52% center;
  filter: saturate(.9) contrast(1.03);
}

.albion-photo figcaption {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  left: 30px;
  color: #fff8e8;
}

.albion-photo figcaption small {
  display: block;
  margin-bottom: 10px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .16em;
}

.albion-photo figcaption strong {
  display: block;
  font-family: var(--core-display);
  font-size: clamp(40px, 4.1vw, 64px);
  letter-spacing: -.05em;
  line-height: .82;
}

.albion-word-card {
  position: absolute;
  z-index: 4;
  top: 0;
  right: -2%;
  width: 225px;
  padding: 22px;
  border: 8px solid #f2e8cf;
  background: #d83f34;
  color: #fff8e8;
  box-shadow: 0 24px 55px rgba(17,35,61,.2);
  transform: rotate(2.5deg);
}

.albion-word-card small,
.albion-word-card span {
  display: block;
  font-size: 7px;
  line-height: 1.5;
}

.albion-word-card small {
  letter-spacing: .15em;
}

.albion-word-card strong {
  display: block;
  margin: 24px 0 12px;
  font-family: var(--core-display);
  font-size: 34px;
  letter-spacing: -.06em;
}

.albion-class-chip {
  position: absolute;
  z-index: 4;
  left: -1%;
  bottom: 2%;
  display: grid;
  grid-template-columns: 9px 1fr;
  gap: 3px 10px;
  min-width: 190px;
  padding: 15px 18px;
  border: 1px solid rgba(17,35,61,.2);
  background: #ffe18b;
  box-shadow: 0 18px 45px rgba(17,35,61,.16);
  transform: rotate(-2deg);
}

.albion-class-chip i {
  grid-row: 1 / 3;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border-radius: 50%;
  background: #d83f34;
}

.albion-class-chip span { font-family: var(--core-display); font-size: 17px; }
.albion-class-chip b { color: var(--core-muted); font-size: 7px; letter-spacing: .08em; }

@media (max-width: 650px) {
  .albion-collage { min-height: 560px; }
  .albion-photo { inset: 5% 0 5%; border-width: 7px; }
  .albion-photo figcaption { right: 18px; bottom: 20px; left: 18px; }
  .albion-word-card { right: -3%; width: 185px; padding: 16px; border-width: 6px; }
  .albion-word-card strong { margin: 16px 0 8px; font-size: 27px; }
  .albion-class-chip { left: -2%; bottom: 1%; }
}
