.groups-page {
  padding: 158px 40px 156px;
}

.groups-page > .section-heading > p {
  display: none;
}

.groups-page > .section-heading {
  display: block;
  text-align: center;
}

.groups-page > .section-heading .eyebrow,
.groups-page > .section-heading h1 {
  text-align: center;
}

.groups-page > .section-heading h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
}

.group-category#main-building > .section-heading > p,
.group-category#main-building > .link-grid {
  display: none;
}

.group-category#main-building::after {
  display: block;
  margin-top: 24px;
  padding: 56px 32px;
  border: 1px solid rgba(22, 142, 172, .24);
  background: rgba(255, 253, 251, .86);
  color: var(--teal-dark);
  content: "MAIN BUILDING\A\A本館企画は準備中です\A詳細が決まり次第、こちらでお知らせします。";
  font-family: var(--serif);
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.8;
  text-align: center;
  white-space: pre-wrap;
  box-shadow: 8px 8px 0 rgba(220, 79, 137, .12);
}

.map-section {
  display: none;
}

.groups-branches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 84px;
}

.group-branch {
  display: block;
  min-height: 220px;
  padding: 34px;
  border: 1px solid rgba(22, 142, 172, .28);
  background: rgba(255, 249, 251, .72);
  color: var(--ink);
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.group-branch:hover {
  background: var(--white);
  transform: translateY(-4px);
}

.group-branch .eyebrow {
  color: var(--teal);
}

.group-branch h2 {
  margin: 18px 0 8px;
  color: var(--teal-dark);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.2;
}

.group-branch p {
  margin: 0 0 28px;
}

.group-branch > span:last-child {
  color: var(--rose);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.group-category {
  scroll-margin-top: 100px;
  margin-bottom: 78px;
}

.group-category .section-heading {
  margin-bottom: 22px;
}

.outdoor-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 56px;
}

.outdoor-category {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 22px 18px;
  border: 1px solid rgba(220, 79, 137, .26);
  background: rgba(255, 249, 251, .78);
  color: var(--ink);
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.outdoor-category:nth-child(2) { background: rgba(255, 240, 191, .72); }
.outdoor-category:nth-child(3) { background: rgba(249, 220, 193, .72); }
.outdoor-category:nth-child(4) { background: rgba(201, 223, 240, .72); }
.outdoor-category:nth-child(5) { background: rgba(215, 237, 207, .72); }

.outdoor-category:hover {
  background: var(--white);
  transform: translateY(-4px);
}

.outdoor-category__number {
  color: var(--rose);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 700;
}

.outdoor-category h3 {
  margin: 12px 0 8px;
  color: var(--teal-dark);
  font-size: 1.05rem;
}

.outdoor-category p {
  margin: 0;
  font-size: .78rem;
  line-height: 1.55;
}

.outdoor-category__link {
  margin-top: auto;
  padding-top: 18px;
  color: var(--rose);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.outdoor-list {
  scroll-margin-top: 100px;
  margin-bottom: 48px;
}

.outdoor-list__heading {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(22, 142, 172, .25);
}

.outdoor-list__heading h3 {
  margin: 6px 0 0;
  color: var(--teal-dark);
  font-family: var(--serif);
  font-size: 1.65rem;
}

.outdoor-project-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.outdoor-project-placeholder {
  min-height: 130px;
  padding: 22px;
  border: 1px dashed rgba(22, 142, 172, .34);
  background: rgba(255, 253, 251, .62);
}

.outdoor-project-placeholder span {
  color: var(--rose);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.outdoor-project-placeholder h4 {
  margin: 8px 0 4px;
  color: var(--teal-dark);
}

.outdoor-project-placeholder p {
  margin: 0;
  font-size: .82rem;
}

.outdoor-project-card {
  position: relative;
  min-height: 300px;
  padding: 22px;
  border: 1px solid rgba(22, 142, 172, .24);
  background: rgba(255, 253, 251, .86);
  box-shadow: 6px 7px 0 rgba(220, 79, 137, .12);
}

.outdoor-project-card__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.tent-number {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--teal);
  color: var(--white);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.outdoor-project-card__icon {
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  border: 4px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(22, 142, 172, .18);
}

.outdoor-project-card h4 {
  margin: 22px 0 6px;
  color: var(--teal-dark);
  font-size: 1.15rem;
}

.outdoor-project-card__title {
  margin: 0 0 12px;
  color: var(--rose);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 700;
}

.outdoor-project-card > p:last-child {
  margin: 0;
  font-size: .88rem;
  line-height: 1.75;
}

#outdoor-sweets .outdoor-list__heading {
  border-bottom-color: rgba(220, 79, 137, .34);
}

#outdoor-sweets .outdoor-list__heading .eyebrow {
  color: var(--rose);
}

#outdoor-sweets .outdoor-project-list {
  gap: 18px;
}

#outdoor-sweets .outdoor-project-card {
  min-height: 320px;
  overflow: hidden;
  border: 0;
  border-radius: 18px 18px 18px 5px;
  background: #fffaf0;
  box-shadow: 7px 8px 0 rgba(220, 79, 137, .13);
  transition: transform .2s ease, box-shadow .2s ease;
}

#outdoor-sweets .outdoor-project-card::before {
  position: absolute;
  top: -28px;
  right: -18px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(255, 190, 205, .42);
  content: "";
}

#outdoor-sweets .outdoor-project-card:nth-child(3n + 2) {
  background: #fff4d9;
  box-shadow: 7px 8px 0 rgba(225, 166, 55, .16);
}

#outdoor-sweets .outdoor-project-card:nth-child(3n + 2)::before {
  background: rgba(255, 215, 119, .48);
}

#outdoor-sweets .outdoor-project-card:nth-child(3n) {
  background: #eef9f4;
  box-shadow: 7px 8px 0 rgba(22, 142, 172, .13);
}

#outdoor-sweets .outdoor-project-card:nth-child(3n)::before {
  background: rgba(167, 225, 207, .5);
}

#outdoor-sweets .outdoor-project-card:hover {
  transform: translateY(-5px) rotate(-.4deg);
  box-shadow: 7px 13px 0 rgba(220, 79, 137, .18);
}

#outdoor-sweets .outdoor-project-card__top {
  position: relative;
  z-index: 1;
}

#outdoor-sweets .tent-number {
  border-radius: 999px 999px 999px 4px;
  background: var(--rose);
  font-size: .72rem;
}

#outdoor-sweets .outdoor-project-card__icon {
  width: 102px;
  height: 102px;
  flex-basis: 102px;
  border: 5px solid var(--white);
}

#outdoor-sweets .outdoor-project-card h4 {
  position: relative;
  margin-top: 24px;
  font-size: 1.2rem;
}

#outdoor-sweets .outdoor-project-card__title {
  font-size: 1.18rem;
}

#outdoor-sweets .outdoor-project-card > p:last-child {
  color: #514650;
  line-height: 1.8;
}

#outdoor-food .outdoor-list__heading {
  border-bottom-color: rgba(187, 91, 53, .34);
}

#outdoor-food .outdoor-list__heading .eyebrow {
  color: #c5673f;
}

#outdoor-food .outdoor-project-list {
  gap: 18px;
}

#outdoor-food .outdoor-project-card {
  min-height: 300px;
  overflow: hidden;
  border: 0;
  border-radius: 7px 18px 7px 18px;
  background: #fff8e9;
  box-shadow: 7px 8px 0 rgba(188, 91, 53, .14);
  transition: transform .2s ease, box-shadow .2s ease;
}

#outdoor-food .outdoor-project-card::before {
  position: absolute;
  top: -28px;
  right: -18px;
  width: 92px;
  height: 92px;
  border-radius: 18px;
  background: rgba(245, 181, 74, .32);
  content: "";
  transform: rotate(18deg);
}

#outdoor-food .outdoor-project-card:nth-child(3n + 2) {
  background: #fff0df;
  box-shadow: 7px 8px 0 rgba(214, 126, 69, .14);
}

#outdoor-food .outdoor-project-card:nth-child(3n + 2)::before {
  background: rgba(220, 105, 71, .25);
}

#outdoor-food .outdoor-project-card:nth-child(3n) {
  background: #f1f5e8;
  box-shadow: 7px 8px 0 rgba(92, 126, 80, .14);
}

#outdoor-food .outdoor-project-card:nth-child(3n)::before {
  background: rgba(160, 192, 119, .34);
}

#outdoor-food .outdoor-project-card:hover {
  transform: translateY(-5px) rotate(.35deg);
  box-shadow: 7px 13px 0 rgba(188, 91, 53, .2);
}

#outdoor-food .outdoor-project-card__top {
  position: relative;
  z-index: 1;
}

#outdoor-food .tent-number {
  border-radius: 5px 999px 999px 5px;
  background: #c5673f;
  font-size: .72rem;
}

#outdoor-food .outdoor-project-card h4 {
  position: relative;
  margin-top: 24px;
  color: #405f42;
  font-size: 1.16rem;
}

#outdoor-food .outdoor-project-card__title {
  color: #c5673f;
}

#outdoor-food .outdoor-project-card > p:last-child {
  color: #51483d;
  line-height: 1.8;
}

#outdoor-drink .outdoor-list__heading {
  border-bottom-color: rgba(47, 151, 181, .34);
}

#outdoor-drink .outdoor-list__heading .eyebrow {
  color: #2f97b5;
}

#outdoor-drink .outdoor-project-list {
  gap: 18px;
}

#outdoor-drink .outdoor-project-card {
  min-height: 300px;
  overflow: hidden;
  border: 0;
  border-radius: 20px 6px 20px 6px;
  background: #effaff;
  box-shadow: 7px 8px 0 rgba(47, 151, 181, .14);
  transition: transform .2s ease, box-shadow .2s ease;
}

#outdoor-drink .outdoor-project-card::before {
  position: absolute;
  top: -28px;
  right: -18px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(116, 207, 225, .34);
  content: "";
}

#outdoor-drink .outdoor-project-card:nth-child(3n + 2) {
  background: #f4f2ff;
  box-shadow: 7px 8px 0 rgba(118, 104, 190, .14);
}

#outdoor-drink .outdoor-project-card:nth-child(3n + 2)::before {
  background: rgba(178, 169, 235, .35);
}

#outdoor-drink .outdoor-project-card:nth-child(3n) {
  background: #f5fcf0;
  box-shadow: 7px 8px 0 rgba(90, 158, 93, .14);
}

#outdoor-drink .outdoor-project-card:nth-child(3n)::before {
  background: rgba(164, 218, 157, .38);
}

#outdoor-drink .outdoor-project-card:hover {
  transform: translateY(-5px) rotate(-.35deg);
  box-shadow: 7px 13px 0 rgba(47, 151, 181, .2);
}

#outdoor-drink .outdoor-project-card__top {
  position: relative;
  z-index: 1;
}

#outdoor-drink .tent-number {
  border-radius: 999px 5px 999px 5px;
  background: #2f97b5;
  font-size: .72rem;
}

#outdoor-drink .outdoor-project-card h4 {
  position: relative;
  margin-top: 24px;
  color: #315e70;
  font-size: 1.16rem;
}

#outdoor-drink .outdoor-project-card__title {
  color: #2f97b5;
}

#outdoor-drink .outdoor-project-card > p:last-child {
  color: #40515b;
  line-height: 1.8;
}

#outdoor-apparel .outdoor-list__heading {
  border-bottom-color: rgba(132, 105, 179, .34);
}

#outdoor-apparel .outdoor-list__heading .eyebrow {
  color: #8469b3;
}

#outdoor-apparel .outdoor-project-list {
  gap: 18px;
}

#outdoor-apparel .outdoor-project-card {
  min-height: 300px;
  overflow: hidden;
  border: 0;
  border-radius: 18px 6px 18px 6px;
  background: #f7f1ff;
  box-shadow: 7px 8px 0 rgba(132, 105, 179, .15);
  transition: transform .2s ease, box-shadow .2s ease;
}

#outdoor-apparel .outdoor-project-card::before {
  position: absolute;
  top: -24px;
  right: -16px;
  width: 86px;
  height: 86px;
  border: 3px solid rgba(255, 184, 207, .55);
  border-radius: 50%;
  content: "";
}

#outdoor-apparel .outdoor-project-card:nth-child(3n + 2) {
  background: #fff3f7;
  box-shadow: 7px 8px 0 rgba(220, 79, 137, .14);
}

#outdoor-apparel .outdoor-project-card:nth-child(3n + 2)::before {
  border-color: rgba(220, 79, 137, .32);
}

#outdoor-apparel .outdoor-project-card:nth-child(3n) {
  background: #eef8f8;
  box-shadow: 7px 8px 0 rgba(22, 142, 172, .13);
}

#outdoor-apparel .outdoor-project-card:nth-child(3n)::before {
  border-color: rgba(116, 207, 225, .58);
}

#outdoor-apparel .outdoor-project-card:hover {
  transform: translateY(-5px) rotate(.35deg);
  box-shadow: 7px 13px 0 rgba(132, 105, 179, .2);
}

#outdoor-apparel .outdoor-project-card__top {
  position: relative;
  z-index: 1;
}

#outdoor-apparel .tent-number {
  border-radius: 5px 999px 5px 999px;
  background: #8469b3;
  font-size: .72rem;
}

#outdoor-apparel .outdoor-project-card h4 {
  position: relative;
  margin-top: 24px;
  color: #5b4a79;
  font-size: 1.16rem;
}

#outdoor-apparel .outdoor-project-card__title {
  color: #c35788;
}

#outdoor-apparel .outdoor-project-card > p:last-child {
  color: #514650;
  line-height: 1.8;
}

#outdoor-other .outdoor-list__heading {
  border-bottom-color: rgba(119, 102, 171, .34);
}

#outdoor-other .outdoor-list__heading .eyebrow {
  color: #7766ab;
}

#outdoor-other .outdoor-project-list {
  gap: 18px;
}

#outdoor-other .outdoor-project-card {
  min-height: 300px;
  overflow: hidden;
  border: 0;
  border-radius: 16px 16px 5px 16px;
  background: #f8f3ff;
  box-shadow: 7px 8px 0 rgba(119, 102, 171, .15);
  transition: transform .2s ease, box-shadow .2s ease;
}

#outdoor-other .outdoor-project-card::before {
  position: absolute;
  top: -24px;
  right: -18px;
  width: 88px;
  height: 88px;
  border: 2px dashed rgba(218, 126, 169, .6);
  border-radius: 50%;
  content: "";
}

#outdoor-other .outdoor-project-card:nth-child(3n + 2) {
  background: #fff7e8;
  box-shadow: 7px 8px 0 rgba(211, 158, 71, .15);
}

#outdoor-other .outdoor-project-card:nth-child(3n + 2)::before {
  border-color: rgba(211, 158, 71, .58);
}

#outdoor-other .outdoor-project-card:nth-child(3n) {
  background: #eff9f2;
  box-shadow: 7px 8px 0 rgba(83, 150, 104, .14);
}

#outdoor-other .outdoor-project-card:nth-child(3n)::before {
  border-color: rgba(83, 150, 104, .54);
}

#outdoor-other .outdoor-project-card:hover {
  transform: translateY(-5px) rotate(-.35deg);
  box-shadow: 7px 13px 0 rgba(119, 102, 171, .2);
}

#outdoor-other .outdoor-project-card__top {
  position: relative;
  z-index: 1;
}

#outdoor-other .tent-number {
  padding: 7px 12px;
  border-radius: 0;
  background: #7766ab;
  font-size: .72rem;
  letter-spacing: .1em;
  clip-path: polygon(0 0, 100% 0, 100% 34%, 94% 50%, 100% 66%, 100% 100%, 0 100%, 0 66%, 6% 50%, 0 34%);
}

#outdoor-other .outdoor-project-card h4 {
  position: relative;
  margin-top: 24px;
  color: #5c4f81;
  font-size: 1.16rem;
}

#outdoor-other .outdoor-project-card__title {
  color: #c45d8b;
}

#outdoor-other .outdoor-project-card > p:last-child {
  color: #4f4a58;
  line-height: 1.8;
}

.map-section {
  margin-bottom: 92px;
  padding: 34px;
  border: 1px solid rgba(22, 142, 172, .24);
  background: linear-gradient(145deg, rgba(255, 249, 251, .92), rgba(232, 243, 246, .8));
}

.map-section .section-heading {
  margin-bottom: 28px;
}

.floor-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.floor-tab {
  min-width: 68px;
  padding: 10px 16px;
  border: 1px solid rgba(22, 142, 172, .32);
  background: rgba(255, 253, 251, .7);
  color: var(--teal-dark);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}

.floor-tab:hover,
.floor-tab.is-active {
  border-color: var(--rose);
  background: var(--rose);
  color: var(--white);
  transform: translateY(-2px);
}

.map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(240px, .7fr);
  gap: 22px;
  align-items: stretch;
}

.map-layout:not(.has-detail) {
  grid-template-columns: 1fr;
}

.campus-map {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 2px solid rgba(22, 142, 172, .22);
  background-color: #fffdfb;
  background-image: linear-gradient(rgba(22, 142, 172, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 142, 172, .1) 1px, transparent 1px);
  background-size: 22px 22px;
  box-shadow: inset 0 0 0 10px rgba(255, 253, 251, .4);
}

.floor-plan {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.campus-map:has(.floor-plan) {
  background: #fffdfb;
  box-shadow: none;
}

.campus-map:has(.floor-plan)::before,
.campus-map:has(.floor-plan)::after {
  display: none;
}

.floor-background {
  fill: #fffdfb;
  stroke: rgba(39, 86, 108, .35);
  stroke-width: 3;
}

.floor-wall {
  fill: none;
  stroke: rgba(39, 86, 108, .48);
  stroke-width: 3;
}

.floor-corridor {
  fill: rgba(22, 142, 172, .1);
  stroke: rgba(22, 142, 172, .28);
  stroke-width: 2;
}

.floor-room rect {
  fill: #e5f0f5;
  stroke: rgba(39, 86, 108, .35);
  stroke-width: 2;
}

.floor-room--accent rect {
  fill: #f8e9a8;
}

.floor-room--pastel-0 rect { fill: #d9eecf; }
.floor-room--pastel-1 rect { fill: #c9dff0; }
.floor-room--pastel-2 rect { fill: #f9dcc1; }
.floor-room--pastel-3 rect { fill: #f8e9a8; }

.floor-room-name {
  font-size: 11px !important;
  font-weight: 600 !important;
}

.is-clickable-room {
  cursor: pointer;
  transition: filter .2s ease, stroke-width .2s ease;
}

.is-clickable-room:hover,
.is-clickable-room:focus {
  filter: brightness(.96);
  outline: none;
}

.is-clickable-room:hover rect,
.is-clickable-room:focus rect {
  stroke: var(--rose) !important;
  stroke-width: 3 !important;
}

rect.is-clickable-room:hover,
rect.is-clickable-room:focus {
  stroke: var(--rose) !important;
  stroke-width: 3 !important;
}

.floor-room text,
.floor-title,
.floor-core,
.floor-note {
  fill: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 800;
  text-anchor: middle;
}

.floor-title {
  fill: var(--teal-dark);
  font-family: var(--serif);
  font-size: 38px;
}

.floor-core {
  fill: var(--rose);
  font-size: 13px;
}

.floor-note {
  text-anchor: start;
  fill: rgba(39, 86, 108, .65);
  font-size: 14px;
}

.floor-plan--first .floor-wall,
.floor-plan--first .floor-special rect,
.floor-plan--first .floor-special path,
.floor-plan--first .floor-core,
.floor-plan--first .floor-wing rect {
  fill: #fffdfb;
  stroke: #24343c;
  stroke-width: 1.5;
}

.floor-plan--first text {
  fill: #18262d;
  font-family: var(--sans);
  font-size: 14px;
  text-anchor: middle;
}

.floor-plan--first .floor-title {
  font-size: 30px;
  font-weight: 800;
}

.floor-plan--first .floor-core text {
  font-size: 12px;
}

.floor-plan--first .floor-wing rect.room-blue { fill: #c9dff0; }
.floor-plan--first .floor-wing rect.room-yellow { fill: #fff0bf; }
.floor-plan--first .floor-wing rect.room-peach { fill: #f9dcc1; }
.floor-plan--first .floor-wing rect.room-pink { fill: #e998a0; }
.floor-plan--first .floor-wing rect.room-green { fill: #d7edcf; }
.floor-plan--first .floor-wing rect.room-gray { fill: #a7a7a7; }
.floor-plan--first .floor-wing rect.room-white { fill: #fffdfb; }

.campus-map::before,
.campus-map::after {
  content: "";
  position: absolute;
  background: rgba(255, 253, 251, .62);
}

.campus-map::before {
  top: 4%;
  bottom: 4%;
  left: 4%;
  width: 92%;
  border: 2px solid rgba(39, 86, 108, .42);
  background: rgba(255, 253, 251, .9);
}

.campus-map::after {
  top: 4%;
  bottom: 4%;
  left: 48%;
  width: 8%;
  background: rgba(22, 142, 172, .1);
}

.map-path {
  position: absolute;
  z-index: 1;
  background: rgba(22, 142, 172, .16);
}

.map-path--horizontal {
  top: 54%;
  right: 4%;
  left: 4%;
  height: 28px;
  background: rgba(22, 142, 172, .1);
}

.map-path--vertical {
  top: 4%;
  bottom: 4%;
  left: 50%;
  width: 28px;
  background: rgba(22, 142, 172, .1);
}

.map-building {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 2px solid rgba(39, 86, 108, .28);
  color: var(--teal-dark);
  font-weight: 800;
  text-align: center;
}

.map-building--main {
  top: 4%;
  left: 4%;
  width: 92%;
  height: 92%;
  padding: 14px;
  background: rgba(255, 253, 251, .88);
  font-size: 0;
}

.map-building--west {
  top: 21%;
  left: 8%;
  width: 14%;
  height: 24%;
  background: rgba(246, 220, 232, .9);
}

.map-building--east {
  right: 8%;
  bottom: 21%;
  width: 14%;
  height: 24%;
  background: rgba(213, 231, 241, .92);
}

.map-room {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 12%;
  height: 10%;
  place-items: center;
  border: 1px solid rgba(39, 86, 108, .3);
  background: rgba(232, 243, 246, .92);
  color: var(--ink);
  font-size: .66rem;
  font-weight: 800;
}

.map-room--1 { top: 9%; left: 7%; }
.map-room--2 { top: 9%; left: 21%; }
.map-room--3 { top: 9%; left: 35%; }
.map-room--4 { top: 9%; left: 65%; }
.map-room--5 { top: 9%; left: 79%; }
.map-room--6 { top: 39%; left: 7%; }
.map-room--7 { top: 39%; left: 21%; }
.map-room--8 { top: 39%; left: 35%; }

.map-floor-title {
  position: absolute;
  z-index: 3;
  top: 44%;
  left: 47%;
  color: var(--teal-dark);
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  opacity: .72;
}

.map-label {
  position: absolute;
  z-index: 2;
  color: rgba(39, 86, 108, .68);
  font-size: .78rem;
  font-weight: 700;
}

.map-label--lounge {
  top: 8%;
  right: 10%;
}

.map-label--green {
  bottom: 10%;
  left: 11%;
  color: #56876a;
}

.map-compass {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(22, 142, 172, .35);
  border-radius: 50%;
  background: var(--white);
  color: var(--rose);
  font-size: .75rem;
  font-weight: 800;
}

.map-pin {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 3px solid var(--white);
  border-radius: 50% 50% 50% 0;
  background: var(--teal);
  box-shadow: 3px 4px 0 rgba(39, 86, 108, .2);
  color: var(--white);
  font-size: .68rem;
  font-weight: 800;
  transform: rotate(-45deg);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.map-pin {
  text-indent: 0;
}

.map-pin span {
  display: block;
  transform: rotate(45deg);
}

.map-pin:hover,
.map-pin.is-active {
  background: var(--rose);
  transform: rotate(-45deg) scale(1.12);
}

.map-pin--one { top: 17%; left: 75%; }
.map-pin--two { top: 39%; left: 20%; }
.map-pin--three { top: 35%; left: 77%; }
.map-pin--four { bottom: 19%; left: 30%; }
.map-pin--five { top: 62%; left: 58%; }

.project-detail {
  display: none;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(220, 79, 137, .28);
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(220, 79, 137, .1);
}

.project-detail.is-open {
  display: block;
  animation: detail-pop .24s ease both;
}

@keyframes detail-pop {
  from { opacity: 0; transform: translateY(8px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.project-detail .eyebrow {
  color: var(--rose);
}

.project-detail h3 {
  margin: 18px 0 10px;
  color: var(--teal-dark);
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.25;
}

.project-detail p {
  margin: 0;
}

@media (max-width: 760px) {
  .groups-page {
    padding: 112px 20px 104px;
  }

  .groups-page > .section-heading h1 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .groups-branches {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .group-branch {
    min-height: 0;
    padding: 26px;
  }

  .outdoor-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .outdoor-category {
    min-height: 150px;
    padding: 16px 14px;
  }

  .outdoor-category h3 {
    font-size: .92rem;
  }

  .outdoor-category p {
    font-size: .72rem;
  }

  .outdoor-project-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 12px;
  }

  .outdoor-project-card,
  #outdoor-sweets .outdoor-project-card,
  #outdoor-food .outdoor-project-card,
  #outdoor-drink .outdoor-project-card,
  #outdoor-apparel .outdoor-project-card,
  #outdoor-other .outdoor-project-card {
    height: 360px;
    min-height: 360px;
    overflow-y: auto;
    padding: 14px;
    border-radius: 12px 5px 12px 5px;
  }

  .outdoor-project-card__icon,
  #outdoor-sweets .outdoor-project-card__icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    border-width: 3px;
  }

  .tent-number {
    width: 64px;
    flex: 0 0 64px;
    padding: 4px 5px;
    font-size: .6rem;
    letter-spacing: .04em;
    white-space: nowrap;
  }

  #outdoor-other .tent-number {
    width: 64px;
    flex-basis: 64px;
    padding: 4px 5px;
  }

  .outdoor-project-card h4,
  #outdoor-sweets .outdoor-project-card h4,
  #outdoor-food .outdoor-project-card h4,
  #outdoor-drink .outdoor-project-card h4,
  #outdoor-apparel .outdoor-project-card h4,
  #outdoor-other .outdoor-project-card h4 {
    margin-top: 14px;
    font-size: .88rem;
    line-height: 1.35;
  }

  .outdoor-project-card__title,
  #outdoor-sweets .outdoor-project-card__title {
    font-size: .86rem;
    line-height: 1.4;
  }

  .outdoor-project-card > p:last-child {
    font-size: .72rem;
    line-height: 1.55;
  }

  .map-section {
    padding: 22px 16px;
  }

  .map-layout {
    grid-template-columns: 1fr;
  }

  .floor-tabs {
    justify-content: stretch;
  }

  .floor-tab {
    flex: 1;
    min-width: 0;
    padding: 9px 8px;
  }

  .campus-map {
    min-height: 360px;
  }
}
