:root {
  --bg: #050605;
  --panel: #0a0d0b;
  --gold: #d3a64f;
  --gold-soft: #f0d486;
  --white: #f5efe3;
  --muted: #b8afa1;
  --line: rgba(211, 166, 79, 0.28);
  --display: "Cormorant Garamond", Georgia, serif;
  --project-display: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 8%, rgba(211, 166, 79, .12), transparent 30rem),
    radial-gradient(circle at 12% 62%, rgba(14, 73, 52, .34), transparent 32rem),
    linear-gradient(180deg, #050605 0%, #020302 100%);
  font-family: Inter, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site {
  width: min(100% - 56px, 1360px);
  margin: 0 auto;
}

.header {
  height: 86px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand img { width: 210px; display: block; }
.header nav { display: flex; justify-content: center; gap: 30px; }
.header nav a {
  color: rgba(245, 239, 227, .78);
  font-size: 14px;
  font-weight: 700;
}
.header nav a:hover { color: var(--gold-soft); }
.login-trigger {
  min-width: 108px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, .035);
  cursor: pointer;
}
.login-trigger:hover {
  border-color: rgba(240, 212, 134, .72);
}

.frame {
  position: relative;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .018);
}
.corner {
  position: absolute;
  top: 20px;
  color: var(--gold);
  font-size: 16px;
  font-weight: 800;
}
.corner.left { left: 22px; }
.corner.right { right: 22px; }

.hero {
  min-height: 540px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 58px 62px;
  background:
    linear-gradient(90deg, rgba(5, 6, 5, .97) 0%, rgba(5, 6, 5, .8) 43%, rgba(5, 6, 5, .2) 100%),
    url("./assets/sabel-luxury-hero.png") center right / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .26) 100%),
    radial-gradient(circle at 73% 48%, transparent 0 14rem, rgba(0, 0, 0, .26) 34rem);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 20%, rgba(240, 212, 134, .1) 47%, transparent 64%);
  transform: translateX(-110%);
  animation: heroSheen 8s ease-in-out infinite;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 650px;
}
.hero-logo {
  width: min(100%, 610px);
  display: block;
  margin-bottom: 28px;
  filter: drop-shadow(0 22px 42px rgba(0, 0, 0, .48));
  animation: logoFloat 7s ease-in-out infinite;
}
.hero p {
  max-width: 540px;
  margin: 0;
  color: rgba(245, 239, 227, .94);
  font-family: var(--display);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.12;
  text-wrap: balance;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .7);
}
.gold-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 0 28px;
  border-radius: 8px;
  border: 1px solid rgba(255, 230, 160, .42);
  color: #171006;
  background: linear-gradient(135deg, #f4d887, #c7953f);
  box-shadow: 0 16px 48px rgba(211, 166, 79, .18);
  font-size: 14px;
  font-weight: 900;
}

.section-kicker {
  margin: 0 0 26px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.home-projects {
  padding: 28px 28px 32px;
  border-top: 0;
}
.home-projects .section-kicker {
  margin-bottom: 20px;
}
.mini-project-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.mini-project {
  position: relative;
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(245, 239, 227, .11);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .01)),
    rgba(5, 6, 5, .52);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.project-page .mini-project { animation: riseIn .55s ease both; }
.project-page .mini-project:nth-child(2) { animation-delay: .05s; }
.project-page .mini-project:nth-child(3) { animation-delay: .1s; }
.project-page .mini-project:nth-child(4) { animation-delay: .15s; }
.project-page .mini-project:nth-child(5) { animation-delay: .2s; }
.mini-project::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 24% 18%, rgba(240, 212, 134, .12), transparent 11rem);
  opacity: 0;
  transition: opacity .22s ease;
}
.mini-project::after {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -70%;
  width: 45%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08), transparent);
  transform: rotate(12deg);
  transition: left .5s ease;
}
.mini-project:hover {
  transform: translateY(-5px);
  border-color: rgba(240, 212, 134, .35);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .012)),
    rgba(5, 6, 5, .66);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}
.mini-project:hover::before { opacity: 1; }
.mini-project:hover::after { left: 125%; }
.mini-project > * {
  position: relative;
  z-index: 1;
}
.mini-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid currentColor;
  border-radius: 10px;
  color: var(--gold-soft);
  font-weight: 900;
  background: rgba(0, 0, 0, .18);
  box-shadow: 0 0 24px color-mix(in srgb, currentColor 24%, transparent);
}
.mini-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px color-mix(in srgb, currentColor 46%, transparent));
}
.mini-project h2 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  text-transform: uppercase;
}
.project-page .mini-project h2 {
  font-family: var(--project-display);
  font-size: 20px;
  font-weight: 400;
}
.mini-project p {
  min-height: 82px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.mini-project a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-soft);
  font-size: 14px;
  font-weight: 800;
}
.mini-project a::after {
  content: "→";
  transition: transform .18s ease;
}
.mini-project:hover a::after { transform: translateX(4px); }
.pos .mini-icon { color: #4aa3ff; }
.vet .mini-icon { color: #62d484; }
.inventory .mini-icon { color: #9f77ff; }
.future .mini-icon { color: #d8903b; }

@keyframes heroSheen {
  0%, 55% { transform: translateX(-110%); opacity: 0; }
  68% { opacity: 1; }
  100% { transform: translateX(120%); opacity: 0; }
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes softPulse {
  0%, 100% { filter: drop-shadow(0 0 12px rgba(240, 212, 134, .1)); }
  50% { filter: drop-shadow(0 0 24px rgba(240, 212, 134, .28)); }
}

@keyframes titleBreath {
  0%, 100% {
    text-shadow: 0 0 0 rgba(240, 212, 134, 0), 0 16px 34px rgba(0, 0, 0, .48);
    transform: translateY(0);
  }
  50% {
    text-shadow: 0 0 20px rgba(240, 212, 134, .12), 0 18px 38px rgba(0, 0, 0, .55);
    transform: translateY(-2px);
  }
}

@keyframes titleGlide {
  0%, 48% {
    opacity: 0;
    transform: translateX(-140%);
  }
  58% {
    opacity: .82;
  }
  76%, 100% {
    opacity: 0;
    transform: translateX(680%);
  }
}

.footer {
  min-height: 210px;
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr 1fr;
  gap: 38px;
  padding: 34px;
  border-top: 0;
}
.footer img {
  width: 190px;
  display: block;
  margin-bottom: 18px;
}
.footer p,
.footer a,
.footer span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.footer nav,
.footer address {
  display: grid;
  gap: 9px;
  align-content: start;
  font-style: normal;
}
.footer strong {
  color: var(--white);
  margin-bottom: 6px;
}

.login-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.login-modal.is-open {
  display: flex;
  animation: loginFade .24s ease both;
}
.login-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(211, 166, 79, .18), transparent 30rem),
    rgba(0, 0, 0, .78);
  backdrop-filter: blur(18px);
}
.login-panel {
  width: min(100%, 520px);
  max-height: min(92vh, 700px);
  position: relative;
  overflow: hidden auto;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 12%, rgba(240, 212, 134, .11), transparent 18rem),
    radial-gradient(circle at 12% 86%, rgba(22, 139, 118, .13), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .016)),
    rgba(8, 12, 9, .96);
  box-shadow: 0 44px 130px rgba(0, 0, 0, .56), inset 0 1px 0 rgba(255, 255, 255, .08);
  animation: loginPanelIn .34s ease both;
}
.login-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 24%, rgba(240, 212, 134, .1) 50%, transparent 72%);
  transform: translateX(-120%);
  animation: loginPanelSheen 8s ease-in-out infinite;
}
.login-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-soft);
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.login-close:hover {
  color: var(--white);
  border-color: rgba(240, 212, 134, .62);
  transform: rotate(90deg);
}
.login-kicker {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.login-panel h2 {
  position: relative;
  z-index: 1;
  max-width: 380px;
  margin: 0;
  font-family: var(--project-display);
  font-size: clamp(32px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1;
}
.login-copy {
  position: relative;
  z-index: 1;
  max-width: 380px;
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.login-system-field {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}
.login-system-field label {
  color: rgba(245, 239, 227, .58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.login-system-field::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 15px;
  height: 15px;
  pointer-events: none;
  border-right: 3px solid var(--gold-soft);
  border-bottom: 3px solid var(--gold-soft);
  transform: rotate(45deg);
  filter: drop-shadow(0 0 10px rgba(240, 212, 134, .34));
}
.login-system-select {
  width: 100%;
  height: 54px;
  appearance: none;
  border: 1px solid rgba(245, 239, 227, .16);
  border-radius: 12px;
  outline: none;
  padding: 0 54px 0 15px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    rgba(0, 0, 0, .3);
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.login-system-select:focus,
.login-system-select:hover {
  border-color: rgba(240, 212, 134, .58);
  background:
    linear-gradient(180deg, rgba(240, 212, 134, .07), rgba(255, 255, 255, .018)),
    rgba(0, 0, 0, .34);
  box-shadow: 0 0 0 4px rgba(240, 212, 134, .07), 0 0 26px rgba(240, 212, 134, .08);
}
.login-system-select option {
  color: #f5efe3;
  background: #090c0a;
}
.login-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}
.login-selected {
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid rgba(240, 212, 134, .18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 12% 50%, rgba(240, 212, 134, .11), transparent 13rem),
    rgba(0, 0, 0, .22);
}
.login-selected span,
.login-form label span {
  color: rgba(245, 239, 227, .58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.login-selected strong {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}
.login-selected small {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 600;
}
.login-form label {
  display: grid;
  gap: 8px;
}
.login-form input {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(245, 239, 227, .13);
  border-radius: 12px;
  outline: none;
  padding: 0 15px;
  color: var(--white);
  background: rgba(0, 0, 0, .24);
  font: inherit;
  font-weight: 400;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.login-form input::placeholder {
  color: rgba(184, 175, 161, .62);
  font-weight: 400;
}
.login-form input:focus {
  border-color: rgba(240, 212, 134, .58);
  background: rgba(0, 0, 0, .34);
  box-shadow: 0 0 0 4px rgba(240, 212, 134, .07), 0 0 26px rgba(240, 212, 134, .09);
}
.login-submit {
  min-height: 54px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 230, 160, .42);
  border-radius: 12px;
  color: #171006;
  background: linear-gradient(135deg, #f4d887, #c7953f);
  box-shadow: 0 18px 48px rgba(211, 166, 79, .22);
  cursor: pointer;
  font-weight: 950;
}
.login-submit::before {
  content: "";
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -80%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent);
  transform: rotate(14deg);
  transition: left .55s ease;
}
.login-submit:hover::before { left: 120%; }
.login-options {
  display: grid;
  border-top: 1px solid var(--line);
}
.login-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.login-options span {
  color: var(--gold-soft);
  font-weight: 800;
}
.login-options strong {
  color: var(--muted);
  font-size: 13px;
}

@keyframes loginFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes loginPanelIn {
  from { opacity: 0; transform: translateY(16px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes loginPanelSheen {
  0%, 54% { opacity: 0; transform: translateX(-120%); }
  68% { opacity: 1; }
  100% { opacity: 0; transform: translateX(120%); }
}

.projects-hero {
  min-height: 480px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 44px;
  align-items: center;
  padding: 62px 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 44%, rgba(211, 166, 79, .16), transparent 22rem),
    linear-gradient(90deg, rgba(5, 6, 5, .98), rgba(5, 6, 5, .78)),
    url("./assets/sabel-luxury-hero.png") center / cover no-repeat;
}

.projects-list-hero {
  min-height: 340px;
  display: flex;
  align-items: end;
  padding: 52px 62px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 6, 5, .96), rgba(5, 6, 5, .72)),
    url("./assets/sabel-luxury-hero.png") center / cover no-repeat;
}
.projects-list-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 20%, rgba(240, 212, 134, .1) 47%, transparent 64%);
  transform: translateX(-110%);
  animation: heroSheen 8s ease-in-out infinite;
}
.project-detail-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .028), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(240, 212, 134, .1), transparent 18rem);
  opacity: .75;
}
.projects-list-hero > *,
.project-detail-page > * {
  position: relative;
  z-index: 1;
}
.projects-list-hero h1 {
  max-width: 690px;
  margin: 0;
  font-family: var(--project-display);
  font-size: clamp(30px, 3.15vw, 44px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: .2px;
  position: relative;
}
.projects-list-hero p:not(.section-kicker) {
  max-width: 640px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.project-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  border-top: 0;
}
.project-card {
  min-height: 310px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(245, 239, 227, .1);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012)),
    rgba(5, 6, 5, .6);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 24% 18%, rgba(240, 212, 134, .12), transparent 12rem);
  opacity: 0;
  transition: opacity .22s ease;
}
.project-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 212, 134, .45), transparent);
  opacity: .35;
  transition: opacity .22s ease;
}
.project-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 212, 134, .36);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, .34),
    0 0 0 1px rgba(240, 212, 134, .04);
}
.project-card:hover::before { opacity: 1; }
.project-card:hover::after { opacity: .85; }
.project-card > * {
  position: relative;
  z-index: 1;
}
.project-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 24px;
  padding: 8px;
  border: 1px solid currentColor;
  border-radius: 10px;
  background: rgba(0, 0, 0, .18);
  box-shadow: 0 0 24px color-mix(in srgb, currentColor 24%, transparent);
  filter: drop-shadow(0 0 12px color-mix(in srgb, currentColor 46%, transparent));
}
.project-card.pos img { color: #4aa3ff; }
.project-card.vet img { color: #62d484; }
.project-card.inventory img { color: #9f77ff; }
.project-card.future img { color: #d8903b; }
.project-card.restaurant img { color: var(--gold-soft); }
.project-card span {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.project-card h2 {
  margin: 14px 0 12px;
  font-family: var(--project-display);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}
.project-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}
.project-card a {
  margin-top: auto;
  color: var(--gold-soft);
  font-size: 14px;
  font-weight: 900;
}
.project-card a::after {
  content: "→";
  display: inline-block;
  margin-left: 9px;
  transition: transform .18s ease;
}
.project-card:hover a::after { transform: translateX(4px); }
.project-detail-page {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: center;
  padding: 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(211, 166, 79, .12), transparent 26rem),
    rgba(255, 255, 255, .018);
}
.future-page {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
}
.back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: rgba(245, 239, 227, .62);
  font-size: 13px;
  font-weight: 800;
}
.back-link::before {
  content: "←";
  margin-right: 9px;
  color: var(--gold-soft);
}
.detail-copy h1 {
  max-width: 680px;
  margin: 0 0 22px;
  font-family: var(--project-display);
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: .2px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.detail-copy p {
  max-width: 650px;
  margin: 0 0 16px;
  color: rgba(245, 239, 227, .76);
  font-size: 16px;
  line-height: 1.75;
}
.detail-features {
  padding: 44px;
  border-top: 0;
}
.detail-features h2 {
  margin: 0 0 24px;
  font-family: var(--project-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}
.detail-features strong {
  display: block;
  max-width: 760px;
  margin-top: 26px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.5;
}
.detail-nav {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 22px;
  border-top: 0;
}
.detail-nav a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(245, 239, 227, .12);
  border-radius: 8px;
  color: var(--gold-soft);
  background: rgba(255, 255, 255, .024);
  font-size: 14px;
  font-weight: 800;
}

.restaurant-page .restaurant-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(240, 212, 134, .11), transparent 25rem),
    radial-gradient(circle at 10% 82%, rgba(12, 88, 61, .28), transparent 22rem),
    rgba(255, 255, 255, .018);
}
.restaurant-console {
  min-height: 430px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(245, 239, 227, .13);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .012)),
    rgba(0, 0, 0, .28);
  box-shadow:
    0 42px 100px rgba(0, 0, 0, .38),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}
.restaurant-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(240, 212, 134, .13), transparent 14rem),
    linear-gradient(105deg, transparent 24%, rgba(240, 212, 134, .08) 50%, transparent 68%);
  transform: translateX(-120%);
  animation: restaurantSheen 7.5s ease-in-out infinite;
}
.restaurant-screen-base {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: cover;
  border-radius: 14px;
  opacity: .24;
  filter: blur(.2px) brightness(.66) saturate(.9);
}
.console-glass {
  width: min(92%, 620px);
  position: relative;
  z-index: 1;
  padding: 20px;
  border: 1px solid rgba(245, 239, 227, .14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(8, 12, 9, .82), rgba(5, 6, 5, .72)),
    rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}
.console-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(245, 239, 227, .1);
}
.console-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #62d484;
  box-shadow: 0 0 18px rgba(98, 212, 132, .6);
}
.console-topbar strong {
  color: var(--white);
  font-size: 14px;
}
.console-topbar em {
  margin-left: auto;
  color: var(--gold-soft);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.service-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 16px 0;
}
.service-flow span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 239, 227, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
  color: rgba(245, 239, 227, .72);
  font-size: 12px;
  font-weight: 800;
  animation: flowStep 8s ease-in-out infinite;
}
.service-flow span:nth-child(2) { animation-delay: 2s; }
.service-flow span:nth-child(3) { animation-delay: 4s; }
.service-flow span:nth-child(4) { animation-delay: 6s; }
.restaurant-layout {
  display: grid;
  grid-template-columns: .8fr 1.1fr .8fr;
  gap: 12px;
}
.table-map,
.order-ticket,
.kitchen-board {
  min-height: 150px;
  padding: 14px;
  border: 1px solid rgba(245, 239, 227, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .026);
}
.table-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.table {
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 239, 227, .12);
  border-radius: 10px;
  color: rgba(245, 239, 227, .72);
  font-size: 12px;
  font-weight: 800;
}
.table.active {
  border-color: rgba(240, 212, 134, .7);
  color: var(--gold-soft);
  box-shadow: 0 0 22px rgba(240, 212, 134, .16);
}
.table.ready {
  border-color: rgba(98, 212, 132, .56);
  color: #92e3aa;
}
.order-ticket div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.order-ticket small {
  color: var(--muted);
  font-weight: 800;
}
.order-ticket strong {
  color: var(--gold-soft);
}
.order-ticket p {
  margin: 18px 0;
  color: rgba(245, 239, 227, .82);
  font-size: 13px;
  line-height: 1.55;
}
.order-ticket b {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  color: #171006;
  background: linear-gradient(135deg, #f4d887, #c7953f);
  font-size: 11px;
}
.kitchen-board {
  display: grid;
  align-content: center;
  gap: 12px;
}
.kitchen-board span {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  color: rgba(245, 239, 227, .76);
  font-size: 12px;
  font-weight: 800;
}
.kitchen-board strong {
  color: var(--gold-soft);
  font-size: 32px;
  line-height: 1;
}
.restaurant-features .feature-grid span {
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.restaurant-features .feature-grid span:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 212, 134, .28);
  background: rgba(255, 255, 255, .04);
}

.pos-page .pos-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(74, 163, 255, .11), transparent 25rem),
    radial-gradient(circle at 12% 82%, rgba(12, 88, 61, .3), transparent 22rem),
    rgba(255, 255, 255, .018);
}
.pos-console {
  min-height: 440px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(245, 239, 227, .13);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .012)),
    rgba(0, 0, 0, .3);
  box-shadow:
    0 42px 100px rgba(0, 0, 0, .4),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}
.pos-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(74, 163, 255, .13), transparent 14rem),
    linear-gradient(105deg, transparent 24%, rgba(240, 212, 134, .075) 50%, transparent 68%);
  transform: translateX(-120%);
  animation: restaurantSheen 7.5s ease-in-out infinite;
}
.pos-screen-base {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: cover;
  border-radius: 14px;
  opacity: .17;
  filter: grayscale(1) invert(.88) brightness(.42) contrast(1.22);
}
.pos-glass {
  width: min(92%, 650px);
  position: relative;
  z-index: 1;
  padding: 20px;
  border: 1px solid rgba(245, 239, 227, .14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(8, 12, 9, .86), rgba(5, 6, 5, .74)),
    rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}
.pos-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(245, 239, 227, .1);
}
.pos-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4aa3ff;
  box-shadow: 0 0 18px rgba(74, 163, 255, .62);
}
.pos-topbar strong {
  color: var(--white);
  font-size: 14px;
}
.pos-topbar em {
  margin-left: auto;
  color: var(--gold-soft);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pos-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  margin: 16px 0;
}
.pos-flow span {
  min-height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 239, 227, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .024);
  color: rgba(245, 239, 227, .72);
  font-size: 11px;
  font-weight: 900;
  animation: posStep 12s ease-in-out infinite;
}
.pos-flow span:nth-child(2) { animation-delay: 2s; }
.pos-flow span:nth-child(3) { animation-delay: 4s; }
.pos-flow span:nth-child(4) { animation-delay: 6s; }
.pos-flow span:nth-child(5) { animation-delay: 8s; }
.pos-flow span:nth-child(6) { animation-delay: 10s; }
.pos-layout {
  display: grid;
  grid-template-columns: .78fr 1.28fr .9fr;
  gap: 12px;
}
.pos-login-card,
.pos-basket,
.pos-payment {
  min-height: 172px;
  padding: 14px;
  border: 1px solid rgba(245, 239, 227, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .026);
}
.pos-login-card {
  display: grid;
  align-content: center;
  gap: 10px;
}
.pos-login-card small,
.pos-payment small {
  color: var(--muted);
  font-weight: 800;
}
.pos-login-card strong {
  color: var(--white);
  font-size: 18px;
}
.pos-login-card span {
  display: inline-flex;
  width: max-content;
  padding: 8px 10px;
  border-radius: 999px;
  color: #92e3aa;
  background: rgba(98, 212, 132, .1);
  font-size: 11px;
  font-weight: 900;
}
.pos-basket div,
.pos-basket p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.pos-basket div {
  margin-bottom: 10px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pos-basket p {
  margin: 0;
  padding: 9px 0;
  border-top: 1px solid rgba(245, 239, 227, .08);
  color: rgba(245, 239, 227, .82);
  font-size: 12px;
}
.pos-basket b { font-weight: 800; }
.pos-basket em {
  color: var(--gold-soft);
  font-style: normal;
  font-weight: 900;
}
.pos-payment {
  display: grid;
  align-content: center;
  gap: 12px;
}
.pos-payment strong {
  color: var(--gold-soft);
  font-size: 32px;
  line-height: 1;
}
.payment-chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.payment-chips span {
  min-height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(74, 163, 255, .28);
  border-radius: 7px;
  color: rgba(245, 239, 227, .76);
  background: rgba(74, 163, 255, .07);
  font-size: 11px;
  font-weight: 900;
}
.pos-payment b {
  min-height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #171006;
  background: linear-gradient(135deg, #f4d887, #c7953f);
  font-size: 12px;
}
.pos-features .feature-grid span {
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.pos-features .feature-grid span:hover {
  transform: translateY(-2px);
  border-color: rgba(74, 163, 255, .26);
  background: rgba(74, 163, 255, .045);
}

.vet-page .vet-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(98, 212, 132, .12), transparent 25rem),
    radial-gradient(circle at 12% 82%, rgba(47, 111, 82, .32), transparent 23rem),
    rgba(255, 255, 255, .018);
}
.vet-console {
  min-height: 455px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(245, 239, 227, .13);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .012)),
    rgba(0, 0, 0, .3);
  box-shadow:
    0 42px 100px rgba(0, 0, 0, .4),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}
.vet-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 17% 18%, rgba(98, 212, 132, .13), transparent 14rem),
    linear-gradient(105deg, transparent 24%, rgba(240, 212, 134, .07) 50%, transparent 68%);
  transform: translateX(-120%);
  animation: restaurantSheen 7.5s ease-in-out infinite;
}
.vet-screen-base {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: cover;
  border-radius: 14px;
  opacity: .18;
  filter: brightness(.52) saturate(.9) contrast(1.12);
}
.vet-glass {
  width: min(92%, 650px);
  position: relative;
  z-index: 1;
  padding: 20px;
  border: 1px solid rgba(245, 239, 227, .14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(8, 12, 9, .86), rgba(5, 6, 5, .74)),
    rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}
.vet-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(245, 239, 227, .1);
}
.vet-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #62d484;
  box-shadow: 0 0 18px rgba(98, 212, 132, .62);
}
.vet-topbar strong {
  color: var(--white);
  font-size: 14px;
}
.vet-topbar em {
  margin-left: auto;
  color: var(--gold-soft);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.vet-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  margin: 16px 0;
}
.vet-flow span {
  min-height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 239, 227, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .024);
  color: rgba(245, 239, 227, .72);
  font-size: 11px;
  font-weight: 900;
  animation: vetStep 12s ease-in-out infinite;
}
.vet-flow span:nth-child(2) { animation-delay: 2s; }
.vet-flow span:nth-child(3) { animation-delay: 4s; }
.vet-flow span:nth-child(4) { animation-delay: 6s; }
.vet-flow span:nth-child(5) { animation-delay: 8s; }
.vet-flow span:nth-child(6) { animation-delay: 10s; }
.vet-layout {
  display: grid;
  grid-template-columns: .8fr 1.14fr .94fr;
  gap: 12px;
}
.pet-card,
.care-timeline,
.clinic-panel-card {
  min-height: 178px;
  padding: 14px;
  border: 1px solid rgba(245, 239, 227, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .026);
}
.pet-card {
  display: grid;
  align-content: center;
  gap: 9px;
}
.pet-avatar {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(98, 212, 132, .58);
  border-radius: 16px;
  color: #92e3aa;
  background: rgba(98, 212, 132, .09);
  box-shadow: 0 0 24px rgba(98, 212, 132, .14);
  font-size: 24px;
  font-weight: 900;
}
.pet-card small,
.clinic-panel-card small,
.care-timeline small {
  color: var(--muted);
  font-weight: 800;
}
.pet-card strong,
.clinic-panel-card strong {
  color: var(--white);
  font-size: 20px;
}
.pet-card span {
  color: rgba(245, 239, 227, .72);
  font-size: 12px;
  line-height: 1.45;
}
.care-timeline {
  display: grid;
  gap: 10px;
}
.care-timeline div {
  padding: 10px 11px;
  border: 1px solid rgba(245, 239, 227, .09);
  border-radius: 10px;
  background: rgba(255, 255, 255, .025);
}
.care-timeline strong,
.care-timeline em {
  display: block;
}
.care-timeline strong {
  margin-top: 4px;
  color: var(--white);
  font-size: 13px;
}
.care-timeline em {
  margin-top: 5px;
  color: var(--gold-soft);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.clinic-panel-card {
  display: grid;
  align-content: center;
  gap: 13px;
}
.vet-stats {
  display: grid;
  gap: 7px;
}
.vet-stats span {
  min-height: 32px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  color: rgba(245, 239, 227, .78);
  background: rgba(98, 212, 132, .075);
  font-size: 12px;
  font-weight: 900;
}
.vet-features .feature-grid span {
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.vet-features .feature-grid span:hover {
  transform: translateY(-2px);
  border-color: rgba(98, 212, 132, .3);
  background: rgba(98, 212, 132, .045);
}

@keyframes vetStep {
  0%, 13%, 100% {
    color: rgba(245, 239, 227, .72);
    border-color: rgba(245, 239, 227, .1);
    background: rgba(255, 255, 255, .024);
    box-shadow: none;
  }
  5%, 9% {
    color: #bdf2cb;
    border-color: rgba(98, 212, 132, .62);
    background: rgba(98, 212, 132, .085);
    box-shadow: 0 0 24px rgba(98, 212, 132, .16);
  }
}

@keyframes posStep {
  0%, 13%, 100% {
    color: rgba(245, 239, 227, .72);
    border-color: rgba(245, 239, 227, .1);
    background: rgba(255, 255, 255, .024);
    box-shadow: none;
  }
  5%, 9% {
    color: var(--gold-soft);
    border-color: rgba(240, 212, 134, .62);
    background: rgba(240, 212, 134, .08);
    box-shadow: 0 0 24px rgba(240, 212, 134, .16);
  }
}

@keyframes flowStep {
  0%, 18%, 100% {
    color: rgba(245, 239, 227, .72);
    border-color: rgba(245, 239, 227, .1);
    background: rgba(255, 255, 255, .025);
    box-shadow: none;
  }
  6%, 12% {
    color: var(--gold-soft);
    border-color: rgba(240, 212, 134, .62);
    background: rgba(240, 212, 134, .08);
    box-shadow: 0 0 24px rgba(240, 212, 134, .16);
  }
}

@keyframes restaurantSheen {
  0%, 56% { transform: translateX(-120%); opacity: 0; }
  66% { opacity: 1; }
  100% { transform: translateX(120%); opacity: 0; }
}
.projects-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
}
.projects-hero p:not(.section-kicker) {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.projects-hero img {
  width: 100%;
  opacity: .92;
  filter: drop-shadow(0 35px 80px rgba(0, 0, 0, .55));
  animation: logoFloat 7s ease-in-out infinite;
}
.project-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 24px;
  border-top: 0;
}
.project-index a {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(245, 239, 227, .1);
  border-radius: 10px;
  background: rgba(255, 255, 255, .025);
  color: rgba(245, 239, 227, .84);
  font-weight: 900;
  transition: transform .18s ease, border-color .18s ease;
}
.project-index a:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 212, 134, .38);
}
.project-index img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.project-detail {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: 44px;
  align-items: center;
  padding: 56px 58px;
  border-top: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(211, 166, 79, .1), transparent 24rem),
    rgba(255, 255, 255, .018);
}
.project-detail.reverse {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
}
.project-detail.reverse .project-copy { order: 2; }
.project-detail.reverse .project-visual { order: 1; }
.project-label {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.project-copy h2 {
  margin: 0 0 20px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.04;
}
.project-copy p {
  max-width: 640px;
  margin: 0 0 16px;
  color: rgba(245, 239, 227, .76);
  font-size: 16px;
  line-height: 1.74;
}
.project-copy strong {
  display: block;
  max-width: 650px;
  margin-top: 28px;
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}
.feature-grid,
.future-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}
.feature-grid span,
.future-grid span {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid rgba(245, 239, 227, .09);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
  color: rgba(245, 239, 227, .82);
  font-size: 13px;
  font-weight: 700;
}
.feature-grid span::before,
.future-grid span::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 14px rgba(240, 212, 134, .55);
}
.project-visual {
  min-height: 390px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 239, 227, .12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01)),
    rgba(0, 0, 0, .26);
  box-shadow: 0 38px 90px rgba(0, 0, 0, .32);
  overflow: hidden;
}
.project-visual img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  padding: 20px;
  filter: brightness(.74) saturate(.9) contrast(1.05);
}
.phone-visual img {
  max-width: 410px;
  max-height: 620px;
}
.future-detail {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
}
.future-product-page .future-hero {
  background:
    radial-gradient(circle at 76% 26%, rgba(211, 166, 79, .18), transparent 24rem),
    radial-gradient(circle at 12% 82%, rgba(22, 139, 118, .12), transparent 20rem),
    linear-gradient(135deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01)),
    rgba(0, 0, 0, .28);
}

.future-stage {
  min-height: 470px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(245, 239, 227, .13);
  border-radius: 22px;
  background:
    radial-gradient(ellipse at center, rgba(211, 166, 79, .16), transparent 42%),
    radial-gradient(circle at 52% 50%, rgba(103, 218, 206, .08), transparent 10rem),
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012)),
    rgba(2, 7, 6, .68);
  box-shadow: 0 38px 90px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.future-stage::before {
  content: "";
  position: absolute;
  width: min(76%, 520px);
  aspect-ratio: 1.56;
  border: 1px solid rgba(240, 212, 134, .16);
  border-radius: 50%;
  box-shadow:
    0 0 70px rgba(211, 166, 79, .12),
    inset 0 0 50px rgba(211, 166, 79, .08);
  animation: futureRingDrift 18s ease-in-out infinite;
}

.future-stage::after {
  content: "";
  position: absolute;
  inset: -30% -52%;
  background: linear-gradient(105deg, transparent 38%, rgba(240, 212, 134, .12) 50%, transparent 62%);
  opacity: 0;
  transform: translateX(-38%);
  animation: futureLightPass 9s ease-in-out infinite;
}

.future-core {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 22px 26px;
  border: 1px solid rgba(103, 218, 206, .24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 10%, rgba(103, 218, 206, .16), transparent 72%),
    rgba(0, 0, 0, .42);
  box-shadow: 0 0 44px rgba(103, 218, 206, .12), inset 0 1px 0 rgba(255, 255, 255, .08);
  animation: futureCoreGlow 7s ease-in-out infinite;
}

.future-core img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 0 24px rgba(103, 218, 206, .44));
}

.future-core strong {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.future-node {
  --x: 0px;
  --y: 0px;
  --dx: 0px;
  --dy: -8px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  min-width: 104px;
  padding: 11px 15px;
  border: 1px solid rgba(245, 239, 227, .15);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015)),
    rgba(0, 0, 0, .46);
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .07);
  transform: translate(-50%, -50%) translate(var(--x), var(--y));
  animation: futureNodeFloat 7.5s ease-in-out infinite;
}

.future-node.inventory { --x: -158px; --y: -116px; --dx: 8px; --dy: -7px; color: #f0d486; animation-delay: -.4s; }
.future-node.warehouse { --x: 156px; --y: -110px; --dx: -7px; --dy: -8px; animation-delay: -1.2s; }
.future-node.cloud { --x: 0px; --y: -174px; --dx: 0px; --dy: 9px; color: #ffffff; animation-delay: -2s; }
.future-node.analytics { --x: -8px; --y: 170px; --dx: 5px; --dy: -10px; color: #f0d486; animation-delay: -2.8s; }
.future-node.crm { --x: 172px; --y: 36px; --dx: -9px; --dy: 4px; color: #ffffff; animation-delay: -3.6s; }
.future-node.mobile { --x: -172px; --y: 42px; --dx: 9px; --dy: 4px; color: #ffffff; animation-delay: -4.4s; }
.future-node.commerce { --x: 112px; --y: 142px; --dx: -6px; --dy: -8px; color: #67dace; animation-delay: -5.2s; }

.future-roadmap {
  position: relative;
  overflow: hidden;
}

.future-roadmap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(240, 212, 134, .06), transparent);
  transform: translateX(-100%);
  animation: futureRoadmapSheen 10s ease-in-out infinite;
}

.future-roadmap .future-grid span {
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.future-roadmap .future-grid span:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 212, 134, .24);
  background: rgba(240, 212, 134, .045);
}

@keyframes futureRingDrift {
  0%, 100% { transform: rotate(-2deg) scale(1); opacity: .74; }
  50% { transform: rotate(2deg) scale(1.035); opacity: 1; }
}

@keyframes futureLightPass {
  0%, 52% { opacity: 0; transform: translateX(-42%); }
  66% { opacity: 1; }
  100% { opacity: 0; transform: translateX(42%); }
}

@keyframes futureCoreGlow {
  0%, 100% { box-shadow: 0 0 38px rgba(103, 218, 206, .12), inset 0 1px 0 rgba(255, 255, 255, .08); }
  50% { box-shadow: 0 0 58px rgba(103, 218, 206, .22), inset 0 1px 0 rgba(255, 255, 255, .12); }
}

@keyframes futureNodeFloat {
  0%, 100% { transform: translate(-50%, -50%) translate(var(--x), var(--y)); }
  50% { transform: translate(-50%, -50%) translate(calc(var(--x) + var(--dx)), calc(var(--y) + var(--dy))); }
}

@keyframes futureRoadmapSheen {
  0%, 58% { transform: translateX(-100%); opacity: 0; }
  72% { opacity: 1; }
  100% { transform: translateX(100%); opacity: 0; }
}

@media (max-width: 1000px) {
  .header { grid-template-columns: 1fr auto; }
  .header nav { display: none; }
  .footer { grid-template-columns: 1fr; }
  .mini-project-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-hero,
  .project-detail,
  .project-detail.reverse,
  .future-detail {
    grid-template-columns: 1fr;
  }
  .projects-hero img { max-width: 520px; }
  .project-detail.reverse .project-copy,
  .project-detail.reverse .project-visual {
    order: initial;
  }
  .project-index { grid-template-columns: repeat(2, 1fr); }
  .project-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-detail-page,
  .future-page {
    grid-template-columns: 1fr;
  }
  .restaurant-layout { grid-template-columns: 1fr; }
  .service-flow { grid-template-columns: repeat(2, 1fr); }
  .restaurant-console { min-height: 620px; }
  .pos-layout { grid-template-columns: 1fr; }
  .pos-flow { grid-template-columns: repeat(3, 1fr); }
  .pos-console { min-height: 680px; }
  .vet-layout { grid-template-columns: 1fr; }
  .vet-flow { grid-template-columns: repeat(3, 1fr); }
  .vet-console { min-height: 700px; }
  .future-stage { min-height: 430px; }
  .future-node.inventory { --x: -175px; --y: -105px; }
  .future-node.warehouse { --x: 166px; --y: -96px; }
  .future-node.cloud { --x: 0px; --y: -156px; }
  .future-node.analytics { --x: -10px; --y: 152px; }
  .future-node.crm { --x: 198px; --y: 32px; }
  .future-node.mobile { --x: -198px; --y: 38px; }
  .future-node.commerce { --x: 118px; --y: 124px; }
  .corner.left { left: 18px; transform: none; }
  .corner.right { right: 18px; transform: none; }
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .site {
    width: min(calc(100% - 28px), 362px);
    margin-left: 14px;
    margin-right: auto;
    padding: 0;
  }
  .brand img { width: 150px; }
  .header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }
  .login-trigger { min-width: 88px; }
  .login-modal { padding: 14px; }
  .login-panel {
    padding: 26px 18px 20px;
    border-radius: 18px;
  }
  .login-panel h2 { font-size: 34px; }
  .login-copy { margin-bottom: 18px; }
  .login-system-select { height: 50px; }
  .login-system-field::after { bottom: 16px; }
  .login-selected {
    min-height: 68px;
    padding: 14px;
  }
  .login-form input {
    height: 50px;
  }
  .hero {
    min-height: 500px;
    padding: 42px 26px;
    background:
      linear-gradient(90deg, rgba(5, 6, 5, .96) 0%, rgba(5, 6, 5, .78) 100%),
      url("./assets/sabel-luxury-hero.png") center right / cover no-repeat;
  }
  .hero p { font-size: 24px; }
  .mini-project-grid { grid-template-columns: 1fr; }
  .mini-project { min-height: 0; }
  .projects-hero,
  .project-detail,
  .projects-list-hero,
  .project-detail-page,
  .detail-features { padding: 36px 24px; }
  .projects-hero h1 { font-size: 42px; }
  .projects-list-hero h1,
  .detail-copy h1 {
    max-width: 100%;
    font-size: 31px;
    overflow-wrap: break-word;
  }
  .projects-list-hero p,
  .project-card p,
  .detail-copy p {
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .project-index { grid-template-columns: 1fr; padding: 16px; }
  .project-card-grid { grid-template-columns: 1fr; padding: 16px; }
  .project-card { min-height: 0; }
  .feature-grid,
  .future-grid { grid-template-columns: 1fr; }
  .detail-nav {
    align-items: stretch;
    flex-direction: column;
  }
  .restaurant-console {
    min-height: 650px;
  }
  .console-glass {
    width: calc(100% - 20px);
    padding: 14px;
  }
  .console-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .console-topbar em { margin-left: 0; }
  .service-flow { grid-template-columns: 1fr; }
  .restaurant-screen-base { inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); }
  .pos-console {
    min-height: 760px;
  }
  .pos-glass {
    width: calc(100% - 20px);
    padding: 14px;
  }
  .pos-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .pos-topbar em { margin-left: 0; }
  .pos-flow { grid-template-columns: 1fr 1fr; }
  .pos-screen-base { inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); }
  .payment-chips { grid-template-columns: 1fr; }
  .vet-console {
    min-height: 790px;
  }
  .vet-glass {
    width: calc(100% - 20px);
    padding: 14px;
  }
  .vet-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .vet-topbar em { margin-left: 0; }
  .vet-flow { grid-template-columns: 1fr 1fr; }
  .vet-screen-base { inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); }
  .future-stage {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    place-items: stretch;
    padding: 16px;
    overflow: visible;
  }
  .future-stage::before {
    width: 100%;
    opacity: .46;
  }
  .future-stage::after { inset: 0; }
  .future-core {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 220px);
    margin-bottom: 4px;
    padding: 18px 20px;
  }
  .future-node {
    position: relative;
    left: auto;
    top: auto;
    min-width: 0;
    width: 100%;
    padding: 10px 9px;
    font-size: 12px;
    transform: translateY(0);
    animation: futureMobileFloat 6.5s ease-in-out infinite;
  }
  .future-node.inventory,
  .future-node.warehouse,
  .future-node.cloud,
  .future-node.analytics,
  .future-node.crm,
  .future-node.mobile,
  .future-node.commerce {
    --x: 0px;
    --y: 0px;
  }
}

@keyframes futureMobileFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
