:root {
  --blush-rose: #e74673;
  --pacific-blue: #1eb4ca;
  --smoky-rose: #865e52;
  --deep-twilight: #1d1860;
  --white: #fefffe;
  --soft-lilac: #f1f0fb;
  --ink-muted: #605e84;
  --line: rgba(29, 24, 96, 0.12);
}

* {
  box-sizing: border-box;
}
html {
  min-width: 320px;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--deep-twilight);
  background: var(--white);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
}
a {
  color: inherit;
}

.maintenance-page {
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  background: linear-gradient(118deg, #fefffe 0%, #fafaff 54%, #f2fbfd 100%);
  isolation: isolate;
}
.page-shell {
  width: min(1240px, calc(100% - 64px));
  min-height: 100svh;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.site-header {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: fade-up 0.7s both;
}
.brand {
  display: block;
  width: 186px;
  line-height: 0;
}
.brand img {
  width: 100%;
  height: auto;
}
.header-note {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-muted);
  font-size: 0.87rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}
.header-note span,
.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: var(--pacific-blue);
  box-shadow: 0 0 0 5px rgba(30, 180, 202, 0.13);
  animation: heartbeat 2.2s infinite;
}

.hero {
  flex: 1;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 40px;
  padding: 24px 0 46px;
}
.hero-copy {
  max-width: 590px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  margin: 0 0 21px;
  color: var(--blush-rose);
  font-size: 1.5rem;
  font-weight: 600;
  
  text-transform: Capitalize;
  display: flex;
  align-items: center;
  gap: 11px;
  animation: fade-up 0.7s 0.12s both;
}
.eyebrow-dot {
  width: 7px;
  height: 7px;
  background: var(--blush-rose);
  box-shadow: 0 0 0 5px rgba(231, 70, 115, 0.12);
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5.15rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin: 0;
  animation: fade-up 0.8s 0.2s both;
}
.intro {
  max-width: 490px;
  margin: 29px 0 31px;
  color: var(--ink-muted);
  font-size: 1.05rem;
  line-height: 1.68;
  animation: fade-up 0.8s 0.31s both;
}
.cta-button {
  --button-x: 0px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform: translate(var(--button-x), 0);
  display: inline-flex;
  align-items: center;
  gap: 19px;
  padding: 17px 19px 17px 24px;
  border-radius: 999px;
  color: var(--white);
  background: var(--deep-twilight);
  box-shadow: 0 14px 25px rgba(29, 24, 96, 0.2);
  font-weight: 750;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: fade-up 0.8s 0.42s both;
}
.cta-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(100deg, var(--blush-rose), #c93691);
  transform: translateX(-101%);
  transition: transform 0.4s ease;
}
.cta-button svg {
  width: 21px;
  height: 21px;
  padding: 3px;
  border-radius: 50%;
  box-sizing: content-box;
  background: var(--white);
  color: var(--deep-twilight);
  transition: transform 0.3s ease;
}
.cta-button:hover {
  transform: translate(var(--button-x), -4px);
  box-shadow: 0 18px 30px rgba(29, 24, 96, 0.26);
}
.cta-button:hover::before {
  transform: translateX(0);
}
.cta-button:hover svg {
  transform: translateX(3px) rotate(-15deg);
}
.cta-button:focus-visible,
.site-footer a:focus-visible,
.brand:focus-visible {
  outline: 3px solid var(--pacific-blue);
  outline-offset: 4px;
}
.return-note {
  margin: 20px 0 20px;
  color: var(--smoky-rose);
  font-size: 1.5rem;
  font-weight: 600;
  animation: fade-up 0.8s 0.52s both;
}

.creative-stage {
  min-height: 470px;
  position: relative;
  margin-right: -13px;
  animation: fade-in 0.9s 0.2s both;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(30, 180, 202, 0.32);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}
.orbit--outer {
  width: min(38vw, 535px);
  height: min(25vw, 350px);
  border-color: rgba(231, 70, 115, 0.3);
}
.orbit--inner {
  width: min(27vw, 380px);
  height: min(18vw, 247px);
}
.stage-window {
  position: absolute;
  z-index: 2;
  width: min(33vw, 455px);
  height: 285px;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(254, 255, 254, 0.88);
  box-shadow: 0 26px 60px rgba(29, 24, 96, 0.16);
  backdrop-filter: blur(12px);
}
.window-bar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 17px;
  background: #f4f4fa;
  border-bottom: 1px solid var(--line);
}
.window-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d8d7e8;
}
.window-bar b {
  width: 45%;
  height: 8px;
  margin-left: 13px;
  border-radius: 8px;
  background: #e5e5f0;
}
.window-layout {
  height: calc(100% - 44px);
  display: flex;
}
.window-sidebar {
  width: 23%;
  padding: 25px 14px;
  background: #ecebf6;
}
.window-sidebar span {
  display: block;
  height: 7px;
  margin: 0 0 17px;
  border-radius: 7px;
  background: #d3d0e7;
}
.window-sidebar span:first-child {
  width: 70%;
  background: var(--blush-rose);
}
.window-content {
  flex: 1;
  padding: 32px 29px;
}
.content-tag {
  display: block;
  width: 63px;
  height: 11px;
  border-radius: 8px;
  background: rgba(30, 180, 202, 0.24);
}
.window-content strong {
  display: block;
  height: 13px;
  margin-top: 16px;
  border-radius: 8px;
  background: var(--deep-twilight);
}
.window-content strong + strong {
  width: 69%;
  margin-top: 9px;
  background: rgba(29, 24, 96, 0.62);
}
.content-blocks {
  display: flex;
  gap: 11px;
  margin-top: 24px;
}
.content-blocks i {
  width: 50%;
  height: 65px;
  border-radius: 10px;
  background: #eeeefa;
}
.content-blocks i + i {
  background: rgba(30, 180, 202, 0.2);
}
.progress-card {
  position: absolute;
  z-index: 3;
  top: 11%;
  right: 5%;
  width: 227px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  background: rgba(254, 255, 254, 0.92);
  box-shadow: 0 18px 38px rgba(29, 24, 96, 0.13);
  transform: rotate(6deg);
}
.card-topline {
  display: flex;
  justify-content: space-between;
  color: var(--deep-twilight);
  font-size: 0.74rem;
  font-weight: 800;
}
.card-check {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #ddf6f9;
  color: var(--pacific-blue);
}
.progress-track {
  height: 8px;
  overflow: hidden;
  margin: 15px 0 10px;
  border-radius: 8px;
  background: #ededf5;
}
.progress-track span {
  display: block;
  width: 74%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pacific-blue), var(--blush-rose));
  animation: progress 1.7s 0.8s both;
}
.progress-card p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.72rem;
}
.pencil {
  position: absolute;
  z-index: 4;
  width: 144px;
  height: 26px;
  bottom: 14%;
  left: 2%;
  border-radius: 6px 3px 3px 6px;
  background: var(--blush-rose);
  transform: rotate(-44deg);
  box-shadow: 0 8px 15px rgba(231, 70, 115, 0.2);
}
.pencil::before {
  content: "";
  position: absolute;
  right: -27px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 27px solid #f0c9a9;
}
.pencil::after {
  content: "";
  position: absolute;
  right: -33px;
  top: 9px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid var(--deep-twilight);
}
.pencil span {
  display: block;
  width: 17px;
  height: 100%;
  margin-left: 12px;
  background: rgba(255, 255, 255, 0.4);
}
.book {
  position: absolute;
  z-index: 3;
  right: 4%;
  bottom: 5%;
  width: 75px;
  height: 59px;
  background: var(--pacific-blue);
  border-radius: 5px 13px 12px 5px;
  transform: rotate(17deg);
  box-shadow: 0 12px 20px rgba(30, 180, 202, 0.24);
}
.book::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
}
.book i {
  position: absolute;
  left: 8px;
  right: 42px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
  top: 17px;
}
.book i + i {
  top: 25px;
}
.spark {
  position: absolute;
  z-index: 4;
  color: var(--blush-rose);
  font-size: 31px;
  animation: float 4s ease-in-out infinite;
}
.spark--one {
  left: 11%;
  top: 23%;
}
.spark--two {
  right: 10%;
  bottom: 26%;
  color: var(--pacific-blue);
  font-size: 22px;
  animation-delay: -2s;
}
.spark--three {
  right: 22%;
  top: 9%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--smoky-rose);
  animation-delay: -1s;
}

/* Existing school photography, arranged as a warm editorial collage. */
.photo-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 9px solid var(--white);
  background: var(--white);
  box-shadow: 0 24px 50px rgba(29, 24, 96, 0.18);
}
.photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.creative-stage:hover .photo-card img {
  transform: scale(1.045);
}
.photo-card--primary {
  z-index: 2;
  width: min(34vw, 455px);
  height: 305px;
  top: 48%;
  left: 48%;
  border-radius: 28px 28px 28px 6px;
  transform: translate(-50%, -50%) rotate(-4.5deg);
}
.photo-card--primary img {
  object-position: center;
}
.photo-card--secondary {
  z-index: 3;
  width: min(18vw, 240px);
  height: 177px;
  right: 2%;
  bottom: 7%;
  border-width: 7px;
  border-radius: 18px 18px 5px 18px;
  transform: rotate(8deg);
}
.photo-card--secondary img {
  object-position: 53% center;
}
.photo-note {
  position: absolute;
  z-index: 4;
  top: 10%;
  right: 3%;
  width: 207px;
  min-height: 104px;
  padding: 19px 18px 15px;
  border-radius: 15px 15px 15px 3px;
  color: var(--white);
  background: var(--deep-twilight);
  box-shadow: 0 18px 34px rgba(29, 24, 96, 0.2);
  transform: rotate(5deg);
}
.photo-note__mark {
  display: block;
  margin-bottom: 5px;
  color: var(--pacific-blue);
  font-size: 19px;
}
.photo-note p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}
.photo-note strong {
  color: #fff;
  font-weight: 500;
}

.site-footer {
  min-height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--ink-muted);
  font-size: 0.84rem;
  border-top: 1px solid var(--line);
  animation: fade-up 0.8s 0.6s both;
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a span {
  color: var(--deep-twilight);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ambient {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  will-change: transform;
}
.ambient--one {
  width: 22vw;
  height: 22vw;
  top: -12vw;
  right: -5vw;
  background: radial-gradient(
    circle,
    rgba(30, 180, 202, 0.14),
    transparent 68%
  );
}
.ambient--two {
  width: 30vw;
  height: 30vw;
  bottom: -18vw;
  left: -12vw;
  background: radial-gradient(circle, rgba(231, 70, 115, 0.1), transparent 68%);
}
.ambient--three {
  width: 10px;
  height: 10px;
  left: 48%;
  top: 14%;
  background: var(--pacific-blue);
  box-shadow: 0 0 0 14px rgba(30, 180, 202, 0.08);
}
.cursor-glow {
  display: none;
  position: fixed;
  z-index: 10;
  width: 32px;
  height: 32px;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(30, 180, 202, 0.13);
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s, background 0.2s;
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes float {
  50% {
    transform: translateY(-11px) rotate(7deg);
  }
}
@keyframes heartbeat {
  50% {
    transform: scale(1.16);
    opacity: 0.72;
  }
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 74%;
  }
}
@media (min-width: 769px) and (pointer: fine) {
  .cursor-glow {
    display: block;
  }
  body:has(.cta-button:hover) .cursor-glow {
    width: 52px;
    height: 52px;
    background: rgba(231, 70, 115, 0.15);
  }
}
@media (max-width: 1024px) {
  .creative-stage {
    min-height: 420px;
  }
  .photo-card--primary {
    width: min(39vw, 420px);
    height: 280px;
  }
  .photo-card--secondary {
    width: 205px;
    height: 150px;
  }
  .page-shell {
    width: min(100% - 48px, 1120px);
  }
}
@media (max-width: 768px) {
  .page-shell {
    width: min(100% - 40px, 620px);
  }
  .site-header {
    min-height: 95px;
  }
  .brand {
    width: 158px;
  }
  .header-note {
    font-size: 0.76rem;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 34px 0 35px;
    gap: 9px;
  }
  .hero-copy {
    max-width: 560px;
  }
  .creative-stage {
    min-height: 350px;
    margin: 0;
    width: 100%;
    max-width: 510px;
    justify-self: center;
  }
  .photo-card--primary {
    width: min(72vw, 390px);
    height: 258px;
  }
  .photo-card--secondary {
    width: 190px;
    height: 136px;
    right: 1%;
    bottom: 6%;
  }
  .photo-note {
    top: 1%;
    right: 1%;
    transform: rotate(5deg) scale(0.88);
    transform-origin: top right;
  }
  .site-footer {
    min-height: 70px;
  }
}
@media (max-width: 480px) {
  .page-shell {
    width: calc(100% - 32px);
  }
  .site-header {
    min-height: 80px;
  }
  .brand {
    width: 138px;
  }
  .header-note {
    display: none;
  }
  .hero {
    padding-top: 25px;
  }
  .eyebrow {
    margin-bottom: 16px;
  }
  h1 {
    font-size: clamp(2.72rem, 13.5vw, 3.7rem);
  }
  .intro {
    font-size: 0.98rem;
    margin: 21px 0 26px;
    line-height: 1.6;
  }
  .cta-button {
    width: 100%;
    justify-content: space-between;
    padding-left: 23px;
  }
  .creative-stage {
    min-height: 297px;
    margin-top: 4px;
  }
  .photo-card {
    border-width: 6px;
  }
  .photo-card--primary {
    width: 83vw;
    height: 220px;
    border-radius: 21px 21px 21px 5px;
  }
  .photo-card--secondary {
    width: 142px;
    height: 104px;
    right: -2%;
    bottom: 3%;
    border-width: 5px;
  }
  .photo-note {
    width: 171px;
    min-height: 83px;
    padding: 13px 14px;
    right: -5px;
    transform: rotate(5deg) scale(0.78);
  }
  .photo-note p {
    font-size: 1rem;
  }
  .spark--one {
    left: 3%;
    top: 20%;
  }
  .spark--two {
    right: 4%;
  }
  .site-footer {
    display: block;
    min-height: 87px;
    padding-top: 17px;
    font-size: 0.78rem;
  }
  .site-footer a {
    display: block;
    margin-top: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .cursor-glow {
    display: none !important;
  }
}
