:root {
  --bg: #070b12;
  --panel: #101827;
  --panel-2: #131f31;
  --text: #eef6ff;
  --muted: #a8b5c7;
  --line: rgba(255,255,255,.12);
  --blue: #38bdf8;
  --cyan: #2dd4bf;
  --violet: #8b5cf6;
  --green: #22c55e;
  --danger: #f87171;
  --shadow: 0 24px 70px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--bg);
}
body {
  min-height: 100vh;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(56,189,248,.18), transparent 32rem),
    radial-gradient(circle at 80% 10%, rgba(139,92,246,.16), transparent 30rem),
    linear-gradient(180deg, #070b12 0%, #0a101a 42%, #080b11 100%);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
strong { color: #fff; }
.skip-link, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  width: auto;
  height: auto;
  margin: 1rem;
  padding: .75rem 1rem;
  clip: auto;
  z-index: 999;
  background: #fff;
  color: #06111d;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(20px);
  background: rgba(7,11,18,.78);
  border-bottom: 1px solid var(--line);
}
.nav {
  max-width: none;
  margin: 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem 0 .85rem;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #fff;
  font-weight: 900;
  font-size: 1.65rem;
  letter-spacing: 0;
  line-height: 1;
}
.brand-mark {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  object-fit: contain;
  transform: translateY(1px);
}
.brand-word {
  color: currentColor;
  display: inline-block;
  transform: translateY(-1px);
}
.nav-menu { display: flex; align-items: center; gap: .9rem; font-size: .94rem; }
.nav-menu a:not(.button) { color: var(--muted); }
.nav-menu a.is-active { color: #fff; font-weight: 800; }
.nav-menu a:hover { color: var(--text); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--text); margin: 6px 9px; }

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 6rem 1.25rem;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 4rem;
  align-items: center;
  min-height: calc(100vh - 76px);
}
.compact { padding-top: 4.5rem; padding-bottom: 3rem; }
.eyebrow {
  margin: 0 0 .85rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  color: var(--cyan);
  font-weight: 800;
}
h1, h2, h3 { line-height: 1.08; margin: 0 0 1rem; letter-spacing: 0; }
h1 { font-size: clamp(2.55rem, 6vw, 5.45rem); max-width: 11ch; }
.page-hero h1 { max-width: 14ch; font-size: clamp(2.25rem, 5vw, 4.5rem); }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
h3 { font-size: 1.25rem; }
p { color: var(--muted); margin: 0 0 1rem; }
.hero-text { font-size: 1.2rem; max-width: 42rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin: 1.6rem 0 1rem; }
.centered { justify-content: center; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .78rem 1.1rem;
  border-radius: 8px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #041018;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, button:focus-visible, a:focus-visible {
  outline: 3px solid rgba(56,189,248,.55);
  outline-offset: 3px;
}
.button-secondary { background: rgba(255,255,255,.08); color: var(--text); border-color: var(--line); }
.button-outline { background: transparent; color: var(--text); border-color: rgba(56,189,248,.42); }
.button-danger { background: rgba(248,113,113,.18); color: #ffe7e7; border-color: rgba(248,113,113,.48); }
.button-danger:hover { background: rgba(248,113,113,.28); }
.button-small { min-height: 38px; padding: .5rem .75rem; font-size: .88rem; }
.text-link { color: var(--blue); font-weight: 800; }

.hero-visual {
  position: relative;
  min-height: 440px;
}
.browser-mock, .phone-mock, .growth-chip {
  position: absolute;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(16,24,39,.96), rgba(19,31,49,.72));
  box-shadow: var(--shadow);
}
.browser-mock {
  inset: 3rem 2rem auto 0;
  height: 285px;
  border-radius: 8px;
  padding: 1rem;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: inset .35s ease, height .35s ease, transform .35s ease, border-color .25s ease;
}
.browser-mock::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 24%, rgba(45,212,191,.1), transparent 46%);
  opacity: .5;
  transform: translateX(-70%);
  animation: preview-glint 4s ease-in-out infinite;
  pointer-events: none;
}
.browser-mock:hover { border-color: rgba(56,189,248,.42); }
.browser-mock:focus-visible {
  outline: 3px solid rgba(56,189,248,.55);
  outline-offset: 3px;
}
.browser-mock > span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: var(--blue);
  margin-right: 6px;
}
.site-build {
  position: relative;
  display: grid;
  gap: .8rem;
  margin-top: 1.2rem;
  z-index: 1;
}
.site-build::after {
  content: "";
  position: absolute;
  inset: -1rem;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(45,212,191,.2), transparent);
  opacity: 0;
  pointer-events: none;
}
.site-build-nav,
.site-build-hero,
.site-build-grid i,
.site-build-cta {
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.07);
  opacity: .48;
  transform: none;
  transform-origin: left center;
}
.site-build-nav {
  display: grid;
  grid-template-columns: 1fr repeat(3, 64px);
  gap: .65rem;
  align-items: center;
  min-height: 42px;
  padding: .7rem;
}
.site-build-nav b,
.site-build-nav i,
.site-build-hero em,
.site-build-cta {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}
.site-build-hero {
  min-height: 96px;
  padding: 1rem;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: .85rem;
  align-items: center;
}
.site-build-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  opacity: .72;
  transform: none;
}
.site-build-hero strong {
  display: block;
  margin-bottom: .45rem;
  color: rgba(255,255,255,.78);
  font-size: .95rem;
  opacity: .84;
  transform: none;
}
.site-build-hero span {
  display: block;
  color: rgba(238,246,255,.62);
  font-size: .74rem;
  font-weight: 800;
  opacity: .68;
  transform: none;
}
.site-build-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
}
.site-build-grid i {
  position: relative;
  min-height: 72px;
  padding: .65rem;
  overflow: hidden;
  display: grid;
  align-content: end;
  font-style: normal;
}
.site-build-grid i::before {
  content: "";
  position: absolute;
  inset: .65rem .65rem 2.15rem;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(56,189,248,.5), rgba(45,212,191,.35)),
    rgba(255,255,255,.08);
}
.site-build-grid i:nth-child(2)::before {
  background:
    linear-gradient(135deg, rgba(248,214,109,.72), rgba(56,189,248,.36)),
    rgba(255,255,255,.08);
}
.site-build-grid i:nth-child(3)::before {
  background:
    linear-gradient(135deg, rgba(34,197,94,.58), rgba(45,212,191,.36)),
    rgba(255,255,255,.08);
}
.site-build-grid span,
.site-build-cta span {
  position: relative;
  color: rgba(238,246,255,.72);
  font-size: .7rem;
  font-weight: 900;
  opacity: .62;
  transform: none;
}
.site-build-cta {
  width: min(46%, 235px);
  min-height: 36px;
  display: grid;
  place-items: center;
}
.site-build-nav b,
.site-build-nav i,
.site-build-hero em,
.site-build-cta { opacity: .52; }
.hero-demo.website-building .demo-browser {
  inset: 1.25rem 0 auto 0;
  height: 365px;
  border-color: rgba(45,212,191,.42);
}
.hero-demo.website-building {
  min-height: 470px;
}
.hero-demo.website-building .site-build::after {
  animation: site-scan 1.2s ease .18s both;
}
.hero-demo.website-building .site-build-nav,
.hero-demo.website-building .site-build-hero,
.hero-demo.website-building .site-build-grid i,
.hero-demo.website-building .site-build-cta {
  animation: build-in .78s cubic-bezier(.2,.8,.2,1) both;
}
.hero-demo.website-building .site-build-hero { animation-delay: .18s; }
.hero-demo.website-building .site-build-grid i:nth-child(1) { animation-delay: .34s; }
.hero-demo.website-building .site-build-grid i:nth-child(2) { animation-delay: .46s; }
.hero-demo.website-building .site-build-grid i:nth-child(3) { animation-delay: .58s; }
.hero-demo.website-building .site-build-cta { animation-delay: .75s; }
.hero-demo.website-building .site-build-hero strong {
  animation: text-build .55s ease .32s both;
}
.hero-demo.website-building .site-build-logo {
  animation: logo-pop .58s cubic-bezier(.2,.8,.2,1) .22s both;
}
.hero-demo.website-building .site-build-hero span {
  animation: text-build .55s ease .42s both;
}
.hero-demo.website-building .site-build-grid span {
  animation: text-build .5s ease both;
}
.hero-demo.website-building .site-build-grid i:nth-child(1) span { animation-delay: .48s; }
.hero-demo.website-building .site-build-grid i:nth-child(2) span { animation-delay: .6s; }
.hero-demo.website-building .site-build-grid i:nth-child(3) span { animation-delay: .72s; }
.hero-demo.website-building .site-build-cta span {
  animation: text-build .5s ease .9s both;
}
.hero-demo.website-building .site-build-nav b,
.hero-demo.website-building .site-build-hero em,
.hero-demo.website-building .site-build-cta {
  background: linear-gradient(90deg, rgba(56,189,248,.8), rgba(45,212,191,.75));
  opacity: 1;
}
.phone-mock {
  right: 0;
  bottom: 2rem;
  width: 180px;
  height: 250px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--text);
  padding: 0;
  font: inherit;
  cursor: pointer;
  z-index: 5;
  transition: opacity .25s ease, transform .35s ease;
}
.tap-ring {
  width: 96px;
  height: 96px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 38px rgba(45,212,191,.45);
  transition: transform .2s ease, box-shadow .2s ease;
}
.tap-image {
  display: block;
  object-fit: cover;
  object-position: 71% 52%;
  background: #030508;
}
.demo-phone:hover .tap-ring {
  animation: tap-pulse 1.5s ease-in-out infinite;
}
.hero-demo.nfc-reviewing .tap-ring {
  animation: tap-pulse .9s ease-in-out 2;
}
.nfc-review-card {
  position: absolute;
  left: 1.5rem;
  bottom: 8.35rem;
  z-index: 4;
  width: min(330px, calc(100% - 250px));
  border: 1px solid rgba(45,212,191,.38);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(8,13,21,.95);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(18px) scale(.94);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.nfc-review-card h3 {
  margin-bottom: .55rem;
  font-size: 1.02rem;
}
.nfc-review-card p:last-child {
  margin-bottom: 0;
  font-size: .84rem;
}
.hero-demo.nfc-reviewing .nfc-review-card {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.review-stars {
  display: flex;
  gap: .12rem;
  margin-bottom: .7rem;
  color: #f8d66d;
  font-size: 1.22rem;
  line-height: 1;
}
.review-stars span {
  opacity: 0;
  transform: translateY(8px) scale(.72);
}
.hero-demo.nfc-reviewing .review-stars span {
  animation: star-pop .42s ease both;
}
.hero-demo.nfc-reviewing .review-stars span:nth-child(2) { animation-delay: .1s; }
.hero-demo.nfc-reviewing .review-stars span:nth-child(3) { animation-delay: .2s; }
.hero-demo.nfc-reviewing .review-stars span:nth-child(4) { animation-delay: .3s; }
.hero-demo.nfc-reviewing .review-stars span:nth-child(5) { animation-delay: .4s; }
.growth-chip {
  left: 1.5rem;
  bottom: .75rem;
  min-width: 225px;
  min-height: 48px;
  padding: .68rem 1rem .68rem 2.9rem;
  border-radius: 8px;
  color: #06111d;
  font-weight: 800;
  font: inherit;
  font-size: .94rem;
  cursor: pointer;
  z-index: 5;
  overflow: hidden;
  text-align: left;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 18px 55px rgba(45,212,191,.22);
  transition: opacity .25s ease, transform .35s ease;
}
.growth-chip::before {
  content: "";
  position: absolute;
  left: .88rem;
  top: 50%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(6,17,29,.16);
  transform: translateY(-50%);
}
.growth-chip::after {
  content: "";
  position: absolute;
  left: 1.53rem;
  top: 50%;
  border-left: 8px solid #06111d;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
}
.growth-chip:hover {
  border-color: rgba(45,212,191,.75);
  transform: translateY(-2px);
}
.hero-demo:not(.website-building):not(.nfc-reviewing) .growth-chip {
  animation: action-pulse 2.6s ease-in-out infinite;
}
.hero-demo.website-building .demo-phone {
  opacity: 0;
  transform: translateX(90px) scale(.88);
  pointer-events: none;
}
.hero-demo.website-building .nfc-review-card {
  opacity: 0;
  pointer-events: none;
}
.hero-demo.website-building .growth-chip {
  bottom: .25rem;
  border-color: rgba(45,212,191,.48);
  background: rgba(8,13,21,.96);
  color: var(--cyan);
  text-align: center;
  padding: .8rem 1rem;
}
.hero-demo.website-building .growth-chip::before,
.hero-demo.website-building .growth-chip::after {
  display: none;
}
.hero-demo.nfc-reviewing .growth-chip {
  bottom: 2rem;
  background: rgba(8,13,21,.96);
  color: var(--cyan);
  text-align: center;
  padding: .8rem 1rem;
}
.hero-demo.nfc-reviewing .growth-chip::before,
.hero-demo.nfc-reviewing .growth-chip::after {
  display: none;
}

@keyframes build-in {
  0% { opacity: .08; transform: translateY(24px) scaleX(.7); }
  65% { opacity: 1; transform: translateY(-2px) scaleX(1.02); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes text-build {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes logo-pop {
  0% { opacity: 0; transform: translateY(10px) scale(.72) rotate(-5deg); }
  70% { opacity: 1; transform: translateY(-2px) scale(1.05); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes site-scan {
  0% { opacity: 0; transform: translateX(-120%); }
  20%, 75% { opacity: 1; }
  100% { opacity: 0; transform: translateX(120%); }
}
@keyframes preview-glint {
  0%, 42% { transform: translateX(-75%); opacity: 0; }
  55% { opacity: .55; }
  72%, 100% { transform: translateX(75%); opacity: 0; }
}
@keyframes action-pulse {
  0%, 100% { box-shadow: 0 18px 55px rgba(45,212,191,.22); }
  50% { box-shadow: 0 24px 70px rgba(45,212,191,.42); }
}
@keyframes tap-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 38px rgba(45,212,191,.45); }
  50% { transform: scale(1.08); box-shadow: 0 0 58px rgba(45,212,191,.7); }
}
@keyframes star-pop {
  0% { opacity: 0; transform: translateY(8px) scale(.72); }
  65% { opacity: 1; transform: translateY(-2px) scale(1.12); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.mini-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  border-radius: 8px;
  padding: .8rem 1rem;
  color: #dceaff;
}

.section-heading { max-width: 730px; margin-bottom: 2rem; }
.grid { display: grid; gap: 1rem; }
.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: start; }
.benefit-faq-layout,
.benefit-media-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 2rem;
  align-items: start;
}
.benefit-media-layout {
  grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
  gap: 3rem;
  align-items: center;
}
.benefit-copy .button-row { margin-top: 1.5rem; }
.service-visual {
  position: relative;
  min-height: 390px;
  border: 1px solid rgba(45,212,191,.32);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(45,212,191,.18), transparent 17rem),
    linear-gradient(160deg, rgba(16,24,39,.78), rgba(8,13,21,.86));
  box-shadow: var(--shadow);
}
.service-website-preview {
  min-height: 420px;
}
.service-website-preview.hero-demo.website-building {
  min-height: 420px;
}
.service-website-preview .browser-mock {
  inset: 1.4rem 1.4rem auto 1.4rem;
  height: 365px;
  cursor: default;
}
.service-website-preview .site-build-grid i { min-height: 80px; }
.nfc-benefit-visual {
  min-height: 430px;
  display: grid;
  place-items: center;
}
.nfc-benefit-visual::before {
  content: "";
  position: absolute;
  inset: 11% 9% 14%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}
.nfc-benefit-counter,
.nfc-benefit-circle {
  position: absolute;
  display: block;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 60px rgba(0,0,0,.34);
}
.nfc-benefit-counter {
  left: 10%;
  top: 13%;
  width: 58%;
  aspect-ratio: 4 / 5;
}
.nfc-benefit-circle {
  right: 9%;
  bottom: 12%;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.nfc-benefit-note {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 1.1rem;
  display: grid;
  gap: .15rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(45,212,191,.34);
  border-radius: 8px;
  background: rgba(8,13,21,.88);
}
.nfc-benefit-note strong { color: #fff; font-size: 1rem; }
.nfc-benefit-note span { color: var(--muted); font-size: .9rem; font-weight: 700; }
.faq-section-block {
  margin: 4rem auto 0;
  max-width: 860px;
}
.faq-section-block .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.faq-section-block .button-row { justify-content: center; }
.card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(16,24,39,.92), rgba(11,17,28,.86));
  border-radius: 8px;
  padding: 1.35rem;
  box-shadow: 0 12px 45px rgba(0,0,0,.18);
}
.service-card, .price-card, .portfolio-card, .product-card, .testimonial-card { min-height: 100%; }
.portfolio-card {
  display: flex;
  flex-direction: column;
}
.portfolio-card[hidden],
.portfolio-card.is-hidden { display: none; }
.portfolio-card-description {
  min-height: 8rem;
  max-height: 8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.portfolio-card-services {
  min-height: 3.1rem;
  max-height: 3.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.portfolio-card .project-modal-trigger {
  align-self: flex-start;
  margin-top: auto;
}
.check-list { padding: 0; margin: 1rem 0; list-style: none; }
.check-list li { margin: .55rem 0; color: var(--muted); }
.check-list li::before { content: ""; display: inline-block; width: .55rem; height: .55rem; margin-right: .55rem; border-radius: 2px; background: var(--cyan); }
.benefit-action { margin-top: 1.15rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.price { color: #fff; font-size: 1.4rem; font-weight: 900; }
.featured { border-color: rgba(56,189,248,.5); }
.project-art, .product-art {
  position: relative;
  min-height: 150px;
  border-radius: 8px;
  margin-bottom: 1rem;
  display: flex;
  align-items: end;
  padding: 1rem;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent, #38bdf8) 55%, transparent), transparent),
    linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
  border: 1px solid var(--line);
  overflow: hidden;
}
.project-art-media,
.project-art img,
.project-art video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.project-art-media {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.project-art-media.is-active {
  opacity: 1;
  pointer-events: auto;
}
.project-art img,
.project-art video {
  object-fit: cover;
}
.project-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(4,8,13,.78));
  pointer-events: none;
}
.project-art span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 900;
}
.project-media-count {
  position: absolute;
  top: .75rem;
  right: .75rem;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  padding: .25rem .5rem;
  background: rgba(5,8,13,.78);
  color: #fff;
  font-size: .78rem;
  line-height: 1;
}
.project-media-nav,
.project-dialog-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: rgba(5,8,13,.74);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}
.project-media-nav:hover,
.project-dialog-nav:hover { background: rgba(5,8,13,.9); }
.project-media-nav[hidden],
.project-dialog-nav[hidden] { display: none; }
.project-media-prev,
.project-media-next {
  top: 50%;
  transform: translateY(-50%);
}
.project-media-prev { left: .65rem; }
.project-media-next { right: .65rem; }
.project-dialog-media {
  position: relative;
}
.project-dialog-media[hidden] { display: none; }
.project-dialog-media-stage img,
.project-dialog-media-stage video {
  width: 100%;
  max-height: min(58vh, 560px);
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0,0,0,.25);
}
.project-dialog-prev,
.project-dialog-next {
  top: 50%;
  transform: translateY(-50%);
}
.project-dialog-prev { left: .65rem; }
.project-dialog-next { right: .65rem; }
.project-dialog-media-count {
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  padding: .25rem .5rem;
  background: rgba(5,8,13,.78);
  color: #fff;
  font-weight: 900;
  font-size: .8rem;
}
#project-dialog-copy {
  max-height: 15rem;
  overflow: auto;
  padding-right: .35rem;
}
.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 390px));
  justify-content: center;
  align-items: stretch;
  gap: 1.35rem;
}
.product-card {
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 590px;
  text-align: center;
}
.product-card h3 {
  font-size: 1.65rem;
  margin: 1.45rem 1.45rem .75rem;
}
.product-card p {
  font-size: 1.05rem;
  margin-left: 1.45rem;
  margin-right: 1.45rem;
}
.product-card .price-small { margin-top: .75rem; }
.product-card .button {
  width: calc(100% - 2.9rem);
  margin: auto 1.45rem 1.45rem;
  align-self: center;
}
.product-art {
  position: relative;
  min-height: 325px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 8px 8px 0 0;
  background: rgba(255,255,255,.035);
}
.product-art img {
  width: 100%;
  height: 100%;
  min-height: 325px;
  display: block;
  object-fit: cover;
}
.nfc-video-showcase {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.nfc-carousel {
  position: relative;
  width: min(100%, 820px);
  margin: 0 auto;
  padding: 0 3.6rem 2.4rem;
}
.nfc-video-track {
  position: relative;
  height: 540px;
  overflow: hidden;
  touch-action: pan-y;
}
.nfc-video-track::-webkit-scrollbar { display: none; }
.nfc-video-slide {
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 235px;
  opacity: 0;
  transform: translateX(-50%) scale(.7);
  transition: opacity .32s ease, transform .32s ease, filter .32s ease;
  filter: saturate(.7);
  pointer-events: none;
}
.nfc-video-slide.is-prev {
  opacity: .52;
  transform: translateX(calc(-50% - 260px)) scale(.84);
  filter: saturate(.82);
}
.nfc-video-slide.is-next {
  opacity: .52;
  transform: translateX(calc(-50% + 260px)) scale(.84);
  filter: saturate(.86);
}
.nfc-video-slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: translateX(-50%) scale(1.14);
  filter: none;
  pointer-events: auto;
}
.nfc-video-shell {
  position: relative;
  width: 235px;
  margin: 0 auto;
  border: 1px solid rgba(45,212,191,.34);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(16,24,39,.92), rgba(8,13,21,.94)),
    rgba(255,255,255,.035);
  box-shadow: var(--shadow);
}
.nfc-video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(56,189,248,.18), transparent 38%, rgba(45,212,191,.13));
  pointer-events: none;
}
.nfc-demo-video {
  width: 100%;
  max-height: 420px;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: contain;
  background: #030508;
}
.nfc-carousel-nav {
  position: absolute;
  top: calc(50% - 1.2rem);
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(45,212,191,.34);
  border-radius: 8px;
  background: rgba(8,13,21,.92);
  color: var(--cyan);
  font: inherit;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.nfc-carousel-nav:hover {
  transform: translateY(-2px);
  border-color: rgba(45,212,191,.7);
  background: rgba(16,24,39,.98);
}
.nfc-carousel-prev { left: 0; }
.nfc-carousel-next { right: 0; }
.nfc-carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: .45rem;
}
.nfc-carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(168,181,199,.42);
  cursor: pointer;
}
.nfc-carousel-dots button[aria-current="true"] {
  width: 24px;
  border-radius: 999px;
  background: var(--cyan);
}
.small, small { font-size: .9rem; color: var(--muted); }
.note { margin-top: 1rem; }
.stars { color: var(--cyan); letter-spacing: .12em; }
.timeline { counter-reset: steps; list-style: none; padding: 0; margin: 0; }
.timeline li { position: relative; margin: .7rem 0; padding: .85rem 1rem .85rem 3rem; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: rgba(255,255,255,.045); }
.timeline li::before { counter-increment: steps; content: counter(steps); position: absolute; left: .8rem; top: .75rem; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #041018; font-weight: 900; }

.faq-list {
  display: grid;
  gap: .7rem;
  margin-top: 1rem;
}
.faq-item {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  overflow: hidden;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.faq-item[open] {
  border-color: rgba(45,212,191,.66);
  background: rgba(45,212,191,.075);
  box-shadow: 0 16px 42px rgba(0,0,0,.18);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 56px;
  padding: .85rem 1rem;
  color: #e8f2ff;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-question { min-width: 0; }
.faq-indicator {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(45,212,191,.5);
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(45,212,191,.08);
  font-weight: 900;
}
.faq-indicator::before { content: "+"; }
.faq-item[open] .faq-indicator {
  background: var(--cyan);
  color: #041018;
}
.faq-item[open] .faq-indicator::before { content: "-"; }
.faq-item p {
  padding: 0 1rem 1rem;
  margin: 0;
  color: var(--muted);
}

form label, fieldset { display: grid; gap: .45rem; color: #dceaff; font-weight: 700; margin-bottom: 1rem; }
.form-panel {
  padding: 1.55rem;
  background:
    linear-gradient(180deg, rgba(16,24,39,.97), rgba(11,17,28,.9)),
    radial-gradient(circle at 90% 8%, rgba(45,212,191,.12), transparent 26rem);
}
.form-panel > h2 { margin-bottom: 1.35rem; }
.form-note {
  margin: -.55rem 0 1.25rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(45,212,191,.26);
  border-radius: 8px;
  background: rgba(45,212,191,.06);
  color: #c6d4e6;
  font-size: .94rem;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.065);
  color: var(--text);
  padding: .86rem .95rem;
  font: inherit;
}
textarea { resize: vertical; }
select option { color: #041018; }
fieldset { border: 1px solid var(--line); border-radius: 8px; padding: 1rem; }
.form-section {
  gap: .85rem;
  margin: 0 0 1rem;
  padding: 1.05rem;
  background: rgba(255,255,255,.035);
}
.form-section legend {
  padding: 0 .55rem;
  color: var(--cyan);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.checkbox, .checkbox-grid label { display: flex; align-items: center; gap: .55rem; font-weight: 600; color: var(--muted); }
.checkbox input { width: auto; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
.field-error { color: var(--danger); font-weight: 700; }
.hp-field { position: absolute; left: -10000px; opacity: 0; }

.booking-layout, .contact-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 1.25rem; align-items: start; }
.contact-layout { grid-template-columns: minmax(0, 620px); justify-content: center; }
.calendar-head { display: flex; justify-content: space-between; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.calendar-head h2 { font-size: 1.45rem; margin: 0; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: .35rem; }
.calendar-labels { color: var(--muted); font-weight: 800; font-size: .85rem; margin-bottom: .45rem; text-align: center; }
.calendar-day {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
}
.calendar-day.active { border-color: var(--blue); background: rgba(56,189,248,.18); }
.calendar-day.disabled { opacity: .32; pointer-events: none; }
.slot-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.slot-button { border: 1px solid var(--line); background: rgba(255,255,255,.06); color: var(--text); border-radius: 8px; padding: .55rem .7rem; cursor: pointer; }
.slot-button.active { background: var(--cyan); color: #041018; font-weight: 900; }
.filter-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1rem; }
.order-details-dialog,
.confirm-delete-dialog { border: 1px solid var(--line); border-radius: 8px; background: var(--panel); color: var(--text); max-width: 560px; padding: 1.5rem; }
.modal-open { overflow: hidden; }
.project-dialog {
  width: min(94vw, 1040px);
  max-width: 1040px;
  max-height: calc(100vh - 3rem);
  padding: 0;
  border: 1px solid rgba(56,189,248,.26);
  border-radius: 8px;
  background: var(--panel);
  color: var(--text);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.project-dialog-shell {
  max-height: calc(100vh - 3rem);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}
.project-dialog-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.45rem 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(7,11,18,.42);
}
.project-dialog-header .eyebrow { margin-bottom: .45rem; }
.project-dialog-header h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
}
.project-dialog .dialog-close {
  float: none;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}
.project-dialog-body {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 1rem;
  padding: 1rem 1.45rem;
  overflow: auto;
}
.project-dialog-section {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255,255,255,.035);
}
.project-dialog-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  margin-bottom: .75rem;
}
.project-dialog-section h3 {
  margin: 0 0 .75rem;
  font-size: 1rem;
  color: #fff;
}
.project-dialog-section-head h3 { margin: 0; }
.project-dialog-details {
  display: grid;
  align-content: start;
  gap: .6rem;
}
.project-dialog-details p { margin-bottom: 1rem; }
.project-dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: .75rem;
  padding: 1rem 1.45rem;
  border-top: 1px solid var(--line);
  background: rgba(7,11,18,.42);
}
.order-details-dialog { width: min(92vw, 760px); max-width: 760px; }
.confirm-delete-dialog { width: min(92vw, 470px); }
.confirm-delete-dialog h2 { font-size: 1.55rem; margin-right: 2.75rem; }
.confirm-delete-actions { justify-content: flex-end; margin-bottom: 0; }
.form-dialog {
  width: min(92vw, 620px);
  max-height: calc(100vh - 3rem);
  padding: 0;
  border: 1px solid rgba(45,212,191,.44);
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.project-dialog::backdrop,
.order-details-dialog::backdrop,
.confirm-delete-dialog::backdrop,
.form-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(8px); }
.dialog-close { float: right; background: transparent; color: var(--text); border: 1px solid var(--line); border-radius: 8px; width: 36px; height: 36px; cursor: pointer; }
.form-dialog-close {
  position: sticky;
  top: .8rem;
  float: none;
  margin: .8rem .8rem -2.9rem auto;
  display: grid;
  place-items: center;
  z-index: 2;
  background: rgba(7,11,18,.88);
}
.form-dialog-body {
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
  padding: .75rem;
  scrollbar-color: rgba(45,212,191,.42) rgba(4,8,13,.95);
  scrollbar-width: thin;
}
.form-dialog-body::-webkit-scrollbar { width: 10px; }
.form-dialog-body::-webkit-scrollbar-track {
  background: rgba(4,8,13,.95);
  border-radius: 999px;
}
.form-dialog-body::-webkit-scrollbar-thumb {
  border: 2px solid rgba(4,8,13,.95);
  border-radius: 999px;
  background: rgba(45,212,191,.42);
}
.form-dialog-body::-webkit-scrollbar-thumb:hover { background: rgba(45,212,191,.62); }
.form-dialog .form-panel {
  max-width: none;
  margin: 0;
  padding: 1.25rem;
}
.form-dialog .form-panel > h2 {
  padding-right: 3rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
}
.form-dialog .form-row { grid-template-columns: 1fr; gap: 0; }
.form-dialog .form-section { padding: .9rem; }
.form-dialog input,
.form-dialog select,
.form-dialog textarea { padding: .72rem .82rem; }
.details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin-top: 1rem; }
.detail-item {
  display: grid;
  gap: .25rem;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: .85rem;
  background: rgba(255,255,255,.04);
}
.detail-item span { color: var(--muted); font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.detail-item strong { overflow-wrap: anywhere; }
.detail-item small { overflow-wrap: anywhere; }
.detail-item-wide { grid-column: 1 / -1; }
.map-placeholder, .founder-photo {
  min-height: 180px;
  border: 1px dashed rgba(255,255,255,.28);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--muted);
  margin-top: 1rem;
}
.legal-copy { max-width: 850px; }
.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  gap: 2rem;
  align-items: start;
}
.about-story-copy {
  max-width: 760px;
}
.about-story-copy p {
  font-size: 1.05rem;
}
.about-note {
  position: sticky;
  top: 6rem;
}
.about-values {
  padding-top: 3rem;
}
.cta-band { text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.footer {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 0%, rgba(45,212,191,.09), transparent 22rem),
    linear-gradient(180deg, rgba(8,13,21,.94), rgba(4,7,12,.98));
  padding: 3.5rem 1.25rem 4rem;
}
.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(4, minmax(130px, .7fr));
  gap: 2rem;
  align-items: start;
}
.footer-primary p { max-width: 360px; }
.footer a:not(.button) {
  display: block;
  color: var(--muted);
  margin: .45rem 0;
  transition: color .2s ease, transform .2s ease;
}
.footer a:not(.button):hover {
  color: var(--text);
  transform: translateX(3px);
}
.footer .brand {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #fff;
  margin: 0 0 1rem;
}
.footer .brand-mark {
  width: 48px;
  height: 48px;
  transform: translateY(8px);
}
.footer .brand-word {
  transform: translateY(0);
}
.footer h2 {
  margin-bottom: .9rem;
  color: #fff;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.25rem;
}
.footer .button {
  margin: 0;
  color: #041018;
}
.footer .button-secondary { color: var(--text); }
.footer-bottom {
  max-width: 1180px;
  margin: 2.5rem auto 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 1.1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-bottom .footer-admin-link {
  margin: 0;
  color: rgba(168,181,199,.62);
  font-size: .86rem;
}
.footer-bottom .footer-admin-link:hover {
  color: var(--text);
  transform: none;
}
.cookie-notice {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 150;
  max-width: 420px;
  display: flex;
  align-items: center;
  gap: .8rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(8,13,21,.96);
  box-shadow: var(--shadow);
}
.cookie-notice.is-hidden { display: none; }
.mobile-cta { display: none; }

.admin-shell { display: grid; grid-template-columns: 245px minmax(0,1fr); min-height: 100vh; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; border-right: 1px solid var(--line); background: rgba(5,8,13,.9); padding: 1.2rem; display: flex; flex-direction: column; gap: .6rem; }
.admin-sidebar a:not(.brand) { padding: .65rem .75rem; border-radius: 8px; }
.admin-sidebar a:hover { background: rgba(255,255,255,.06); color: var(--text); }
.admin-sidebar a.is-active {
  background: rgba(56,189,248,.14);
  color: var(--text);
  box-shadow: inset 3px 0 0 var(--cyan);
  font-weight: 900;
}
.admin-sidebar .admin-view-site {
  margin: .55rem 0 .8rem;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #041018;
  font-weight: 900;
  text-align: center;
}
.admin-sidebar .admin-view-site:hover { color: #041018; background: linear-gradient(135deg, var(--cyan), var(--blue)); }
.admin-content { padding: 2rem; }
.admin-editor { margin-bottom: 1rem; }
.admin-editor h2 { font-size: clamp(1.35rem, 2vw, 2rem); }
.admin-edit-grid { margin: 1rem 0 2rem; }
.admin-content-form .button-row { margin: 1rem 0 0; }
.admin-content-layout { display: grid; gap: 1rem; }
.admin-list-panel { padding: 1.1rem; }
.admin-list-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.admin-list-head h2 { font-size: clamp(1.4rem, 2.4vw, 2.35rem); }
.admin-edit-panel {
  border: 1px solid rgba(56,189,248,.26);
  border-radius: 8px;
  background: rgba(56,189,248,.055);
  padding: 1rem;
  margin-bottom: 1rem;
}
.admin-edit-panel h3 { margin-bottom: 1rem; }
.admin-item-list { display: grid; gap: .75rem; }
.admin-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255,255,255,.035);
}
.admin-project-row {
  grid-template-columns: 108px minmax(0, 1fr) auto;
}
.admin-media-field { margin-top: 1rem; }
.admin-media-preview {
  display: grid;
  gap: .45rem;
  margin-bottom: .85rem;
}
.admin-media-preview.is-gallery {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.admin-media-item {
  position: relative;
  min-width: 0;
}
.admin-media-item p { overflow-wrap: anywhere; }
.admin-media-preview img,
.admin-media-preview video {
  width: min(100%, 360px);
  max-height: 220px;
  display: block;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0,0,0,.25);
}
.admin-row-media .admin-media-preview {
  margin: 0;
}
.admin-row-media .admin-media-item {
  width: 108px;
  height: 76px;
}
.admin-row-media .admin-media-preview img,
.admin-row-media .admin-media-preview video {
  width: 108px;
  height: 76px;
}
.admin-row-media .admin-media-preview p {
  display: none;
}
.admin-media-count {
  position: absolute;
  top: .35rem;
  right: .35rem;
  display: inline-grid;
  min-width: 28px;
  min-height: 24px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: rgba(5,8,13,.82);
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
}
.admin-row-media > .small {
  width: 108px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px dashed var(--line);
  border-radius: 8px;
  text-align: center;
  font-size: .75rem;
}
.admin-row h3 { margin-bottom: .35rem; font-size: 1.1rem; }
.admin-row p { margin-bottom: .3rem; }
.admin-row-actions {
  display: flex;
  gap: .5rem;
  align-items: center;
}
.admin-row-actions form { margin: 0; }
.notice-success {
  border: 1px solid rgba(34,197,94,.38);
  border-radius: 8px;
  padding: .85rem 1rem;
  background: rgba(34,197,94,.12);
  color: #d8ffe7;
  font-weight: 800;
}
.login-screen { min-height: 100vh; display: grid; place-items: center; padding: 1rem; }
.login-card { width: min(100%, 430px); }
.stat span { font-size: 2.4rem; font-weight: 900; color: var(--cyan); }
.stat-link { display: block; transition: transform .2s ease, border-color .2s ease; }
.stat-link:hover { transform: translateY(-2px); border-color: rgba(56,189,248,.45); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
table { width: 100%; border-collapse: collapse; min-width: 900px; background: rgba(255,255,255,.035); }
th, td { padding: .85rem; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
th { color: #fff; }
.order-table {
  min-width: 1120px;
  table-layout: fixed;
}
.order-table th,
.order-table td { padding: .85rem .7rem; }
.order-table th:nth-child(1),
.order-table td:nth-child(1) { width: 16%; }
.order-table th:nth-child(2),
.order-table td:nth-child(2) { width: 17%; }
.order-table th:nth-child(3),
.order-table td:nth-child(3) { width: 13%; }
.order-table th:nth-child(4),
.order-table td:nth-child(4) { width: 7%; text-align: center; }
.order-table th:nth-child(5),
.order-table td:nth-child(5) { width: 11%; }
.order-table th:nth-child(6),
.order-table td:nth-child(6) { width: 14%; }
.order-table th:nth-child(7),
.order-table td:nth-child(7) { width: 15%; }
.order-table th:nth-child(8),
.order-table td:nth-child(8) { width: 7%; }
.order-ref,
.order-date { white-space: nowrap; }
.order-ref { display: inline-block; font-size: .95rem; letter-spacing: 0; }
.order-details-trigger { white-space: nowrap; min-width: 98px; }
.quantity-pill {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  min-height: 36px;
  border: 1px solid rgba(56,189,248,.42);
  border-radius: 8px;
  background: rgba(56,189,248,.12);
  color: #eaf7ff;
  font-weight: 900;
}
.admin-control {
  width: 100%;
  min-width: 0;
  padding: .58rem .7rem;
  line-height: 1.25;
}
.order-status,
.order-notes {
  min-height: 50px;
  height: 50px;
}
.order-status { padding-right: 1.9rem; }
.order-notes { resize: vertical; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .nav-toggle { display: block; }
  .nav-menu {
    position: absolute;
    inset: 76px 1rem auto 1rem;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8,13,21,.98);
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;
    transition: transform .2s ease, opacity .2s ease;
  }
  .nav-menu.open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .hero, .split, .benefit-faq-layout, .benefit-media-layout, .about-story, .booking-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 4rem; }
  .hero-visual { min-height: 360px; }
  .service-website-preview .browser-mock { inset: 1.25rem; }
  .about-note { position: static; }
  .three, .four, .five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; }
}

@media (max-width: 680px) {
  .section { padding: 4rem 1rem; }
  h1 { font-size: 2.7rem; }
  .two, .three, .four, .five, .form-row, .checkbox-grid, .benefit-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; }
  .browser-mock { inset: 0 0 auto 0; height: 285px; }
  .hero-demo.website-building .demo-browser { inset: 0 0 auto 0; height: 365px; }
  .hero-demo.website-building .growth-chip { bottom: 5rem; }
  .phone-mock { right: 0; bottom: 0; width: 140px; height: 200px; }
  .tap-ring { width: 76px; height: 76px; }
  .nfc-review-card { left: 0; right: auto; bottom: 7rem; width: calc(100% - 155px); padding: .85rem; }
  .growth-chip { left: 0; bottom: 1rem; }
  .hero-demo.nfc-reviewing .growth-chip { bottom: .65rem; }
  .nfc-carousel { padding: 0 1.85rem 2.4rem; }
  .nfc-video-track { height: 470px; }
  .nfc-video-slide {
    top: 1.6rem;
    width: 210px;
  }
  .nfc-video-shell { width: 210px; }
  .nfc-demo-video { max-height: 375px; }
  .nfc-video-slide.is-active { transform: translateX(-50%) scale(1.08); }
  .nfc-video-slide.is-prev { transform: translateX(calc(-50% - 170px)) scale(.78); }
  .nfc-video-slide.is-next { transform: translateX(calc(-50% + 170px)) scale(.78); }
  .nfc-carousel-nav {
    width: 34px;
    height: 34px;
    font-size: 1.45rem;
  }
  .details-grid { grid-template-columns: 1fr; }
  .service-visual { min-height: 340px; }
  .service-website-preview,
  .service-website-preview.hero-demo.website-building { min-height: 360px; }
  .service-website-preview .browser-mock { height: 310px; }
  .service-website-preview .site-build-nav { grid-template-columns: 1fr repeat(2, 44px); }
  .service-website-preview .site-build-nav i:nth-of-type(3) { display: none; }
  .nfc-benefit-visual { min-height: 360px; }
  .nfc-benefit-counter { width: 62%; }
  .nfc-benefit-circle { width: 43%; }
  .faq-section-block { margin-top: 3rem; }
  .form-dialog { width: min(92vw, 560px); }
  .form-dialog-body { padding: .55rem; }
  .form-dialog .form-panel { padding: 1rem; }
  .project-dialog { width: min(94vw, 640px); max-height: calc(100vh - 1.5rem); }
  .project-dialog-shell { max-height: calc(100vh - 1.5rem); }
  .project-dialog-header,
  .project-dialog-body,
  .project-dialog-footer { padding-left: 1rem; padding-right: 1rem; }
  .project-dialog-body { grid-template-columns: 1fr; }
  .project-dialog-header h2 { font-size: 2rem; }
  .project-dialog-media-stage img,
  .project-dialog-media-stage video { max-height: 42vh; }
  .cookie-notice { left: .75rem; right: .75rem; bottom: 4.5rem; max-width: none; flex-direction: column; align-items: stretch; }
  .admin-list-head, .admin-row { grid-template-columns: 1fr; display: grid; }
  .admin-row-actions { justify-content: start; flex-wrap: wrap; }
  .mobile-cta {
    display: grid;
    grid-template-columns: 1fr;
    position: fixed;
    z-index: 130;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid var(--line);
    background: rgba(7,11,18,.96);
  }
  .mobile-cta a { text-align: center; padding: .9rem .5rem; font-weight: 900; color: var(--text); }
}

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