html {
  scroll-behavior: auto;
}

.homepage {
  --page-bg: #080c13;
  --panel: #101722;
  --panel-soft: #151f2c;
  --border: rgba(255, 255, 255, 0.1);
  --border-strong: rgba(255, 255, 255, 0.18);
  --text: #f8fafc;
  --muted: #aab4c3;
  --soft: #d7dde7;
  --brand: #b80742;
  --brand-dark: #8e0533;
  --brand-light: #f43f5e;
  --green: #44d7a8;
  --amber: #f5b84b;
  --blue: #74a7ff;
  background: var(--page-bg) !important;
  color: var(--text);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
}

.homepage * {
  box-sizing: border-box;
}

.homepage section,
.homepage footer {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.site-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background: transparent;
  border-bottom: 0.0625rem solid transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    backdrop-filter 180ms ease,
    box-shadow 180ms ease,
    transform 220ms ease,
    opacity 220ms ease;
}

.homepage #navbar.site-nav:not(.nav-scrolled),
.site-nav:not(.nav-scrolled) {
  background: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.homepage #navbar.site-nav.nav-scrolled,
.site-nav.nav-scrolled {
  background: rgba(8, 12, 19, 0.95);
  border-bottom-color: var(--border);
  backdrop-filter: blur(1.125rem);
  -webkit-backdrop-filter: blur(1.125rem);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
}

.site-nav.nav-auto-hidden {
  opacity: 0;
  transform: translateY(-110%);
}

.brand-link,
.nav-link,
.site-footer a {
  color: var(--soft);
  text-decoration: none;
}

.brand-link {
  color: #fff;
}

.nav-link,
.mobile-link,
.site-footer a {
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 160ms ease;
}

.nav-link:hover,
.mobile-link:hover,
.site-footer a:hover {
  color: #fff;
}

.nav-cta,
.mobile-cta,
.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border-radius: 62.4375rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

.nav-cta {
  min-height: 2.75rem;
  padding: 0 1.25rem;
  color: #fff;
  background: var(--brand);
}

.nav-cta:hover,
.button-primary:hover,
.mobile-cta:hover {
  background: var(--brand-dark);
  color: #fff;
  transform: translateY(-0.0625rem);
}

.icon-button {
  width: 2.75rem;
  height: 2.75rem;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.875rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 0.0625rem solid var(--border);
}

.menu-toggle-open {
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(16, 23, 34, 0.98);
  border: 0.0625rem solid var(--border);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.32);
}

.mobile-link,
.mobile-cta {
  display: flex;
  width: 100%;
  color: var(--soft);
  padding: 0.85rem 0.9rem;
  border-radius: 0.75rem;
  text-decoration: none;
}

.mobile-cta {
  justify-content: center;
  margin-top: 0.5rem;
  color: #fff;
  background: var(--brand);
}

.hero-section {
  min-height: 92vh;
  background:
    radial-gradient(circle at top left, rgba(184, 7, 66, 0.28), transparent 30rem),
    radial-gradient(circle at 82% 22%, rgba(68, 215, 168, 0.1), transparent 24rem),
    linear-gradient(135deg, #080c13 0%, #111926 56%, #170c17 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 0.0625rem, transparent 0.0625rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0.0625rem, transparent 0.0625rem);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.88) 64%, transparent 100%);
  pointer-events: none;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--brand-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  font-family: "Noto Sans Myanmar", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.98rem, 1.25vw, 1.14rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  text-transform: none;
}

.hero-copy h1 {
  max-width: 62rem;
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.15rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 45rem;
  margin-bottom: 2.25rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.55vw, 1.25rem);
  line-height: 1.75;
}

.hero-mark {
  --hero-mark-shift: -3.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: min(100%, 24rem);
  min-height: 25rem;
  animation: hero-mark-enter 700ms ease both;
  transform: translateX(var(--hero-mark-shift));
}

.hero-mark::before {
  content: "";
  position: absolute;
  top: 5.2rem;
  left: 50%;
  width: min(64%, 15.5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(244, 63, 94, 0.13), transparent 58%),
    radial-gradient(circle at 55% 45%, rgba(255, 255, 255, 0.06), transparent 50%);
  filter: blur(0.1rem);
  opacity: 0.74;
  transform: translateX(-50%) scale(0.95);
  animation: hero-aura-breathe 7s ease-in-out infinite;
}

.hero-logo-orbit {
  position: relative;
  z-index: 1;
  display: block;
  width: min(94%, 24rem);
  padding: 0;
  overflow: visible;
  border-radius: 0;
  isolation: isolate;
}

.hero-logo-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-logo-orbit::before {
  display: none;
}

.hero-wordmark {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.18rem;
  margin-top: 0.65rem;
  color: #fff;
  text-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.38);
  animation: hero-wordmark-enter 800ms ease 120ms both;
}

.hero-wordmark strong {
  color: #fff;
  font-size: clamp(1.85rem, 2.9vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.hero-wordmark small {
  color: var(--soft);
  font-size: clamp(0.68rem, 0.85vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
  opacity: 0.78;
}

.hero-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2rem;
  width: 6.25rem;
  height: 0.16rem;
  border-radius: 62.4375rem;
  background: linear-gradient(90deg, transparent, var(--brand-light), #fff, var(--brand-light), transparent);
  filter: blur(0.18rem);
  opacity: 0.48;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  animation: hero-accent-line 700ms ease 320ms both;
}

.hero-mark-glow {
  display: none;
}

@keyframes hero-mark-enter {
  from {
    opacity: 0;
    transform: translateX(var(--hero-mark-shift)) translateY(1.25rem) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateX(var(--hero-mark-shift)) translateY(0) scale(1);
  }
}

@keyframes hero-wordmark-enter {
  from {
    opacity: 0;
    transform: translateY(0.55rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-accent-line {
  to {
    transform: translateX(-50%) scaleX(1);
  }
}

@keyframes hero-aura-breathe {
  0%,
  100% {
    opacity: 0.42;
    transform: translateX(-50%) scale(0.94);
  }
  50% {
    opacity: 0.82;
    transform: translateX(-50%) scale(1.05);
  }
}

@keyframes hero-orbit-spin-initial {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hero-orbit-spin-replay {
  to {
    transform: rotate(360deg);
  }
}

.button-primary,
.button-secondary {
  padding: 0.9rem 1.35rem;
}

.button-primary {
  color: #fff;
  background: var(--brand);
}

.button-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 0.0625rem solid var(--border-strong);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-0.0625rem);
}

.team-card,
.contact-card,
.modal-panel {
  background: linear-gradient(180deg, rgba(21, 31, 44, 0.96), rgba(13, 20, 31, 0.96));
  border: 0.0625rem solid var(--border);
  box-shadow: 0 1.5rem 3.75rem rgba(0, 0, 0, 0.24);
}

.product-label,
.contact-card span,
.team-role {
  color: var(--brand-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-card small,
.contact-card small {
  color: var(--muted);
  line-height: 1.5;
}

.section-block {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background:
    radial-gradient(circle at 90% 0%, rgba(116, 167, 255, 0.06), transparent 28rem),
    linear-gradient(180deg, #080c13, #0d141f);
}

.section-muted {
  border-top: 0.0625rem solid var(--border);
  border-bottom: 0.0625rem solid var(--border);
  background:
    radial-gradient(circle at 8% 0%, rgba(245, 184, 75, 0.06), transparent 26rem),
    linear-gradient(180deg, #0d141f, #080c13);
}

#team.section-block {
  padding-top: clamp(3rem, 5vw, 4.75rem);
}

.section-heading {
  max-width: 54rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-heading h2,
.section-title-left {
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.section-heading p:last-child,
.section-copy-left {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.team-card,
.contact-card {
  border-radius: 1rem;
}

.approach-step h3 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}

.approach-step p {
  color: var(--muted);
  line-height: 1.7;
}

.company-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.company-intro {
  position: sticky;
  top: 7rem;
}

.company-intro h2 {
  margin: 0;
  max-width: 10ch;
  color: #fff;
  font-size: clamp(2.9rem, 6vw, 6.2rem);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: 0;
}

.company-body {
  padding-top: 0.65rem;
}

.company-visual {
  position: relative;
  width: min(100%, 36rem);
  aspect-ratio: 1.62 / 1;
  margin: clamp(2rem, 5vw, 4rem) 0 0;
  overflow: visible;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.company-visual::before {
  content: "";
  position: absolute;
  inset: 12% 4% -8%;
  z-index: 0;
  border-radius: 62.4375rem;
  background: radial-gradient(ellipse at center, rgba(184, 7, 66, 0.16), transparent 62%);
  filter: blur(2.25rem);
  pointer-events: none;
}

.company-visual::after {
  display: none;
}

.company-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.95;
  mix-blend-mode: screen;
  filter: saturate(1.08) contrast(1.04) drop-shadow(0 1.8rem 3rem rgba(0, 0, 0, 0.22));
  transform: scale(1.08);
  mask-image: radial-gradient(ellipse at 52% 54%, #000 0%, #000 48%, rgba(0, 0, 0, 0.68) 62%, transparent 82%);
  -webkit-mask-image: radial-gradient(ellipse at 52% 54%, #000 0%, #000 48%, rgba(0, 0, 0, 0.68) 62%, transparent 82%);
}

.company-lede {
  max-width: 48rem;
  color: var(--soft);
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  line-height: 1.62;
}

.principle-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(2.25rem, 5vw, 4.5rem);
  border-top: 0.0625rem solid var(--border);
}

.principle-list > div {
  position: relative;
  min-height: 12rem;
  padding: 1.8rem 1.6rem 1.65rem 2.6rem;
  border-bottom: 0.0625rem solid var(--border);
}

.principle-list > div:nth-child(odd) {
  padding-right: 2rem;
  border-right: 0.0625rem solid var(--border);
}

.principle-list > div:nth-child(even) {
  padding-left: 4.6rem;
}

.principle-list span {
  position: absolute;
  top: 1.95rem;
  left: 0;
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  color: var(--brand-light);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  border: 0.0625rem solid rgba(255, 62, 110, 0.3);
  border-radius: 50%;
  background: rgba(255, 62, 110, 0.08);
  box-shadow: 0 0 1.1rem rgba(255, 62, 110, 0.14);
}

.principle-list > div:nth-child(even) span {
  left: 2rem;
}

.principle-list h3 {
  margin: 0 0 0.7rem;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 800;
}

.principle-list p {
  max-width: 24rem;
  color: var(--muted);
  line-height: 1.7;
}

.product-showcase {
  display: grid;
  gap: clamp(3rem, 7vw, 6rem);
}

.product-item {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.product-item-reverse .product-media {
  order: 2;
}

.product-item-reverse .product-content {
  order: 1;
}

.product-media {
  position: relative;
  min-height: clamp(17rem, 30vw, 25rem);
  margin: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.product-media::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 6%;
  bottom: -4%;
  height: 42%;
  border-radius: 62.4375rem;
  pointer-events: none;
  background: rgba(184, 7, 66, 0.14);
  filter: blur(2.8rem);
}

.product-media img {
  position: absolute;
  display: block;
  object-fit: cover;
  border: 0.0625rem solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.3);
}

.product-shot-main {
  inset: 4% 6% 10% 0;
  width: 82%;
  height: 78%;
  border-radius: 1.1rem;
  z-index: 2;
}

.product-shot-side {
  width: 34%;
  height: 36%;
  border-radius: 0.9rem;
  z-index: 3;
}

.product-shot-a {
  top: 0;
  right: 0;
}

.product-shot-b {
  right: 7%;
  bottom: 0;
}

.product-item-reverse .product-shot-main {
  inset: 4% 0 10% auto;
}

.product-item-reverse .product-shot-a {
  left: 0;
  right: auto;
}

.product-item-reverse .product-shot-b {
  left: 7%;
  right: auto;
}

.product-style-strip .product-media {
  min-height: clamp(16rem, 27vw, 23rem);
}

.product-style-strip .product-shot-main {
  inset: 10% auto 12% 8%;
  width: 58%;
  height: 68%;
}

.product-style-strip .product-shot-a {
  left: auto;
  right: 6%;
  top: 5%;
  width: 32%;
  height: 38%;
}

.product-style-strip .product-shot-b {
  left: auto;
  right: 0;
  bottom: 6%;
  width: 40%;
  height: 36%;
}

.atomic-showcase {
  min-height: clamp(25rem, 43vw, 36rem);
  isolation: isolate;
  perspective: none;
}

.atomic-showcase::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 7%;
  bottom: 3%;
  height: 30%;
  border-radius: 62.4375rem;
  pointer-events: none;
  background:
    radial-gradient(circle at 32% 48%, rgba(64, 222, 184, 0.22), transparent 43%),
    radial-gradient(circle at 76% 50%, rgba(13, 189, 149, 0.16), transparent 42%);
  filter: blur(2.7rem);
}

.atomic-showcase::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 10%;
  bottom: 7%;
  height: 0.09rem;
  border-radius: 62.4375rem;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(64, 222, 184, 0.45), rgba(255, 62, 110, 0.25), transparent);
  box-shadow: 0 0 1.3rem rgba(64, 222, 184, 0.24);
  opacity: 0.75;
}

.atomic-learning-board {
  position: absolute;
  inset: 1% 0 0;
  z-index: 2;
}

.atomic-mobile-panel,
.atomic-board-main {
  position: absolute;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.05) 18%, rgba(255, 255, 255, 0.1)),
    #151b26;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 1.9rem 4.5rem rgba(0, 0, 0, 0.38),
    inset 0 0 0 0.0625rem rgba(255, 255, 255, 0.08);
}

.atomic-showcase img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: none;
  object-fit: cover;
}

.atomic-mobile-panel {
  right: 5%;
  bottom: 7%;
  z-index: 5;
  width: 20%;
  aspect-ratio: 0.53;
  padding: 0.42rem;
  border-radius: 1.65rem;
  transform: rotate(2.4deg);
}

.atomic-teacher-panel {
  right: 29%;
  bottom: 7%;
  z-index: 4;
  width: 20%;
  opacity: 0.92;
  transform: rotate(-3deg);
}

.atomic-mobile-panel img {
  object-fit: cover;
  object-position: top center;
  border-radius: 1.2rem;
}

.atomic-board-main {
  left: 3%;
  top: 8%;
  z-index: 3;
  width: 78%;
  height: 64%;
  padding: 0.62rem;
  border-radius: 1.85rem;
  transform: rotate(-1.4deg);
}

.atomic-board-main img {
  object-fit: cover;
  object-position: left top;
  border-radius: 1.25rem;
}

.atomic-subject-cards {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.atomic-subject-cards img {
  position: absolute;
  width: clamp(4.2rem, 8vw, 5.7rem);
  height: auto;
  aspect-ratio: 1.86;
  border-radius: 0.65rem;
  border: 0.0625rem solid rgba(13, 189, 149, 0.18);
  background: #fff;
  object-fit: contain;
  box-shadow: 0 0.7rem 1.5rem rgba(0, 0, 0, 0.18);
}

.atomic-subject-cards img:nth-child(1) {
  left: 0;
  top: 2%;
  transform: rotate(-4deg);
}

.atomic-subject-cards img:nth-child(2) {
  left: 10%;
  bottom: 2%;
  width: clamp(9.5rem, 18vw, 14rem);
  aspect-ratio: 1.45;
  border-radius: 1rem;
  object-fit: cover;
  object-position: left top;
  transform: translateY(-1.2rem) rotate(1.5deg);
}

.atomic-subject-cards img:nth-child(3) {
  right: 18%;
  top: 2%;
  transform: rotate(4deg);
}

.atomic-support-elements {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.atomic-support-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.5rem 0.74rem 0.5rem 0.58rem;
  border: 0.0625rem solid rgba(64, 222, 184, 0.22);
  border-radius: 62.4375rem;
  background: rgba(10, 18, 28, 0.8);
  color: #fff;
  font-size: clamp(0.58rem, 0.72vw, 0.75rem);
  font-weight: 800;
  line-height: 1;
  box-shadow:
    0 0.9rem 1.8rem rgba(0, 0, 0, 0.24),
    inset 0 0 0 0.0625rem rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(0.7rem);
  -webkit-backdrop-filter: blur(0.7rem);
}

.atomic-chip-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 0.45rem rgba(64, 222, 184, 0.34));
}

.atomic-chip-academic {
  left: 31%;
  top: 7.5%;
  transform: translateX(-50%);
}

.atomic-chip-fees {
  left: 23%;
  bottom: 8%;
}

.atomic-chip-attendance {
  right: 4%;
  top: 31%;
}

.atomic-chip-bus {
  left: 54%;
  top: 5%;
  transform: translateX(-50%);
}

.atomic-chip-online {
  right: 10%;
  top: 24%;
}

.atomic-chip-homework {
  left: 39%;
  bottom: 17%;
}

.atomic-chip-moodle {
  right: 7%;
  top: 42%;
}

.product-style-stack .text-link {
  align-items: center;
  gap: 0.45rem;
  padding: 0.62rem 0.95rem;
  border: 0.0625rem solid rgba(64, 222, 184, 0.28);
  border-radius: 62.4375rem;
  background: rgba(64, 222, 184, 0.08);
  color: #fff;
  line-height: 1;
  box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.16);
}

.product-style-stack .text-link::after {
  content: "↗";
  color: var(--green);
  font-size: 0.86rem;
  line-height: 1;
}

.product-style-stack .text-link:hover {
  border-color: rgba(64, 222, 184, 0.5);
  background: rgba(64, 222, 184, 0.14);
  color: var(--green);
}

.product-style-restaurant .product-media {
  min-height: clamp(25rem, 42vw, 34rem);
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  perspective: none;
}

.restaurant-showcase::before,
.restaurant-showcase::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.restaurant-showcase::before {
  inset: 10% 0 8% 6%;
  border-radius: 2.2rem;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 69, 119, 0.18), transparent 32%),
    radial-gradient(circle at 34% 84%, rgba(64, 222, 184, 0.1), transparent 35%);
  filter: blur(2.4rem);
  opacity: 0.88;
  z-index: 0;
}

.restaurant-showcase::after {
  left: 12%;
  right: 5%;
  bottom: 3%;
  height: 0.0625rem;
  background: linear-gradient(90deg, transparent, rgba(255, 62, 110, 0.58), rgba(64, 222, 184, 0.2), transparent);
  box-shadow: 0 0 1.25rem rgba(255, 62, 110, 0.24);
  z-index: 1;
}

.restaurant-showcase img {
  position: static;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

.restaurant-console {
  position: relative;
  z-index: 2;
  width: min(100%, 44rem);
  display: grid;
  gap: 0.75rem;
}

.restaurant-screen-caption {
  width: fit-content;
  max-width: 100%;
  justify-self: center;
  padding: 0.48rem 0.9rem;
  color: #fff;
  font-size: clamp(0.78rem, 1.3vw, 1rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(13, 20, 31, 0.72);
  border: 0.0625rem solid rgba(255, 62, 110, 0.28);
  border-radius: 999rem;
  box-shadow:
    0 0.85rem 2rem rgba(0, 0, 0, 0.22),
    inset 0 0 0 0.0625rem rgba(255, 255, 255, 0.05);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.restaurant-screen-caption.is-changing {
  opacity: 0.55;
  transform: translateY(0.12rem);
}

.restaurant-console-main {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9.6;
  padding: 0.6rem;
  border-radius: 1.5rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04) 22%, rgba(255, 255, 255, 0.08)),
    #0d131d;
  border: 0.0625rem solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 2rem 5rem rgba(0, 0, 0, 0.42),
    inset 0 0 0 0.0625rem rgba(255, 255, 255, 0.04);
}

.restaurant-console-main::before {
  content: "";
  position: absolute;
  top: 0.95rem;
  left: 1.1rem;
  z-index: 2;
  width: 0.45rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 92, 129, 0.8);
  box-shadow:
    0.85rem 0 0 rgba(255, 197, 88, 0.65),
    1.7rem 0 0 rgba(64, 222, 184, 0.65);
}

.restaurant-console-main::after {
  content: "";
  position: absolute;
  inset: 0.6rem;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 58%, rgba(5, 9, 15, 0.72)),
    linear-gradient(110deg, rgba(255, 255, 255, 0.18), transparent 32%);
  mix-blend-mode: screen;
  opacity: 0.72;
  border-radius: 1rem;
}

.restaurant-console-main img {
  border-radius: 1rem;
  object-position: left top;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.restaurant-console-main img.is-changing {
  opacity: 0.2;
  transform: scale(0.985);
}

.restaurant-console-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  width: 92%;
  margin-left: auto;
  padding: 0.55rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  border: 0.0625rem solid rgba(255, 255, 255, 0.085);
  box-shadow: 0 1.3rem 3.2rem rgba(0, 0, 0, 0.26);
}

.restaurant-strip-shot {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 0.8rem;
  background: rgba(8, 13, 21, 0.85);
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
  opacity: 0.9;
  cursor: pointer;
  padding: 0;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.restaurant-strip-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 52%, rgba(5, 9, 15, 0.42)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.1), transparent 28%);
}

.restaurant-strip-shot:hover,
.restaurant-strip-shot:focus-visible,
.restaurant-strip-shot.is-active {
  border-color: rgba(255, 62, 110, 0.5);
  box-shadow: 0 0 1.4rem rgba(255, 62, 110, 0.18);
  opacity: 1;
  transform: translateY(-0.08rem);
}

.restaurant-strip-shot:focus-visible {
  outline: 0.12rem solid rgba(255, 62, 110, 0.7);
  outline-offset: 0.12rem;
}

.product-style-mosaic .product-media {
  min-height: clamp(18rem, 32vw, 26rem);
}

.product-style-mosaic .product-shot-main {
  inset: 0 auto auto 6%;
  width: 54%;
  height: 58%;
}

.product-style-mosaic .product-shot-a {
  top: 8%;
  right: 4%;
  width: 38%;
  height: 46%;
}

.product-style-mosaic .product-shot-customer {
  object-position: 25% center;
}

.product-style-mosaic .product-shot-b {
  left: 22%;
  right: auto;
  bottom: 0;
  width: 56%;
  height: 40%;
}

.product-style-mosaic .product-shot-task {
  height: 48%;
  object-position: center 35%;
}

.insurance-support-elements {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.insurance-support-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.1rem;
  padding: 0.38rem 0.72rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 62.4375rem;
  background: rgba(13, 19, 29, 0.78);
  border: 0.0625rem solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0.9rem 1.8rem rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(0.75rem);
  -webkit-backdrop-filter: blur(0.75rem);
}

.insurance-chip-icon {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  color: #38bdf8;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.insurance-chip-customer {
  top: 34%;
  right: 29%;
}

.insurance-chip-followup {
  left: 17%;
  bottom: 32%;
}

.insurance-chip-policy {
  right: 15%;
  bottom: 9%;
}

.product-style-hero .product-media {
  min-height: clamp(17rem, 30vw, 25rem);
}

.product-style-hero .product-shot-main {
  inset: 0 0 8% auto;
  width: 72%;
  height: 80%;
}

.product-style-hero .product-shot-a {
  left: 0;
  right: auto;
  top: 10%;
  width: 32%;
  height: 32%;
}

.product-style-hero .product-shot-b {
  left: 6%;
  right: auto;
  bottom: 2%;
  width: 38%;
  height: 40%;
}

.product-style-pos .product-media {
  min-height: clamp(25rem, 43vw, 35rem);
  isolation: isolate;
  perspective: 72rem;
  transform: translateY(2rem);
  padding-right: clamp(1rem, 1.8vw, 1.75rem);
}

.product-style-pos {
  grid-template-columns: minmax(0, 0.88fr) minmax(23rem, 1.12fr);
  gap: clamp(1rem, 2.4vw, 2.5rem);
}

.product-style-pos .product-content {
  padding-left: clamp(0.75rem, 1.6vw, 1.5rem);
}

.product-style-pos .product-label {
  padding-bottom: 0.35rem;
}

.pos-showcase::before,
.pos-showcase::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.pos-showcase::before {
  inset: 11% 0 6% 8%;
  z-index: 0;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 72% 38%, rgba(184, 7, 66, 0.22), transparent 34%),
    radial-gradient(circle at 32% 72%, rgba(27, 180, 209, 0.12), transparent 34%);
  filter: blur(2.5rem);
}

.pos-showcase::after {
  display: none;
}

.pos-showcase img {
  position: static;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

.pos-dashboard-screen,
.pos-checkout-screen,
.pos-receipt-screen {
  position: absolute;
  overflow: hidden;
  background: #f8fbff;
  border: 0.0625rem solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 1.6rem 4rem rgba(0, 0, 0, 0.32),
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.4);
}

.pos-dashboard-screen {
  left: 0;
  bottom: 28%;
  z-index: 4;
  width: 70%;
  aspect-ratio: 16 / 8;
  border-radius: 1.4rem;
  opacity: 0.94;
  transform: rotateY(8deg) rotateX(2deg) rotateZ(1deg);
  transform-origin: 25% 50%;
}

.pos-dashboard-screen img {
  object-position: left top;
}

.pos-checkout-screen {
  top: 2%;
  right: 2%;
  z-index: 2;
  width: 82%;
  aspect-ratio: 16 / 7.7;
  border-radius: 1.35rem;
  opacity: 0.82;
  transform: rotate(-2deg) translateY(0.25rem);
  transform-origin: center;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 76%, rgba(0, 0, 0, 0.15) 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 76%, rgba(0, 0, 0, 0.15) 100%);
}

.pos-receipt-screen {
  right: -1%;
  bottom: 24%;
  z-index: 5;
  width: 34%;
  aspect-ratio: 16 / 10.5;
  border-radius: 1rem;
  transform: rotate(2deg);
}

.pos-receipt-screen img {
  object-fit: contain;
  background: #e9f4fb;
}

.pos-receipt-screen::after,
.pos-checkout-screen::after,
.pos-dashboard-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 28%),
    linear-gradient(180deg, transparent 65%, rgba(8, 12, 19, 0.26));
}

.pos-support-elements {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.pos-support-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.15rem;
  padding: 0.4rem 0.75rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 62.4375rem;
  background: rgba(13, 19, 29, 0.78);
  border: 0.0625rem solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0.9rem 1.8rem rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(0.75rem);
  -webkit-backdrop-filter: blur(0.75rem);
}

.pos-chip-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  color: var(--brand-light);
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pos-chip-checkout {
  top: 37%;
  right: 5%;
}

.pos-chip-stock {
  left: 3%;
  top: 53%;
}

.pos-chip-report {
  right: 29%;
  bottom: 22%;
}

.product-logo-heading {
  max-width: min(100%, 25rem);
}

.product-logo-heading img {
  display: block;
  width: min(100%, 22rem);
  height: auto;
}

.product-content h3.atomic-logo-heading,
.atomic-logo-heading {
  width: fit-content;
  max-width: min(100%, 13.25rem);
  margin: 0.35rem 0 1rem;
  font-size: 0;
  line-height: 1;
}

.product-content h3.atomic-logo-heading img,
.atomic-logo-heading img {
  width: min(100%, 13.25rem);
  max-width: 100%;
  height: auto;
}

.product-content {
  position: relative;
  min-width: 0;
}

.product-style-pos .product-content::after {
  content: "";
  display: block;
  width: min(18rem, 52%);
  height: 0.12rem;
  margin-top: 1.35rem;
  border-radius: 62.4375rem;
  background: linear-gradient(
    90deg,
    transparent,
    var(--brand-light) 16%,
    rgba(27, 180, 209, 0.55) 72%,
    transparent
  );
  filter: blur(0.08rem);
  opacity: 0.78;
}

.product-style-mosaic .product-content::after {
  content: "";
  display: block;
  width: min(18rem, 52%);
  height: 0.12rem;
  margin-top: 1.35rem;
  border-radius: 62.4375rem;
  background: linear-gradient(
    90deg,
    transparent,
    #38bdf8 16%,
    rgba(59, 130, 246, 0.56) 72%,
    transparent
  );
  filter: blur(0.08rem);
  opacity: 0.78;
}

.product-style-restaurant .product-content::after {
  content: "";
  display: block;
  width: min(18rem, 52%);
  height: 0.12rem;
  margin-top: 1.35rem;
  border-radius: 62.4375rem;
  background: linear-gradient(
    90deg,
    transparent,
    var(--brand-light) 16%,
    rgba(64, 222, 184, 0.52) 72%,
    transparent
  );
  filter: blur(0.08rem);
  opacity: 0.78;
}

.product-content h3 {
  margin: 0.45rem 0 1rem;
  color: #fff;
  font-size: clamp(2.1rem, 4.2vw, 4.5rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
}

.product-content h3.restaurant-logo-heading {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.4vw, 1rem);
}

.restaurant-logo-heading img {
  width: clamp(2.5rem, 5.4vw, 4.8rem);
  height: clamp(2.5rem, 5.4vw, 4.8rem);
  flex: 0 0 auto;
  object-fit: contain;
}

.product-content h3.yalat-logo-heading {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.4vw, 1rem);
}

.yalat-logo-heading img {
  width: clamp(2.5rem, 5.4vw, 4.8rem);
  height: clamp(2.5rem, 5.4vw, 4.8rem);
  flex: 0 0 auto;
  object-fit: contain;
}

.product-content p {
  max-width: 38rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.75;
}

.feature-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  color: var(--soft);
  line-height: 1.55;
  padding-left: 1.35rem;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 62.4375rem;
  background: var(--green);
}

.text-link {
  display: inline-flex;
  margin-top: 1.5rem;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 0.0625rem solid rgba(244, 63, 94, 0.55);
}

.text-link:hover {
  color: var(--brand-light);
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.14);
}

.approach-step {
  position: relative;
  padding: 2rem 1.4rem 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.approach-step span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--amber);
  font-size: 0.9rem;
  font-weight: 800;
}

.approach-step::before {
  content: "";
  position: absolute;
  top: -0.34rem;
  left: 0;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 62.4375rem;
  background: var(--brand-light);
  box-shadow: 0 0 1.2rem rgba(244, 63, 94, 0.42);
}

.approach-step::after {
  content: "";
  position: absolute;
  top: -0.0625rem;
  left: 0;
  width: min(10rem, 72%);
  height: 0.0625rem;
  background: linear-gradient(90deg, var(--brand-light), transparent);
}

.team-card,
.contact-card,
.email-option {
  display: grid;
  gap: 0.35rem;
  width: 100%;
  padding: 1.35rem;
  color: #fff;
  text-align: left;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.team-card:hover,
.contact-card:hover,
.email-option:hover {
  transform: translateY(-0.0625rem);
  border-color: rgba(244, 63, 94, 0.42);
}

.team-card strong,
.contact-card strong {
  color: #fff;
  font-size: 1.1rem;
  overflow-wrap: anywhere;
}

.team-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.team-intro {
  max-width: 27rem;
}

.team-intro-logo {
  display: block;
  width: clamp(4.4rem, 7vw, 6.4rem);
  height: auto;
  margin: 0 0 0.7rem 1.75rem;
  filter: drop-shadow(0 0.9rem 1.8rem rgba(184, 7, 66, 0.2));
}

.team-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.3rem, 3vw, 2.4rem);
  align-items: end;
}

.team-profile.team-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(20rem, 1fr) auto;
  min-height: clamp(30rem, 41vw, 36rem);
  padding: 0;
  overflow: visible;
  isolation: isolate;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.team-profile.team-card::before {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 5.8rem;
  left: 8%;
  height: 8rem;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 20%, rgba(184, 7, 66, 0.26), transparent 60%),
    radial-gradient(circle at 42% 72%, rgba(64, 216, 182, 0.13), transparent 62%);
  filter: blur(1.8rem);
}

.team-photo-stage {
  position: relative;
  display: flex;
  width: min(100%, 17.75rem);
  min-height: clamp(20.5rem, 29vw, 25.75rem);
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
  filter: drop-shadow(0 1.4rem 2.6rem rgba(0, 0, 0, 0.34));
}

.team-photo-diamond {
  position: absolute;
  bottom: -1.65rem;
  left: 50%;
  width: 82%;
  aspect-ratio: 1;
  z-index: 0;
  background: linear-gradient(155deg, rgba(206, 0, 76, 0.96), rgba(126, 5, 49, 0.9));
  transform: translateX(-50%) rotate(45deg);
}

.team-photo-stage picture,
.team-photo-stage img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.team-photo-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: none;
  transition: transform 180ms ease;
}

.team-profile-ceo .team-photo-stage img {
  object-fit: contain;
  object-position: bottom center;
}

.team-profile-ceo .team-photo-diamond {
  bottom: -1.65rem;
  width: 88%;
}

.team-profile-ceo .team-photo-stage picture {
  inset: auto auto 1.45rem 50%;
  width: 99%;
  height: 99%;
  transform: translateX(-50%) translateY(1.55rem);
}

.team-profile-cto .team-photo-diamond {
  bottom: -1.2rem;
  width: 82%;
  background: linear-gradient(155deg, rgba(184, 7, 66, 0.92), rgba(62, 83, 99, 0.74));
}

.team-profile-cto .team-photo-stage img {
  object-position: top center;
}

.team-profile-cto .team-photo-stage picture {
  transform: translateY(2.3rem) scale(1.12);
}

.team-profile-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.35rem;
  margin-top: 0.65rem;
  padding: 0.9rem 0.35rem 0;
}

.team-profile-copy strong {
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.05;
}

.team-profile:hover .team-photo-stage img,
.team-profile:focus-visible .team-photo-stage img {
  transform: translateY(-0.25rem);
}

.contact-card {
  border: 0.0625rem solid var(--border);
}

.contact-card button,
button.contact-card {
  cursor: pointer;
}

.contact-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(184, 7, 66, 0.16), transparent 28rem),
    linear-gradient(180deg, #0d141f, #080c13);
}

.site-footer {
  padding: 3rem 0;
  color: var(--muted);
  background: #080c13;
  border-top: 0.0625rem solid var(--border);
}

.site-footer p {
  color: #7e8898;
  font-size: 0.875rem;
}

#email-modal {
  opacity: 0;
  transition: opacity 180ms ease;
}

#email-modal.modal-visible {
  opacity: 1;
}

.modal-panel {
  transform: translateY(0.75rem) scale(0.98);
  transition: transform 180ms ease;
}

#email-modal.modal-visible .modal-panel {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
  border: 0.0625rem solid var(--border);
  border-radius: 62.4375rem;
}

.modal-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.email-option {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
  border: 0.0625rem solid var(--border);
}

.provider-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0.85rem;
  font-weight: 800;
}

.provider-gmail {
  color: #1f2937;
  background: #fff;
}

.provider-outlook {
  color: #fff;
  background: #0078d4;
}

.provider-mail {
  color: #fff;
  background: rgba(184, 7, 66, 0.18);
}

@media (max-width: 63.9375rem) {
  .hero-section {
    min-height: auto;
  }

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

  .hero-mark {
    --hero-mark-shift: 0;
    width: min(72vw, 18rem);
    min-height: 20rem;
    order: -1;
    margin-bottom: 0.5rem;
  }

  .company-editorial {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .company-intro {
    position: static;
  }

  .company-intro h2 {
    max-width: 13ch;
  }

  .product-item,
  .product-item-reverse {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .product-item-reverse .product-media,
  .product-item-reverse .product-content {
    order: initial;
  }

  .product-media {
    min-height: clamp(15rem, 48vw, 23rem);
  }

  .product-shot-main {
    inset: 2% 0 18%;
    width: 74%;
    height: 70%;
  }

  .product-style-strip .product-shot-main,
  .product-style-mosaic .product-shot-main,
  .product-style-hero .product-shot-main {
    inset: 2% auto 18% 0;
    width: 74%;
    height: 70%;
  }

  .product-shot-side {
    width: 32%;
    height: 34%;
  }

  .product-shot-a,
  .product-item-reverse .product-shot-a,
  .product-style-strip .product-shot-a,
  .product-style-mosaic .product-shot-a,
  .product-style-hero .product-shot-a {
    top: 8%;
    right: 0;
    left: auto;
  }

  .product-shot-b,
  .product-item-reverse .product-shot-b,
  .product-style-strip .product-shot-b,
  .product-style-mosaic .product-shot-b,
  .product-style-hero .product-shot-b {
    right: 5%;
    left: auto;
    bottom: 2%;
    width: 32%;
    height: 34%;
  }

  .insurance-support-chip {
    min-height: 1.85rem;
    padding: 0.32rem 0.58rem;
    font-size: 0.64rem;
  }

  .insurance-chip-icon {
    width: 0.82rem;
    height: 0.82rem;
  }

  .insurance-chip-customer {
    top: 38%;
    right: 21%;
  }

  .insurance-chip-followup {
    left: 18%;
    bottom: 24%;
  }

  .insurance-chip-policy {
    right: 7%;
    bottom: 7%;
  }

  .atomic-showcase {
    min-height: clamp(25rem, 72vw, 34rem);
    max-width: 44rem;
  }

  .atomic-learning-board {
    inset: 1% 0 0;
  }

  .atomic-board-main {
    width: 78%;
    height: 62%;
  }

  .atomic-mobile-panel {
    right: 5%;
    width: 20%;
  }

  .atomic-teacher-panel {
    right: 29%;
    width: 20%;
  }

  .atomic-subject-cards img {
    width: clamp(4rem, 11vw, 5.4rem);
  }

  .product-style-restaurant .product-media {
    min-height: clamp(27rem, 72vw, 35rem);
    max-width: 44rem;
  }

  .restaurant-console {
    width: min(100%, 42rem);
  }

  .restaurant-console-strip {
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .product-style-pos .product-media {
    min-height: clamp(27rem, 74vw, 35rem);
    max-width: 46rem;
    transform: none;
    padding-right: 0;
  }

  .product-style-pos .product-content {
    padding-left: 0;
  }

  .pos-dashboard-screen {
    left: 0;
    bottom: 28%;
    width: 72%;
  }

  .pos-checkout-screen {
    top: 1%;
    right: 0;
    width: 86%;
  }

  .pos-receipt-screen {
    right: -1%;
    bottom: 24%;
    width: 36%;
  }

  .pos-chip-checkout {
    top: 36%;
    right: 3%;
  }

  .pos-chip-stock {
    left: 2%;
    top: 51%;
  }

  .pos-chip-report {
    right: 27%;
    bottom: 31%;
  }

  .approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-layout {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .team-intro {
    max-width: 44rem;
  }

  .team-intro-logo {
    width: clamp(4rem, 12vw, 5.6rem);
    margin-left: 1.35rem;
  }

  .team-showcase {
    max-width: 46rem;
  }
}

@media (max-width: 47.9375rem) {
  .site-nav {
    position: fixed !important;
  }

  .icon-button {
    display: inline-flex;
  }

  .menu-toggle-open {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(2.75rem, 16vw, 4.4rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .section-heading {
    text-align: left;
  }

  .principle-list {
    grid-template-columns: 1fr;
  }

  .principle-list > div,
  .principle-list > div:nth-child(odd),
  .principle-list > div:nth-child(even) {
    min-height: 0;
    padding: 1.4rem 0 1.4rem 2.45rem;
    border-right: 0;
  }

  .principle-list span,
  .principle-list > div:nth-child(even) span {
    top: 1.48rem;
    left: 0;
  }

  .atomic-showcase {
    min-height: 29rem;
  }

  .atomic-learning-board {
    inset: 1% 0 0;
  }

  .atomic-mobile-panel {
    right: 1%;
    bottom: 13%;
    width: 25%;
    border-radius: 1rem;
    padding: 0.3rem;
    transform: rotate(2deg);
  }

  .atomic-teacher-panel {
    right: 33%;
    bottom: 13%;
    width: 25%;
    transform: rotate(-3deg);
  }

  .atomic-board-main {
    left: 0;
    top: 8%;
    width: 83%;
    height: 58%;
    padding: 0.36rem;
    border-radius: 1.15rem;
    transform: rotate(-1deg);
  }

  .atomic-showcase::after {
    left: 4%;
    right: 6%;
    top: auto;
    bottom: 8%;
    height: 0.08rem;
  }

  .atomic-subject-cards {
    inset: 0;
  }

  .atomic-subject-cards img {
    width: clamp(3.6rem, 19vw, 4.8rem);
    border-radius: 0.6rem;
  }

  .atomic-subject-cards img:nth-child(1) {
    left: 2%;
    top: 2%;
  }

  .atomic-subject-cards img:nth-child(2) {
    left: 5%;
    bottom: 4%;
    width: clamp(7.5rem, 40vw, 10rem);
    aspect-ratio: 1.45;
    border-radius: 0.8rem;
    object-fit: cover;
    object-position: left top;
    transform: translateY(-0.7rem) rotate(1.5deg);
  }

  .atomic-subject-cards img:nth-child(3) {
    right: 23%;
    top: 3%;
  }

  .atomic-support-chip {
    gap: 0.32rem;
    padding: 0.38rem 0.5rem 0.38rem 0.42rem;
    font-size: 0.58rem;
  }

  .atomic-chip-icon {
    width: 0.82rem;
    height: 0.82rem;
    flex-basis: 0.82rem;
  }

  .atomic-chip-academic {
    left: 30%;
    top: 8%;
    transform: translateX(-50%);
  }

  .atomic-chip-fees {
    left: 38%;
    top: 5%;
    bottom: auto;
  }

  .atomic-chip-attendance {
    right: 2%;
    top: 32%;
  }

  .atomic-chip-online {
    right: 1%;
    top: 44%;
  }

  .atomic-chip-bus,
  .atomic-chip-homework,
  .atomic-chip-moodle {
    display: none;
  }

  .product-style-restaurant .product-media {
    min-height: 27rem;
  }

  .restaurant-showcase::before {
    left: 0;
    right: 0;
    bottom: 8%;
    height: 28%;
  }

  .restaurant-console-main {
    padding: 0.38rem;
    border-radius: 1.1rem;
  }

  .restaurant-console-main::before {
    top: 0.68rem;
    left: 0.78rem;
    width: 0.34rem;
  }

  .restaurant-console-main::after {
    inset: 0.38rem;
    border-radius: 0.78rem;
  }

  .restaurant-console-main img {
    border-radius: 0.78rem;
  }

  .restaurant-console-strip {
    gap: 0.45rem;
    padding: 0.45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 0.95rem;
  }

  .restaurant-screen-caption {
    justify-self: start;
    padding: 0.42rem 0.72rem;
    font-size: 0.72rem;
  }

  .restaurant-strip-shot {
    border-radius: 0.65rem;
  }

  .product-style-pos .product-media {
    min-height: 25.5rem;
  }

  .pos-showcase::before {
    inset: 6% 0 7%;
  }

  .pos-dashboard-screen {
    left: 0;
    bottom: 27%;
    width: 78%;
    border-radius: 1rem;
    transform: rotate(1deg);
  }

  .pos-checkout-screen {
    top: 1%;
    right: 0;
    width: 96%;
    border-radius: 1rem;
    transform: rotate(-1deg);
  }

  .pos-receipt-screen {
    right: -1%;
    bottom: 23%;
    width: 42%;
    border-radius: 0.85rem;
    transform: rotate(1deg);
  }

  .pos-support-chip {
    min-height: 1.85rem;
    padding: 0.32rem 0.58rem;
    font-size: 0.64rem;
  }

  .pos-chip-icon {
    width: 0.82rem;
    height: 0.82rem;
  }

  .pos-chip-checkout {
    top: 34%;
    right: 2%;
  }

  .pos-chip-stock {
    left: 4%;
    top: 43%;
  }

  .pos-chip-report {
    right: 22%;
    bottom: 31%;
  }

  .product-logo-heading img {
    width: min(100%, 18rem);
  }

  .product-content h3.atomic-logo-heading,
  .atomic-logo-heading {
    max-width: min(100%, 11rem);
  }

  .product-content h3.atomic-logo-heading img,
  .atomic-logo-heading img {
    width: min(100%, 11rem);
  }

  .approach-grid {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 0;
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.14);
    margin-left: 0.34rem;
    padding-left: 1.2rem;
  }

  .approach-step {
    padding: 0 0 1.7rem 0;
  }

  .approach-step:last-child {
    padding-bottom: 0;
  }

  .approach-step::before {
    top: 0.25rem;
    left: -1.55rem;
  }

  .approach-step::after {
    top: 0.58rem;
    left: -1.2rem;
    width: 1.2rem;
  }

  .team-showcase {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .team-profile.team-card {
    min-height: 30rem;
  }

  .team-photo-stage {
    width: min(100%, 17rem);
    min-height: 20.75rem;
  }

  .team-photo-diamond {
    width: 82%;
  }

  .team-profile-copy {
    margin-top: 0.55rem;
    padding-right: 0;
    padding-left: 0;
  }

  .button-primary,
  .button-secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
