.home-v2 {
  --ry-navy: #071a57;
  --ry-blue: #0b43c7;
  --ry-orange: #f14418;
  --ry-gold: #ffb600;
  --ry-green: #126f3d;
  --ry-ink: #10172a;
  --ry-cream: #f3f0e8;
  --ry-white: #fffefd;
  --ry-line: rgba(7, 26, 87, .16);
  min-height: 100vh;
  color: var(--ry-ink);
  background: var(--ry-cream);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
}

.home-v2 *, .home-v2 *::before, .home-v2 *::after { box-sizing: border-box; }
.home-v2 a { color: inherit; text-decoration: none; }
.home-v2 h1, .home-v2 h2, .home-v2 h3, .home-v2 p, .home-v2 figure { margin: 0; }
.home-v2 em { font-style: normal; }

.home-header {
  min-height: 86px;
  padding: 13px clamp(22px, 4.7vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(243, 240, 232, .9);
  border-bottom: 1px solid var(--ry-line);
  backdrop-filter: blur(18px);
}
.home-brand { display: flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.home-brand-symbol { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; overflow: visible; border-radius: 0; background: transparent; }
.home-brand-symbol img { width: 100%; height: 100%; max-width: 100%; position: static; object-fit: contain; object-position: center; transform: none; mix-blend-mode: multiply; }
.home-brand-copy { display: grid; gap: 1px; }
.home-brand-copy strong { color: var(--ry-navy); font-size: 1.15rem; line-height: 1; letter-spacing: -.04em; }
.home-brand-copy small { color: #5d6270; font-size: .62rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.home-nav { display: flex; align-items: center; gap: clamp(17px, 2.15vw, 34px); font-size: .72rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.home-nav > a:not(.home-campus-link) { padding: 10px 0; position: relative; }
.home-nav > a:not(.home-campus-link)::after { content: ""; height: 1px; position: absolute; left: 0; right: 100%; bottom: 3px; background: var(--ry-orange); transition: right .25s ease; }
.home-nav > a:not(.home-campus-link):hover::after { right: 0; }
.home-campus-link { display: inline-flex; align-items: center; gap: 16px; padding: 13px 16px; color: white !important; background: var(--ry-navy); border: 1px solid var(--ry-navy); transition: background .25s ease, color .25s ease; }
.home-campus-link:hover { color: var(--ry-navy) !important; background: transparent; }

.home-hero {
  min-height: calc(100vh - 86px);
  padding: clamp(50px, 6.5vw, 100px) clamp(22px, 6vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .76fr);
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
  position: relative;
}
.home-hero::before { content: ""; width: 42vw; height: 42vw; position: absolute; left: -29vw; bottom: -29vw; border: 1px solid rgba(7, 26, 87, .14); border-radius: 50%; box-shadow: 0 0 0 5vw rgba(7,26,87,.025), 0 0 0 10vw rgba(7,26,87,.018); }
.home-hero-copy { max-width: 820px; position: relative; z-index: 2; }
.home-kicker { margin-bottom: clamp(25px, 4vw, 50px) !important; display: flex; align-items: center; gap: 12px; color: var(--ry-navy); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.home-kicker > span { width: 27px; height: 2px; background: linear-gradient(90deg, var(--ry-green) 0 34%, white 34% 66%, var(--ry-orange) 66%); }
.home-title { color: var(--ry-navy); font-size: clamp(4.8rem, 8.4vw, 9.3rem) !important; line-height: .82 !important; letter-spacing: -.085em !important; font-weight: 850 !important; }
.home-title em { margin-top: .2em; display: block; color: var(--ry-ink); font-size: .45em; line-height: .98; letter-spacing: -.06em; font-weight: 520; }
.home-lead { max-width: 660px; margin-top: 34px !important; color: #505767; font-size: clamp(1rem, 1.35vw, 1.22rem); line-height: 1.66; }
.home-hero-actions { margin-top: 38px; display: flex; align-items: center; flex-wrap: wrap; gap: 27px; }
.home-button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; border: 1px solid transparent; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.home-button:hover { transform: translateY(-3px); }
.home-button-primary { color: white !important; background: var(--ry-orange); }
.home-button-primary:hover { color: var(--ry-orange) !important; background: transparent; border-color: var(--ry-orange); }
.home-link { padding: 11px 0; display: inline-flex; gap: 13px; border-bottom: 1px solid var(--ry-navy); color: var(--ry-navy) !important; font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.home-mark-stage { min-height: min(68vh, 680px); align-self: stretch; position: relative; display: grid; place-items: center; background: var(--ry-white); border: 1px solid rgba(7,26,87,.08); overflow: hidden; box-shadow: 0 30px 80px rgba(7,26,87,.08); }
.home-mark-stage::before, .home-mark-stage::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); }
.home-mark-stage::before { width: 400px; height: 400px; top: -220px; right: -190px; background: rgba(11,67,199,.12); box-shadow: 0 0 90px rgba(11,67,199,.1); }
.home-mark-stage::after { width: 330px; height: 330px; left: -220px; bottom: -180px; background: rgba(241,68,24,.13); box-shadow: 0 0 80px rgba(241,68,24,.1); }
.home-mark-stage > img { width: min(92%, 560px); position: relative; z-index: 1; mix-blend-mode: multiply; transform: scale(1.03); }
.home-stage-label { position: absolute; z-index: 3; top: 25px; left: 28px; color: var(--ry-navy); font-size: .64rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.home-stage-years { position: absolute; z-index: 3; top: 28px; right: 30px; display: flex; align-items: center; gap: 10px; color: #656c7a; font-size: .62rem; font-weight: 800; letter-spacing: .11em; }
.home-stage-years i { width: 24px; height: 1px; background: var(--ry-orange); }
.home-mark-stage figcaption { min-width: 174px; padding: 15px 18px; position: absolute; z-index: 4; right: 0; bottom: 0; display: flex; align-items: center; gap: 12px; color: white; background: var(--ry-navy); }
.home-mark-stage figcaption strong { font-size: 2.7rem; line-height: .9; letter-spacing: -.08em; }
.home-mark-stage figcaption span { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.25); font-size: .61rem; line-height: 1.4; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }

.home-principles { min-height: 82px; padding: 18px clamp(22px, 6vw, 96px); display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 62px); color: white; background: var(--ry-navy); font-size: .75rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.home-principles i { width: 5px; height: 5px; border-radius: 50%; background: var(--ry-orange); }
.home-principles i:nth-of-type(2) { background: var(--ry-green); }
.home-principles i:nth-of-type(3) { background: var(--ry-gold); }

.home-section-index { color: var(--ry-navy); font-size: .68rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.home-manifesto { padding: clamp(90px, 11vw, 170px) clamp(22px, 6vw, 96px); background: var(--ry-white); }
.home-manifesto > div { margin-top: 44px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .56fr); align-items: end; gap: clamp(50px, 8vw, 130px); }
.home-manifesto h2 { color: var(--ry-navy); font-size: clamp(3.8rem, 7.2vw, 8rem); line-height: .9; letter-spacing: -.075em; }
.home-manifesto-copy { padding-left: 30px; border-left: 2px solid var(--ry-orange); }
.home-manifesto-copy > p:first-child { color: #555c6a; font-size: 1.02rem; line-height: 1.72; }
.home-signature { margin-top: 30px !important; color: var(--ry-green); font-size: .72rem; line-height: 1.5; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.home-method { padding: clamp(90px, 10vw, 150px) clamp(22px, 6vw, 96px); color: white; background: var(--ry-ink); }
.home-section-index-light { color: #9fa9c7; }
.home-method-heading { display: grid; grid-template-columns: .42fr 1fr .55fr; gap: clamp(30px, 5vw, 80px); align-items: end; }
.home-method-heading h2 { font-size: clamp(3.5rem, 6.4vw, 7rem); line-height: .91; letter-spacing: -.07em; }
.home-method-heading > p:last-child { color: #aeb4c0; font-size: .98rem; line-height: 1.7; }
.home-pillar-grid { margin-top: 85px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.home-pillar { min-height: 330px; padding: 25px 22px 30px 0; position: relative; border-right: 1px solid rgba(255,255,255,.16); }
.home-pillar:not(:first-child) { padding-left: 22px; }
.home-pillar:last-child { border-right: 0; }
.home-pillar > span { color: #9299a9; font-size: .65rem; font-weight: 800; }
.home-pillar > b { width: 9px; height: 9px; position: absolute; left: 0; top: -5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 6px var(--ry-ink); }
.home-pillar:not(:first-child) > b { left: 22px; }
.home-pillar h3 { margin-top: 112px; color: white; font-size: clamp(1.1rem, 1.6vw, 1.45rem); letter-spacing: -.025em; }
.home-pillar p { margin-top: 18px; color: #aeb4c0; font-size: .82rem; line-height: 1.58; }
.home-pillar-blue { color: #4480ff; } .home-pillar-green { color: #36b86b; } .home-pillar-violet { color: #a871e3; } .home-pillar-orange { color: #ff6a3c; } .home-pillar-cobalt { color: #2b63eb; }

.home-areas { padding: clamp(90px, 11vw, 165px) clamp(22px, 6vw, 96px); background: var(--ry-cream); }
.home-areas-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: end; gap: 50px; }
.home-areas-heading h2 { color: var(--ry-navy); font-size: clamp(4rem, 7vw, 7.8rem); line-height: .9; letter-spacing: -.075em; }
.home-area-grid { margin-top: 75px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; }
.home-area-card { min-height: 560px; padding: clamp(28px, 3.2vw, 50px); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.home-area-top { display: flex; justify-content: space-between; font-size: .65rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.home-area-names { margin: auto 0 35px; display: flex; align-items: center; gap: clamp(16px, 3vw, 45px); }
.home-area-names > i { width: 1px; height: 80px; background: rgba(255,255,255,.22); }
.home-area-services { color: white; background: var(--ry-navy); }
.home-area-services::after { content: ""; width: 450px; height: 450px; position: absolute; right: -240px; top: -260px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.home-area-card h3 { font-size: clamp(3.4rem, 5.3vw, 6.5rem); line-height: .84; letter-spacing: -.08em; }
.home-area-services h3:first-child em { color: #43a767; }
.home-area-services h3:last-child em { color: #ff5b2c; }
.home-area-card > p { max-width: 600px; color: rgba(255,255,255,.67); font-size: .95rem; line-height: 1.65; }
.home-card-next, .home-area-card > a { margin-top: 32px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.24); font-size: .68rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.home-area-rrh { color: var(--ry-ink); background: var(--ry-gold); }
.home-area-rrh h3 { margin: auto 0 30px; color: var(--ry-navy); }
.home-area-rrh h3 em { font-weight: 380; }
.home-area-rrh h3 sup { margin-left: 5px; font-size: .17em; vertical-align: top; }
.home-area-rrh > p { color: #4f452a; }
.home-area-rrh > a { border-top-color: rgba(7,26,87,.25); }

.home-anniversary { min-height: 720px; padding: clamp(70px, 8vw, 120px) clamp(22px, 6vw, 96px); display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 70px; position: relative; color: white; background: var(--ry-orange); overflow: hidden; }
.home-anniversary-number { font-size: clamp(18rem, 37vw, 42rem); line-height: .72; letter-spacing: -.13em; font-weight: 900; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.36); transform: translateX(-4vw); user-select: none; }
.home-anniversary-copy { max-width: 660px; position: relative; z-index: 2; }
.home-anniversary-copy > p { margin-bottom: 25px; font-size: .72rem; font-weight: 850; letter-spacing: .2em; }
.home-anniversary-copy h2 { font-size: clamp(4rem, 7.2vw, 8rem); line-height: .87; letter-spacing: -.075em; }
.home-anniversary-copy > span { max-width: 520px; margin-top: 34px; display: block; font-size: 1.02rem; line-height: 1.7; color: rgba(255,255,255,.82); }
.home-anniversary-axis { position: absolute; left: clamp(22px, 6vw, 96px); right: clamp(22px, 6vw, 96px); bottom: 34px; display: flex; align-items: center; gap: 16px; font-size: .62rem; font-weight: 850; letter-spacing: .1em; }
.home-anniversary-axis i { height: 1px; flex: 1; background: rgba(255,255,255,.42); }

.home-closing { min-height: 690px; padding: 100px clamp(22px, 7.5vw, 120px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: white; background: var(--ry-navy); }
.home-closing > p { margin-bottom: 35px; color: #9fb0e4; font-size: .7rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.home-closing h2 { max-width: 1160px; font-size: clamp(3.8rem, 7vw, 7.7rem); line-height: .92; letter-spacing: -.075em; }
.home-closing h2 em { color: var(--ry-gold); }
.home-button-light { margin-top: 50px; color: var(--ry-navy) !important; background: white; }
.home-button-light:hover { color: white !important; background: transparent; border-color: white; }

.home-footer { padding: 34px clamp(22px, 6vw, 96px); display: grid; grid-template-columns: 1.2fr 1fr .7fr; align-items: center; gap: 28px; color: #606675; background: var(--ry-white); font-size: .68rem; }
.home-footer-brand { display: flex; align-items: center; gap: 12px; }
.home-footer .home-brand-symbol { width: 44px; height: 44px; }
.home-footer .home-brand-symbol img { width: 100%; height: 100%; }
.home-footer-brand p { display: grid; }
.home-footer-brand strong { color: var(--ry-navy); font-size: 1rem; }
.home-footer-brand small { font-size: .58rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.home-footer > p:last-child { text-align: right; }

@media (prefers-reduced-motion: no-preference) {
  .home-hero-copy { animation: home-rise .75s ease both; }
  .home-mark-stage { animation: home-rise .9s .12s ease both; }
  @keyframes home-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1120px) {
  .home-nav > a:not(.home-campus-link):nth-child(-n+2) { display: none; }
  .home-hero { grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: 45px; }
  .home-method-heading { grid-template-columns: 1fr 1.5fr; }
  .home-method-heading > p:last-child { grid-column: 2; }
  .home-pillar-grid { grid-template-columns: repeat(3, 1fr); }
  .home-pillar { border-bottom: 1px solid rgba(255,255,255,.16); }
}

@media (max-width: 820px) {
  .home-header { min-height: 76px; }
  .home-brand-copy small, .home-nav > a:not(.home-campus-link) { display: none; }
  .home-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 62px; }
  .home-title { font-size: clamp(4.4rem, 16vw, 7.5rem) !important; }
  .home-mark-stage { min-height: 570px; }
  .home-manifesto > div, .home-areas-heading { grid-template-columns: 1fr; }
  .home-manifesto-copy { max-width: 600px; }
  .home-method-heading { grid-template-columns: 1fr; }
  .home-method-heading > p:last-child { grid-column: auto; max-width: 560px; }
  .home-area-grid, .home-anniversary { grid-template-columns: 1fr; }
  .home-area-card { min-height: 500px; }
  .home-anniversary-number { position: absolute; left: -40px; top: 110px; opacity: .45; }
  .home-anniversary-copy { justify-self: end; width: min(100%, 600px); }
  .home-footer { grid-template-columns: 1fr 1fr; }
  .home-footer > p:last-child { display: none; }
}

@media (max-width: 560px) {
  .home-brand-copy { display: none; }
  .home-campus-link { gap: 10px; padding: 12px 13px; font-size: .62rem; }
  .home-brand-symbol { width: 46px; height: 46px; }
  .home-title { font-size: clamp(3.8rem, 19vw, 5.7rem) !important; }
  .home-title em { font-size: .48em; line-height: 1.04; }
  .home-lead { font-size: .98rem; }
  .home-mark-stage { min-height: 440px; }
  .home-stage-label { display: none; }
  .home-principles { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .home-manifesto h2, .home-method-heading h2, .home-areas-heading h2, .home-anniversary-copy h2, .home-closing h2 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .home-manifesto > div { margin-top: 34px; }
  .home-manifesto-copy { padding-left: 20px; }
  .home-pillar-grid { grid-template-columns: 1fr; }
  .home-pillar, .home-pillar:not(:first-child) { min-height: 220px; padding: 24px 0; border-right: 0; }
  .home-pillar:not(:first-child) > b { left: 0; }
  .home-pillar h3 { margin-top: 55px; }
  .home-area-card { min-height: 460px; }
  .home-area-names { align-items: flex-start; flex-direction: column; gap: 16px; }
  .home-area-names > i { width: 80px; height: 1px; }
  .home-anniversary { min-height: 650px; }
  .home-anniversary-copy { align-self: center; }
  .home-closing { min-height: 610px; }
  .home-footer { grid-template-columns: 1fr; }
  .home-footer > p { text-align: left; }
}
