:root {
  --orange: #f15a24;
  --orange-deep: #d94817;
  --orange-light: #ffae8b;
  --ink: #142938;
  --cream: #fff8f3;
  --white-soft: rgba(255, 255, 255, .78);
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0;
  color: #fff;
  background: var(--orange);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.page-pattern { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(135deg, rgba(241, 90, 36, .72), rgba(216, 72, 23, .7)), url("assets/altinoran-pattern.png") center / cover; opacity: .68; mix-blend-mode: screen; }
body::after { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(circle at 50% 38%, rgba(255, 173, 139, .34), transparent 33%), linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(102, 24, 3, .15)); content: ""; }
.ambient { position: fixed; z-index: 0; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; pointer-events: none; }.ambient-one { top: -130px; right: 11%; width: 330px; height: 330px; animation: float-ring 11s ease-in-out infinite; }.ambient-two { bottom: -190px; left: 7%; width: 390px; height: 390px; border-color: rgba(255, 210, 192, .24); animation: float-ring 14s ease-in-out -3s infinite reverse; }
.construction-header, .construction-main, .construction-footer { position: relative; z-index: 1; width: min(1190px, calc(100% - 64px)); margin: 0 auto; }
.construction-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px 0; }.construction-brand { display: inline-flex; align-items: center; gap: 12px; }.brand-mark { position: relative; display: grid; place-items: center; width: 45px; height: 45px; color: var(--orange); background: #fff; border-radius: 50%; box-shadow: 0 10px 25px rgba(105, 29, 7, .16); }.brand-letter { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 800; line-height: 1; }.spark { position: absolute; width: 4px; height: 4px; background: var(--orange-light); border-radius: 50%; }.spark-one { top: 6px; right: 7px; }.spark-two { bottom: 9px; left: 6px; }.spark-three { right: 7px; bottom: 7px; width: 3px; height: 3px; }.brand-copy { display: flex; flex-direction: column; color: #fff; line-height: .95; }.brand-copy strong { font-size: 1.25rem; letter-spacing: -.04em; }.brand-copy small { margin-top: 5px; color: #ffe1d3; font-size: .66rem; font-weight: 800; letter-spacing: .33em; text-transform: uppercase; }.header-status { display: inline-flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, .76); font-size: .73rem; font-weight: 700; letter-spacing: .06em; }.header-status i { width: 8px; height: 8px; background: #ffcca9; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255, 204, 169, .16); animation: pulse 2s ease-in-out infinite; }
.construction-main { display: flex; align-items: center; flex: 1; flex-direction: column; justify-content: center; padding: 20px 0 45px; text-align: center; }.construction-intro { max-width: 730px; }.eyebrow { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 19px; color: #ffe0d1; font-size: .69rem; font-weight: 800; letter-spacing: .2em; }.eyebrow span { width: 28px; height: 2px; background: currentColor; }.construction-intro h1 { margin: 0; color: #fff; font-size: clamp(3.3rem, 7.5vw, 6.8rem); font-weight: 700; letter-spacing: -.085em; line-height: .91; text-shadow: 0 12px 30px rgba(105, 29, 7, .1); }.construction-intro h1 em { color: #ffe4d6; font-family: Georgia, "Times New Roman", serif; font-size: .82em; font-weight: 500; letter-spacing: -.07em; }.intro-copy { max-width: 470px; margin: 26px auto 0; color: rgba(255, 255, 255, .78); font-size: 1rem; }
.construction-stage { position: relative; width: min(100%, 650px); height: 305px; margin: 28px auto 0; }.stage-ring { position: absolute; border: 1px solid rgba(255, 235, 226, .48); border-radius: 50%; }.ring-one { top: -17px; left: 50%; width: 390px; height: 390px; transform: translateX(-50%); animation: spin 25s linear infinite; }.ring-one::before, .ring-one::after { position: absolute; width: 9px; height: 9px; background: #ffe1d1; border-radius: 50%; content: ""; }.ring-one::before { top: 38px; left: 63px; }.ring-one::after { right: 34px; bottom: 86px; width: 6px; height: 6px; background: #ffb18f; }.ring-two { top: 30px; left: 50%; width: 310px; height: 310px; border-color: rgba(255, 225, 211, .25); transform: translateX(-50%); animation: spin-reverse 18s linear infinite; }.stage-dots { position: absolute; color: rgba(255, 224, 209, .75); font-size: 2rem; letter-spacing: .4em; }.dots-left { top: 75px; left: 7px; }.dots-right { right: 2px; bottom: 38px; }
.stage-image { position: absolute; top: 0; left: 50%; width: 365px; height: 285px; overflow: hidden; border: 7px solid rgba(255, 245, 239, .95); border-radius: 48% 48% 24% 24%; box-shadow: 0 28px 55px rgba(105, 29, 7, .2), 0 0 0 1px rgba(255, 255, 255, .22); transform: translateX(-50%) rotate(-2deg); }.stage-image img { width: 100%; height: 100%; object-fit: cover; opacity: .7; mix-blend-mode: screen; filter: saturate(.83) hue-rotate(-6deg) brightness(.88) contrast(.95); }.stage-image-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(241, 90, 36, .16), rgba(20, 41, 56, .76)); }.stage-image-content { position: absolute; right: 25px; bottom: 24px; left: 25px; display: flex; align-items: flex-start; flex-direction: column; text-align: left; }.stage-kicker { margin-bottom: 7px; color: #ffcfbc; font-size: .61rem; font-weight: 800; letter-spacing: .2em; }.stage-image-content strong { font-size: 1.55rem; line-height: 1.02; }.stage-image-content em { color: #ffb18f; font-family: Georgia, serif; font-style: normal; font-weight: 500; }.stage-star { position: absolute; right: 0; bottom: 2px; color: #ffe1d1; font-size: 1.6rem; animation: twinkle 2.7s ease-in-out infinite; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 13px 16px; color: var(--ink); background: rgba(255, 255, 255, .96); border: 1px solid rgba(255, 255, 255, .75); border-radius: 14px; box-shadow: 0 16px 35px rgba(105, 29, 7, .17); text-align: left; }.note-left { top: 39px; left: 0; animation: float-card 5s ease-in-out infinite; }.note-right { right: -14px; bottom: 20px; animation: float-card 5s ease-in-out -2s infinite; }.floating-note small, .floating-note strong { display: block; line-height: 1.28; }.floating-note small { color: #77838a; font-size: .65rem; }.floating-note strong { margin-top: 3px; color: var(--ink); font-size: .77rem; }.note-symbol, .note-check { display: grid; place-items: center; flex: 0 0 33px; width: 33px; height: 33px; color: #fff; background: var(--orange); border-radius: 50%; }.note-check { color: var(--orange); background: #fff0e8; font-weight: 900; }
.construction-progress { width: min(100%, 550px); margin: 5px auto 0; text-align: left; }.progress-heading, .progress-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.progress-heading { margin-bottom: 9px; color: #ffe3d6; font-size: .64rem; font-weight: 800; letter-spacing: .13em; }.progress-heading strong { color: #fff; font-size: .74rem; letter-spacing: .02em; text-transform: none; }.progress-track { height: 9px; overflow: hidden; background: rgba(255, 255, 255, .24); border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; }.progress-track span { display: block; width: 68%; height: 100%; background: repeating-linear-gradient(135deg, #fff 0 8px, #ffd1bd 8px 16px); border-radius: inherit; animation: progress-shimmer 2.4s linear infinite; }.progress-foot { margin-top: 9px; color: rgba(255, 255, 255, .58); font-size: .68rem; }.progress-dots { display: inline-flex; gap: 4px; }.progress-dots i { width: 4px; height: 4px; background: #ffd1bd; border-radius: 50%; animation: pulse 1.4s ease-in-out infinite; }.progress-dots i:nth-child(2) { animation-delay: .18s; }.progress-dots i:nth-child(3) { animation-delay: .36s; }
.construction-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 26px; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 18px; border-radius: 999px; font-size: .81rem; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }.button:hover, .button:focus-visible { transform: translateY(-2px); }.button-dark { color: #fff; background: var(--ink); box-shadow: 0 11px 25px rgba(105, 29, 7, .17); }.button-dark:hover, .button-dark:focus-visible { background: #0b1d2a; }.button-light { color: var(--orange-deep); background: #fff; }.button-light:hover, .button-light:focus-visible { color: var(--ink); background: #ffe9df; }
.construction-footer { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 25px; color: rgba(255, 255, 255, .58); border-top: 1px solid rgba(255, 255, 255, .2); font-size: .7rem; }
:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
@keyframes spin { to { transform: translateX(-50%) rotate(360deg); } } @keyframes spin-reverse { to { transform: translateX(-50%) rotate(-360deg); } } @keyframes float-card { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } @keyframes float-ring { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(10px, 18px); } } @keyframes pulse { 0%, 100% { opacity: .42; transform: scale(.86); } 50% { opacity: 1; transform: scale(1.12); } } @keyframes twinkle { 0%, 100% { opacity: .55; transform: rotate(0) scale(.9); } 50% { opacity: 1; transform: rotate(15deg) scale(1.1); } } @keyframes progress-shimmer { from { background-position: 0 0; } to { background-position: 32px 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } }
@media (max-width: 760px) { .construction-header, .construction-main, .construction-footer { width: min(100% - 34px, 620px); }.construction-header { padding: 20px 0; }.header-status { display: none; }.construction-main { padding-top: 25px; }.construction-intro h1 { font-size: clamp(3.25rem, 15vw, 5.4rem); }.intro-copy { max-width: 360px; font-size: .9rem; }.construction-stage { height: 315px; margin-top: 38px; }.stage-image { width: min(74vw, 350px); height: 275px; }.ring-one { width: min(88vw, 390px); height: min(88vw, 390px); }.ring-two { width: min(72vw, 310px); height: min(72vw, 310px); }.floating-note { padding: 10px 11px; }.note-left { top: 24px; left: -2px; }.note-right { right: -2px; bottom: 4px; }.floating-note strong { font-size: .68rem; }.floating-note small { font-size: .58rem; }.construction-progress { width: min(100%, 480px); }.construction-footer { align-items: flex-start; flex-direction: column; gap: 4px; }.progress-foot { font-size: .61rem; } }
@media (max-width: 460px) { .construction-intro h1 { font-size: 3.1rem; }.construction-stage { height: 280px; margin-top: 30px; }.stage-image { width: 270px; height: 235px; }.stage-image-content { right: 18px; bottom: 18px; left: 18px; }.stage-image-content strong { font-size: 1.22rem; }.ring-one { width: 305px; height: 305px; }.ring-two { width: 245px; height: 245px; }.floating-note { gap: 7px; }.note-left { top: 10px; left: -5px; }.note-right { right: -5px; bottom: -1px; }.note-symbol, .note-check { flex-basis: 28px; width: 28px; height: 28px; font-size: .82rem; }.floating-note strong { font-size: .61rem; }.floating-note small { font-size: .54rem; }.construction-actions { flex-direction: column; width: 100%; }.button { width: 100%; }.progress-foot span:first-child { max-width: 220px; } }
