/* ============================================================
   SRI MANJUNATHA OFFSET & DIGITAL PRINTERS
   Molakalmuru · Chitradurga District · Karnataka
   ------------------------------------------------------------
   1. Tokens          6. Hero            11. Products
   2. Reset / base    7. Trust strip     12. Wedding / Business
   3. Typography      8. Services        13. Stamps / About
   4. Primitives      9. Process         14. Gallery / CTA
   5. Navigation     10. Machines        15. Contact / Footer
   ============================================================ */

/* ── 1. TOKENS ───────────────────────────────────────────── */
:root {
  /* Ink — deep navy / midnight blue */
  --navy-950: #050a14;
  --navy-900: #09101f;
  --navy-850: #0c1426;
  --navy-800: #101a30;
  --navy-750: #14203a;
  --navy-700: #1a2947;
  --navy-600: #24365c;
  --navy-500: #32497a;

  /* Gold — warm metallic highlight */
  --gold-200: #ffeec2;
  --gold-300: #ffdb95;
  --gold-400: #f4c86f;
  --gold-500: #e0a93f;
  --gold-600: #c2892a;
  --gold-700: #8e621a;

  /* Paper — warm print tones */
  --paper-50:  #fcfaf4;
  --paper-100: #f4eee1;
  --paper-200: #e7dcc7;
  --paper-300: #d4c4a6;
  --paper-400: #b9a683;

  /* Text */
  --white:     #ffffff;
  --text:      #eaf0fa;
  --text-soft: #b4c1da;
  --text-dim:  #7e8daa;
  --text-faint:#7884a2;

  /* Lines & surfaces */
  --line:        rgba(255, 255, 255, 0.085);
  --line-strong: rgba(255, 255, 255, 0.16);
  --line-gold:   rgba(224, 169, 63, 0.34);
  --glass:       rgba(255, 255, 255, 0.035);
  --glass-2:     rgba(255, 255, 255, 0.06);

  /* WhatsApp (used only on links that open WhatsApp) */
  --wa:      #25d366;
  --wa-deep: #0d803f;

  /* Elevation */
  --sh-1: 0 1px 2px rgba(0, 0, 0, 0.5);
  --sh-2: 0 12px 32px -12px rgba(0, 0, 0, 0.7);
  --sh-3: 0 34px 80px -34px rgba(0, 0, 0, 0.9);
  --sh-4: 0 60px 140px -50px rgba(0, 0, 0, 1);
  --sh-gold: 0 24px 70px -30px rgba(224, 169, 63, 0.42);
  --sh-paper: 0 22px 48px -22px rgba(0, 0, 0, 0.75);

  /* Geometry */
  --r-xs: 6px;
  --r-sm: 10px;
  --r:    16px;
  --r-lg: 24px;
  --r-xl: 34px;

  --maxw: 1240px;
  --gutter: clamp(20px, 5vw, 48px);
  --sec-y: clamp(76px, 9vw, 148px);

  /* Motion */
  --ease: cubic-bezier(0.22, 0.75, 0.25, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 0.55s;

  /* Type */
  --f-display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --f-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --f-kn: "Noto Sans Kannada", "Tunga", "Nirmala UI", sans-serif;
  --f-mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, monospace;

  --nav-h: 76px;

  color-scheme: dark;
}

/* ── 2. RESET / BASE ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 18px);
}

body {
  margin: 0;
  background: var(--navy-900);
  color: var(--text);
  font-family: var(--f-body);
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.0625rem);
  line-height: 1.68;
  font-weight: 400;
  letter-spacing: -0.005em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img, svg, video { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
strong { font-weight: 600; color: var(--white); }
address { font-style: normal; }

::selection { background: var(--gold-500); color: var(--navy-950); }

:focus-visible {
  outline: 2px solid var(--gold-400);
  outline-offset: 3px;
  border-radius: 3px;
}
:focus:not(:focus-visible) { outline: none; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 12px 20px;
  background: var(--gold-500);
  color: var(--navy-950);
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: var(--r-sm);
  transform: translateY(-160%);
  transition: transform 0.25s var(--ease);
}
.skip-link:focus { transform: translateY(0); }

.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;
}

/* Paper grain — the whole page sits on stock, not on a screen */
.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.4;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.22'/%3E%3C/svg%3E");
}

/* ── 3. TYPOGRAPHY ───────────────────────────────────────── */
.display,
h1, h2 {
  font-family: var(--f-display);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.028em;
  color: var(--white);
  text-wrap: balance;
}

h3, h4 {
  font-family: var(--f-body);
  font-weight: 600;
  letter-spacing: -0.017em;
  line-height: 1.28;
  color: var(--white);
}

.kn {
  font-family: var(--f-kn);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
  font-feature-settings: "kern" 1;
}

.h-sec {
  font-size: clamp(2.05rem, 1.2rem + 3.6vw, 3.55rem);
}
.h-hero {
  font-size: clamp(2.35rem, 1rem + 5.6vw, 4.6rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.688rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-400);
  font-family: var(--f-body);
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500));
  flex: none;
}
.eyebrow--center::after {
  content: "";
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-500), transparent);
  flex: none;
}

.lede {
  font-size: clamp(1rem, 0.95rem + 0.4vw, 1.15rem);
  line-height: 1.72;
  color: var(--text-soft);
  text-wrap: pretty;
}

.muted { color: var(--text-dim); }

.gold-word {
  color: var(--gold-400);
  font-weight: 500;
}

/* ── 4. PRIMITIVES ───────────────────────────────────────── */
.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section {
  position: relative;
  z-index: 2;
  padding-block: var(--sec-y);
}
.section--tint { background: var(--navy-850); }
.section--deep { background: var(--navy-950); }

.rule-top { border-top: 1px solid var(--line); }

/* Print registration mark — a genuine press detail, used as ornament */
.regmark {
  position: absolute;
  width: 28px;
  height: 28px;
  opacity: 0.5;
  pointer-events: none;
  color: var(--gold-600);
}

.sec-head {
  max-width: 660px;
  margin-bottom: clamp(44px, 5vw, 76px);
}
.sec-head--center {
  margin-inline: auto;
  text-align: center;
}
.sec-head .h-sec { margin-block: 18px 16px; }

/* Buttons */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease),
              background-color 0.3s var(--ease), border-color 0.3s var(--ease),
              color 0.3s var(--ease);
}
.btn svg { flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--gold {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500) 55%, var(--gold-600));
  color: var(--navy-950);
  box-shadow: var(--sh-gold), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.btn--gold:hover {
  box-shadow: 0 28px 76px -26px rgba(224, 169, 63, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.btn--wa {
  background: var(--wa-deep);
  color: var(--white);
  box-shadow: 0 20px 52px -24px rgba(13, 128, 63, 0.9);
}
.btn--wa:hover { background: var(--wa); color: var(--navy-950); }

.btn--ghost {
  background: var(--glass);
  border-color: var(--line-strong);
  color: var(--text);
  backdrop-filter: blur(10px);
}
.btn--ghost:hover {
  border-color: var(--line-gold);
  color: var(--white);
  background: var(--glass-2);
}

.btn--sm { padding: 11px 20px; font-size: 0.8rem; }
.btn--block { width: 100%; }

/* Quiet inline link with arrow */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--gold-400);
  transition: gap 0.3s var(--ease), color 0.3s var(--ease);
}
.link-arrow:hover { gap: 14px; color: var(--gold-300); }
.link-arrow svg { transition: transform 0.3s var(--ease); }

/* Chip */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: var(--glass);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-soft);
}
.chip .dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold-500);
  flex: none;
}

/* Surface card */
.card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 42%),
    var(--navy-800);
  overflow: hidden;
}

/* Hairline gold divider */
.divider-gold {
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, var(--line-gold) 22%, var(--line-gold) 78%, transparent);
  margin: 0;
}

/* ── 3D PRIMITIVES ───────────────────────────────────────── */
.scene { perspective: 1400px; perspective-origin: 50% 46%; }

.tilt {
  transform-style: preserve-3d;
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateZ(0);
  transition: transform 0.7s var(--ease-out);
}
/* While the pointer drives a tilt, shorten the easing so it tracks the cursor */
[data-tilt].is-live { transition: transform 0.12s linear; }

/* Scroll parallax: JS writes --py (px) on [data-parallax] elements, which each
   element folds into its own transform so existing 3D placement is preserved. */
[data-parallax] { will-change: transform; }

/* Utilities */
.mt-lg { margin-top: clamp(34px, 4vw, 56px); }

/* ── 5. NAVIGATION ───────────────────────────────────────── */
.press-rule {
  position: fixed;
  inset: 0 0 auto 0;
  height: 3px;
  z-index: 120;
  background: linear-gradient(90deg,
    var(--navy-600) 0%, var(--gold-600) 18%, var(--gold-300) 32%,
    var(--gold-500) 50%, var(--gold-300) 68%, var(--gold-600) 82%, var(--navy-600) 100%);
  background-size: 220% 100%;
  animation: rule-travel 9s linear infinite;
}
@keyframes rule-travel {
  from { background-position: 0% 0; }
  to   { background-position: 220% 0; }
}

.nav {
  position: fixed;
  inset: 3px 0 auto 0;
  z-index: 110;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background-color 0.4s var(--ease), border-color 0.4s var(--ease),
              backdrop-filter 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.nav.is-stuck {
  background: rgba(9, 16, 31, 0.82);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--line);
  box-shadow: 0 18px 40px -30px rgba(0, 0, 0, 1);
}
.nav__inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  flex: none;
}
.brand__mark {
  position: relative;
  width: 42px; height: 42px;
  flex: none;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, var(--navy-700), var(--navy-850));
  border: 1px solid var(--line-gold);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), var(--sh-2);
  overflow: hidden;
  transition: transform 0.6s var(--ease-out);
}
.brand:hover .brand__mark { transform: translateY(-2px) rotate(-3deg); }
.brand__mark span {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.04em;
  background: linear-gradient(160deg, var(--gold-200), var(--gold-500) 60%, var(--gold-700));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand__mark::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
  opacity: 0.8;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.12; min-width: 0; }
.brand__name {
  font-family: var(--f-display);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--white);
  white-space: nowrap;
}
.brand__sub {
  font-size: 0.594rem;
  font-weight: 600;
  letter-spacing: 0.165em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 3px;
  white-space: nowrap;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
}
.nav__link {
  position: relative;
  font-size: 0.844rem;
  font-weight: 500;
  color: var(--text-soft);
  padding-block: 6px;
  transition: color 0.3s var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--gold-500);
  transition: width 0.35s var(--ease);
}
.nav__link:hover, .nav__link[aria-current="true"] { color: var(--white); }
.nav__link:hover::after, .nav__link[aria-current="true"]::after { width: 100%; }

.nav__cta { display: flex; align-items: center; gap: 10px; }

.burger {
  display: none;
  width: 44px; height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--glass);
  cursor: pointer;
}
.burger__bars { position: relative; width: 18px; height: 12px; }
.burger__bars i {
  position: absolute;
  left: 0;
  width: 100%; height: 1.5px;
  border-radius: 2px;
  background: var(--white);
  transition: transform 0.35s var(--ease), opacity 0.25s var(--ease);
}
.burger__bars i:nth-child(1) { top: 0; }
.burger__bars i:nth-child(2) { top: 5.25px; }
.burger__bars i:nth-child(3) { top: 10.5px; }
.burger[aria-expanded="true"] .burger__bars i:nth-child(1) { transform: translateY(5.25px) rotate(45deg); }
.burger[aria-expanded="true"] .burger__bars i:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] .burger__bars i:nth-child(3) { transform: translateY(-5.25px) rotate(-45deg); }

/* Mobile drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 105;
  display: grid;
  grid-template-rows: var(--nav-h) 1fr;
  background: rgba(5, 10, 20, 0.97);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--ease), visibility 0.4s;
}
.drawer.is-open { opacity: 1; visibility: visible; }
.drawer__body {
  padding: 14px var(--gutter) calc(30px + env(safe-area-inset-bottom, 0px));
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.drawer__link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--f-display);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--white);
  opacity: 0;
  transform: translateY(14px);
}
.drawer.is-open .drawer__link {
  animation: drawer-in 0.5s var(--ease-out) forwards;
  animation-delay: calc(var(--i, 0) * 55ms + 80ms);
}
@keyframes drawer-in { to { opacity: 1; transform: translateY(0); } }
.drawer__link .num {
  font-family: var(--f-mono);
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  color: var(--gold-600);
}
.drawer__foot { margin-top: auto; padding-top: 30px; display: grid; gap: 12px; }
.drawer__kn {
  font-size: 0.813rem;
  color: var(--text-dim);
  padding-top: 20px;
  text-align: center;
}

/* Sticky mobile action bar */
.mobile-bar {
  position: fixed;
  z-index: 100;
  left: 0; right: 0; bottom: 0;
  display: none;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(9, 16, 31, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--line);
  transform: translateY(105%);
  transition: transform 0.45s var(--ease);
}
.mobile-bar.is-visible { transform: translateY(0); }
.mobile-bar .btn { flex: 1; padding: 14px 10px; font-size: 0.844rem; }

/* ── 6. HERO ─────────────────────────────────────────────── */
.hero {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--nav-h) + clamp(42px, 7vw, 86px));
  padding-bottom: clamp(60px, 8vw, 110px);
  overflow: hidden;
  background:
    radial-gradient(90% 70% at 78% 18%, rgba(36, 54, 92, 0.55), transparent 62%),
    radial-gradient(60% 50% at 8% 88%, rgba(224, 169, 63, 0.09), transparent 70%),
    linear-gradient(180deg, var(--navy-950) 0%, var(--navy-900) 60%, var(--navy-850) 100%);
}
.hero__grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(85% 75% at 50% 35%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(85% 75% at 50% 35%, #000 20%, transparent 78%);
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.hero__copy { position: relative; z-index: 3; max-width: 620px; }

.hero__names { margin-bottom: clamp(20px, 2.6vw, 30px); }
.hero__kn {
  font-size: clamp(0.95rem, 0.7rem + 1.22vw, 1.7rem);
  color: var(--gold-300);
  margin-bottom: 10px;
  text-wrap: balance;
}
.hero__en {
  font-size: clamp(0.688rem, 0.6rem + 0.36vw, 0.813rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-soft);
  line-height: 1.6;
}

.hero h1 { margin-bottom: 22px; }
.hero h1 .line { display: block; }
.hero__lede { max-width: 520px; margin-bottom: 34px; }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.hero__meta a { color: var(--text-soft); transition: color 0.3s var(--ease); }
.hero__meta a:hover { color: var(--gold-400); }
.hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.813rem;
}
.hero__meta-item svg { color: var(--gold-500); flex: none; }

/* ── HERO 3D STAGE ───────────────────────────────────────── */
.stage {
  position: relative;
  z-index: 2;
  min-height: clamp(360px, 40vw, 560px);
  display: grid;
  place-items: center;
}
.stage__deck {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1 / 0.94;
  transform-style: preserve-3d;
  transform:
    rotateX(calc(9deg + var(--rx, 0deg)))
    rotateY(calc(-15deg + var(--ry, 0deg)));
  transition: transform 0.9s var(--ease-out);
}
.stage__deck > * { position: absolute; transform-style: preserve-3d; }

/* Back glow plate */
.stage__glow {
  inset: 6% 2% 10%;
  border-radius: 40px;
  background: radial-gradient(60% 60% at 50% 40%, rgba(224, 169, 63, 0.22), transparent 70%);
  filter: blur(34px);
  transform: translateZ(-180px) scale(1.15);
}

/* Perspective floor */
.stage__floor {
  inset: auto 0 2% 0;
  height: 46%;
  transform: translateZ(-90px) rotateX(76deg);
  transform-origin: 50% 100%;
  background-image:
    linear-gradient(rgba(224, 169, 63, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(224, 169, 63, 0.14) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to top, #000, transparent 82%);
  -webkit-mask-image: linear-gradient(to top, #000, transparent 82%);
}

/* Machine plate at the back of the scene */
.stage__press {
  left: 1%; right: 1%;
  top: 12%;
  transform: translateZ(-40px);
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: linear-gradient(165deg, rgba(36, 54, 92, 0.5), rgba(12, 20, 38, 0.9));
  box-shadow: var(--sh-3);
  padding: 20px 20px 16px;
  backdrop-filter: blur(6px);
}
.stage__press img { width: 100%; height: auto; }
.stage__press-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid var(--line);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.stage__press-tag b { color: var(--gold-400); font-weight: 600; }

/* Floating printed pieces */
.float-piece {
  border-radius: 10px;
  box-shadow: var(--sh-paper);
  animation: hover-drift 7s var(--ease) infinite alternate;
}
@keyframes hover-drift {
  from { translate: 0 0; }
  to   { translate: 0 -12px; }
}

.stage__card {
  width: 33%;
  aspect-ratio: 1.75 / 1;
  left: -14%;
  bottom: 3%;
  transform: translateZ(84px) rotate(-7deg) translateY(var(--py, 0px));
  background: linear-gradient(140deg, var(--paper-50), var(--paper-200));
  padding: 11px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation-duration: 8s;
}
.stage__card .bar { height: 4px; border-radius: 2px; background: var(--navy-700); opacity: 0.85; }
.stage__card .bar.w1 { width: 62%; }
.stage__card .bar.w2 { width: 40%; height: 3px; opacity: 0.45; }
.stage__card .bar.w3 { width: 78%; height: 2.5px; opacity: 0.3; }
.stage__card .seal {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--gold-300), var(--gold-600));
}

.stage__invite {
  width: 25%;
  aspect-ratio: 0.72 / 1;
  right: -7%;
  top: -1%;
  transform: translateZ(150px) rotate(8deg) translateY(var(--py, 0px));
  background: linear-gradient(150deg, #fffdf7, var(--paper-100) 55%, var(--paper-300));
  border: 1px solid rgba(194, 137, 42, 0.5);
  display: grid;
  place-items: center;
  animation-duration: 6.4s;
  animation-delay: -2s;
}
.stage__invite .frame {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(194, 137, 42, 0.55);
  border-radius: 4px;
}
.stage__invite .motif {
  font-family: var(--f-display);
  font-size: 1.5rem;
  color: var(--gold-600);
  line-height: 1;
}

.stage__stack {
  width: 23%;
  right: -9%;
  bottom: -4%;
  aspect-ratio: 1.4 / 1;
  transform: translateZ(70px) rotate(4deg) translateY(var(--py, 0px));
  animation-duration: 9s;
  animation-delay: -4s;
}
.stage__stack i {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: linear-gradient(140deg, var(--paper-100), var(--paper-300));
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.stage__stack i:nth-child(1) { transform: translate(6px, 7px) rotate(3deg); filter: brightness(0.7); }
.stage__stack i:nth-child(2) { transform: translate(3px, 3.5px) rotate(1.5deg); filter: brightness(0.85); }
.stage__stack i:nth-child(3) { background: linear-gradient(140deg, var(--paper-50), var(--paper-200)); }
.stage__stack i:nth-child(3)::after {
  content: "";
  position: absolute;
  inset: 12% 10% auto 10%;
  height: 4px;
  border-radius: 2px;
  background: var(--gold-600);
  opacity: 0.65;
  box-shadow: 0 10px 0 -1px rgba(26, 41, 71, 0.35), 0 19px 0 -1px rgba(26, 41, 71, 0.25);
}

/* Ink swatch rail */
.stage__ink {
  left: 3%;
  top: 8%;
  display: flex;
  gap: 6px;
  padding: 7px;
  border-radius: 100px;
  background: rgba(5, 10, 20, 0.7);
  border: 1px solid var(--line);
  backdrop-filter: blur(8px);
  transform: translateZ(190px) rotate(-4deg) translateY(var(--py, 0px));
  box-shadow: var(--sh-2);
}
.stage__ink i { width: 11px; height: 11px; border-radius: 50%; }
.stage__ink i:nth-child(1) { background: #22b6d6; }
.stage__ink i:nth-child(2) { background: #d94f8e; }
.stage__ink i:nth-child(3) { background: var(--gold-400); }
.stage__ink i:nth-child(4) { background: #101a30; border: 1px solid var(--line-strong); }

/* Scroll cue */
.scroll-cue {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  margin-top: clamp(28px, 4vw, 52px);
  font-size: 0.594rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.scroll-cue i {
  width: 1px; height: 42px;
  background: linear-gradient(to bottom, var(--gold-500), transparent);
  position: relative;
  overflow: hidden;
}
.scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px; height: 12px;
  background: var(--gold-200);
  animation: cue-drop 2.4s var(--ease) infinite;
}
@keyframes cue-drop {
  0%   { transform: translateY(-14px); opacity: 0; }
  35%  { opacity: 1; }
  100% { transform: translateY(42px); opacity: 0; }
}

/* ── 7. TRUST STRIP ──────────────────────────────────────── */
.trust {
  position: relative;
  z-index: 3;
  background: var(--navy-950);
  border-block: 1px solid var(--line);
}
.trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: clamp(24px, 3vw, 34px) clamp(14px, 2vw, 28px);
  border-left: 1px solid var(--line);
}
.trust__item:first-child { border-left: 0; }
.trust__ico {
  width: 38px; height: 38px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 11px;
  border: 1px solid var(--line-gold);
  background: rgba(224, 169, 63, 0.08);
  color: var(--gold-400);
}
.trust__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.01em;
  line-height: 1.32;
}
.trust__note {
  font-size: 0.719rem;
  color: var(--text-dim);
  margin-top: 2px;
}

/* ── PRINTED-PIECE OBJECTS (shared 3D building blocks) ───── */
.art {
  display: block;
  position: relative;
  perspective: 900px;
  perspective-origin: 50% 42%;
  overflow: hidden;
}
.art__obj {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform: rotateX(var(--ox, 14deg)) rotateY(var(--oy, -16deg)) translateZ(0);
  transition: transform 0.75s var(--ease-out);
}
.art__glow {
  position: absolute;
  left: 50%; top: 56%;
  width: 72%; aspect-ratio: 1.9;
  translate: -50% -50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(224, 169, 63, 0.3), transparent 72%);
  filter: blur(22px);
  transform: translateZ(-60px);
}

/* Printed piece: a sheet of stock */
.pp {
  position: absolute;
  left: 50%; top: 50%;
  width: var(--w, 58%);
  aspect-ratio: var(--ar, 1.75);
  translate: -50% -50%;
  border-radius: var(--pr, 5px);
  background: linear-gradient(148deg, var(--p1, var(--paper-50)), var(--p2, var(--paper-200)));
  box-shadow: var(--sh-paper);
  transform: translate3d(var(--x, 0px), var(--y, 0px), var(--z, 0px)) rotate(var(--r, 0deg));
  transition: transform 0.75s var(--ease-out);
}
.pp--ink  { --p1: var(--navy-700); --p2: var(--navy-850); }
.pp--gold { --p1: var(--gold-300); --p2: var(--gold-600); }
.pp--edge { border: 1px solid rgba(194, 137, 42, 0.45); }

/* Ink lines printed on a piece */
.pp__ln {
  position: absolute;
  left: var(--lx, 12%);
  top: var(--ly, 20%);
  width: var(--lw, 56%);
  height: var(--lh, 4px);
  border-radius: 3px;
  background: var(--lc, var(--navy-700));
  opacity: var(--lo, 0.8);
}
.pp__dot {
  position: absolute;
  left: var(--lx, 12%);
  top: var(--ly, 20%);
  width: var(--lw, 18%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--gold-300), var(--gold-600));
}
.pp__frame {
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(194, 137, 42, 0.6);
  border-radius: 3px;
}
.pp__motif {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-size: clamp(1rem, 3vw, 1.6rem);
  color: var(--gold-700);
}

/* Roller / cylinder used by the offset art */
.roller {
  position: absolute;
  left: 50%; top: var(--ry2, 30%);
  width: var(--w, 76%);
  height: var(--h, 26px);
  translate: -50% 0;
  border-radius: 100px;
  background: linear-gradient(180deg, #8296b8, #3a4b6b 52%, var(--navy-950));
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.38), var(--sh-2);
  transform: translateZ(var(--z, 0px));
}
.roller::after {
  content: "";
  position: absolute;
  inset: 34% 6% auto 6%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
  opacity: 1;
}

/* Spiral binding coil */
.coil {
  position: absolute;
  left: var(--lx, 16%);
  top: 50%;
  width: 12%;
  height: var(--h, 74%);
  translate: 0 -50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateZ(var(--z, 0px));
}
.coil i {
  display: block;
  height: 8%;
  border-radius: 100px;
  border: 2px solid var(--gold-500);
  border-right-color: transparent;
  opacity: 0.9;
}

/* Stamp object */
.stamp3d {
  position: absolute;
  left: 50%; top: 50%;
  width: var(--w, 46%);
  translate: -50% -58%;
  transform-style: preserve-3d;
  transform: translate3d(0, var(--press, 0px), var(--z, 40px));
  transition: transform 0.5s var(--ease-out);
}
/* the sheet the stamp comes down on */
.stamp-sheet {
  position: absolute;
  left: 50%; top: 50%;
  width: var(--w, 66%);
  aspect-ratio: 1.55;
  translate: -50% -22%;
  border-radius: 5px;
  background: linear-gradient(148deg, var(--paper-50), var(--paper-200));
  box-shadow: var(--sh-paper);
  transform: rotate(-3deg) translateZ(-20px);
}
.stamp3d__grip {
  display: block;
  height: 30px;
  margin-inline: 26%;
  border-radius: 14px 14px 5px 5px;
  background: linear-gradient(162deg, #5a74a3, var(--navy-700) 46%, var(--navy-900));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.3), 0 6px 14px -8px rgba(0, 0, 0, 0.9);
}
.stamp3d__neck {
  display: block;
  height: 16px;
  margin-inline: 38%;
  background: linear-gradient(90deg, var(--navy-850), #4a628d 42%, var(--navy-850));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.stamp3d__body {
  display: grid;
  place-items: center;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(168deg, #3a5686, var(--navy-750) 44%, var(--navy-950));
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--sh-3), inset 0 2px 0 rgba(255, 255, 255, 0.26);
}
.stamp3d__body span {
  font-size: 0.563rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  color: var(--gold-300);
}
.stamp3d__die {
  display: block;
  height: 13px;
  margin-inline: 7%;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(180deg, var(--gold-500), var(--gold-700));
  box-shadow: 0 8px 18px -8px rgba(224, 169, 63, 0.7);
}
.stamp3d__imp {
  position: absolute;
  left: 50%; bottom: -58px;
  width: 92%; aspect-ratio: 2.7;
  translate: -50% 0;
  border-radius: 4px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--ic, var(--gold-600));
  color: var(--ic, var(--gold-600));
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  opacity: 0.55;
  transform: rotate(-3deg);
  transition: opacity 0.4s var(--ease);
}

/* ── 8. SERVICES ─────────────────────────────────────────── */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}
.svc {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s var(--ease-out), border-color 0.5s var(--ease),
              box-shadow 0.5s var(--ease);
}
.svc::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(140deg, var(--line-gold), transparent 38%, transparent 62%, var(--line-gold));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s var(--ease);
  pointer-events: none;
  z-index: 2;
}
.svc:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-3);
}
.svc:hover::before { opacity: 1; }

.svc .art {
  height: 178px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(70% 90% at 50% 100%, rgba(36, 54, 92, 0.55), transparent 70%),
    linear-gradient(180deg, var(--navy-850), var(--navy-900));
}
.svc:hover .art__obj { transform: rotateX(8deg) rotateY(-8deg) scale(1.045); }

.svc__body { padding: 22px 22px 20px; display: flex; flex-direction: column; flex: 1; }
.svc__title { font-size: 1.033rem; margin-bottom: 7px; }
.svc__desc {
  font-size: 0.844rem;
  line-height: 1.6;
  color: var(--text-dim);
  margin-bottom: 18px;
  flex: 1;
}
.svc__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}
.svc__tag {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-faint);
}

/* ── 9. PROCESS — FROM IDEAS TO IMPRESSIONS ──────────────── */
.process { position: relative; overflow: hidden; }
.process__rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.8vw, 26px);
  counter-reset: step;
}
.process__rail::before {
  content: "";
  position: absolute;
  left: 8%; right: 8%;
  top: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-gold) 12%, var(--line-gold) 88%, transparent);
}
.step { position: relative; text-align: center; }
.step__badge {
  position: relative;
  z-index: 2;
  width: 92px; height: 92px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(70% 70% at 50% 30%, var(--navy-700), var(--navy-900));
  border: 1px solid var(--line-gold);
  box-shadow: var(--sh-2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: var(--gold-400);
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease);
}
.step:hover .step__badge {
  transform: translateY(-5px);
  box-shadow: var(--sh-gold), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.step__badge::after {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  right: -2px; bottom: -2px;
  width: 27px; height: 27px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold-500);
  color: var(--navy-950);
  font-size: 0.594rem;
  font-weight: 700;
  font-family: var(--f-mono);
}
.step h3 { font-size: 1.033rem; margin-bottom: 8px; }
.step p { font-size: 0.844rem; color: var(--text-dim); line-height: 1.6; }

/* The sheet that travels the rail */
.process__sheet {
  position: absolute;
  top: 30px;
  left: 0;
  width: 26px; height: 33px;
  border-radius: 3px;
  background: linear-gradient(145deg, var(--paper-50), var(--paper-200));
  box-shadow: 0 8px 18px -8px rgba(0, 0, 0, 0.9);
  offset-path: none;
  animation: sheet-travel 11s var(--ease) infinite;
  z-index: 1;
}
.process__sheet::after {
  content: "";
  position: absolute;
  inset: 22% 18% auto 18%;
  height: 2px;
  background: var(--navy-700);
  box-shadow: 0 5px 0 -0.5px rgba(26, 41, 71, 0.6), 0 10px 0 -0.5px rgba(26, 41, 71, 0.4);
}
@keyframes sheet-travel {
  0%   { left: 8%;  opacity: 0; transform: rotate(-8deg) scale(0.9); }
  8%   { opacity: 1; }
  25%  { left: 33%; transform: rotate(3deg) scale(1); }
  50%  { left: 58%; transform: rotate(-3deg) scale(1); }
  75%  { left: 83%; transform: rotate(2deg) scale(1); }
  92%  { opacity: 1; }
  100% { left: 92%; opacity: 0; transform: rotate(6deg) scale(0.92); }
}

/* ── 10. MACHINES ────────────────────────────────────────── */
.machines { background: var(--navy-950); }
.machine {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: clamp(30px, 4.4vw, 68px);
  align-items: center;
  padding-block: clamp(34px, 4vw, 56px);
}
.machine + .machine { border-top: 1px solid var(--line); }
.machine--flip > .machine__visual { order: 2; }

.machine__visual { position: relative; }
.machine__frame {
  position: relative;
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  padding: clamp(20px, 3vw, 40px);
  background:
    radial-gradient(80% 70% at 50% 8%, rgba(224, 169, 63, 0.11), transparent 62%),
    linear-gradient(168deg, rgba(36, 54, 92, 0.46), rgba(9, 16, 31, 0.92));
  box-shadow: var(--sh-4), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.machine__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 42%, rgba(255, 255, 255, 0.055) 50%, transparent 58%);
  pointer-events: none;
}
.machine__img {
  width: 100%;
  transform: translateZ(50px) scale(1.01);
  filter: drop-shadow(0 34px 44px rgba(0, 0, 0, 0.72));
}
.machine__corner {
  position: absolute;
  width: 20px; height: 20px;
  border: 1px solid var(--gold-600);
  opacity: 0.55;
}
.machine__corner--tl { top: 16px; left: 16px; border-right: 0; border-bottom: 0; }
.machine__corner--tr { top: 16px; right: 16px; border-left: 0; border-bottom: 0; }
.machine__corner--bl { bottom: 16px; left: 16px; border-right: 0; border-top: 0; }
.machine__corner--br { bottom: 16px; right: 16px; border-left: 0; border-top: 0; }

.machine__plate {
  position: absolute;
  left: 50%; bottom: -18px;
  translate: -50% 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  border-radius: 100px;
  background: rgba(5, 10, 20, 0.88);
  border: 1px solid var(--line-gold);
  backdrop-filter: blur(12px);
  box-shadow: var(--sh-3);
  white-space: nowrap;
  font-size: 0.656rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--gold-300);
}

.machine__no {
  font-family: var(--f-mono);
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  color: var(--gold-600);
  display: block;
  margin-bottom: 14px;
}
.machine__name {
  font-family: var(--f-display);
  font-size: clamp(1.9rem, 1.1rem + 3vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--white);
  line-height: 1.02;
}
.machine__type {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-block: 12px 20px;
}
.machine__desc { margin-bottom: 26px; }
.machine__list { display: grid; gap: 11px; margin-bottom: 30px; }
.machine__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.875rem;
  color: var(--text-soft);
}
.machine__list svg { flex: none; margin-top: 4px; color: var(--gold-500); }

/* ── 11. PRODUCTS — WHAT WE PRINT ────────────────────────── */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
  gap: clamp(14px, 1.6vw, 20px);
  perspective: 1500px;
}
.prod {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  background: linear-gradient(180deg, var(--navy-800), var(--navy-900));
  transform-style: preserve-3d;
  transition: transform 0.6s var(--ease-out), border-color 0.5s var(--ease),
              box-shadow 0.6s var(--ease);
}
.prod:hover {
  transform: translateY(-8px) rotateX(5deg);
  border-color: var(--line-gold);
  box-shadow: var(--sh-3);
}
.prod .art { height: 150px; }
.prod:hover .art__obj { transform: rotateX(6deg) rotateY(-6deg) scale(1.07); }
.prod__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border-top: 1px solid var(--line);
  font-size: 0.844rem;
  font-weight: 600;
  color: var(--white);
}
.prod__label span {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
}

/* ── 12. WEDDING ─────────────────────────────────────────── */
.wedding {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(70% 60% at 82% 24%, rgba(224, 169, 63, 0.16), transparent 66%),
    linear-gradient(170deg, var(--navy-900), var(--navy-950));
}
.wedding__foil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 219, 149, 0.07) 47%,
              rgba(255, 219, 149, 0.13) 50%, rgba(255, 219, 149, 0.07) 53%, transparent 62%);
  background-size: 260% 100%;
  animation: foil-sweep 9s var(--ease) infinite;
}
@keyframes foil-sweep {
  0%, 100% { background-position: 130% 0; }
  50%      { background-position: -30% 0; }
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}
.split--flip > :first-child { order: 2; }

/* Layered invitation composition */
.invite-scene {
  position: relative;
  perspective: 1300px;
  aspect-ratio: 1 / 0.92;
  display: grid;
  place-items: center;
}
.invite-deck {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1 / 1.02;
  transform-style: preserve-3d;
  transform: rotateX(calc(10deg + var(--rx, 0deg))) rotateY(calc(-13deg + var(--ry, 0deg)));
  transition: transform 0.9s var(--ease-out);
}
.invite {
  position: absolute;
  inset: 12% 16%;
  border-radius: 8px;
  background: linear-gradient(155deg, #fffdf6, var(--paper-100) 54%, var(--paper-300));
  box-shadow: var(--sh-paper);
  transform: translate3d(var(--x, 0px), var(--y, 0px), var(--z, 0px)) rotate(var(--r, 0deg));
  border: 1px solid rgba(194, 137, 42, 0.42);
}
.invite--main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10%;
  text-align: center;
}
.invite__border {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(194, 137, 42, 0.62);
  border-radius: 4px;
}
.invite__border::before, .invite__border::after {
  content: "";
  position: absolute;
  width: 14px; height: 14px;
  border: 1px solid rgba(194, 137, 42, 0.8);
}
.invite__border::before { top: 6px; left: 6px; border-right: 0; border-bottom: 0; }
.invite__border::after { bottom: 6px; right: 6px; border-left: 0; border-top: 0; }
.invite__motif { font-family: var(--f-display); font-size: 1.7rem; color: var(--gold-600); line-height: 1; }
.invite__rule { width: 46px; height: 1px; background: var(--gold-600); opacity: 0.7; }
.invite__ln {
  height: 4px;
  width: var(--lw, 60%);
  border-radius: 3px;
  background: var(--navy-700);
  opacity: var(--lo, 0.55);
}
.invite__kn {
  font-family: var(--f-kn);
  font-size: 0.688rem;
  color: var(--navy-800);
  opacity: 0.85;
}
.invite__seal {
  position: absolute;
  right: 9%; bottom: 26%;
  width: 54px; height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(60% 60% at 36% 30%, var(--gold-200), var(--gold-500) 56%, var(--gold-700));
  box-shadow: 0 14px 30px -12px rgba(224, 169, 63, 0.75);
  color: var(--navy-950);
  font-family: var(--f-display);
  font-size: 0.875rem;
  font-weight: 700;
  transform: translateZ(120px);
}
.feature-list { display: grid; gap: 13px; margin-block: 26px 30px; }
.feature-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 0.906rem;
  color: var(--text-soft);
}
.feature-list .tick {
  width: 22px; height: 22px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(224, 169, 63, 0.12);
  border: 1px solid var(--line-gold);
  color: var(--gold-400);
}

/* ── 13. BUSINESS PRINTING ───────────────────────────────── */
.biz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.biz {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: clamp(20px, 2.4vw, 28px);
  background: var(--navy-850);
  transition: background-color 0.4s var(--ease), transform 0.4s var(--ease);
}
.biz:hover { background: var(--navy-800); }
.biz__ico { color: var(--gold-500); }
.biz__name { font-size: 0.938rem; font-weight: 600; color: var(--white); }
.biz__note { font-size: 0.781rem; color: var(--text-dim); line-height: 1.55; }

.doc-scene {
  position: relative;
  perspective: 1200px;
  aspect-ratio: 1 / 0.86;
  display: grid;
  place-items: center;
}
.doc-deck {
  position: relative;
  width: min(100%, 400px);
  aspect-ratio: 1 / 0.92;
  transform-style: preserve-3d;
  transform: rotateX(calc(16deg + var(--rx, 0deg))) rotateY(calc(14deg + var(--ry, 0deg)));
  transition: transform 0.9s var(--ease-out);
}

/* ── 14. STAMPS ──────────────────────────────────────────── */
.stamp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
  gap: clamp(16px, 2vw, 26px);
}
.stampcard { text-align: center; padding-bottom: 26px; }
.stampcard .art {
  height: 236px;
  background:
    radial-gradient(60% 60% at 50% 74%, rgba(224, 169, 63, 0.12), transparent 70%),
    linear-gradient(180deg, var(--navy-850), var(--navy-900));
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
  perspective: 800px;
}
.stampcard:hover .stamp3d { --press: 16px; }
.stampcard:hover .stamp3d__imp { opacity: 1; }
.stampcard h3 { font-size: 1.033rem; margin-bottom: 8px; }
.stampcard p {
  font-size: 0.844rem;
  color: var(--text-dim);
  padding-inline: 24px;
  margin-bottom: 18px;
  line-height: 1.6;
}

/* ── 15. ABOUT ───────────────────────────────────────────── */
.about { background: var(--navy-850); }
.about__body p + p { margin-top: 18px; }
.about__facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 34px;
}
.fact {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--navy-800);
}
.fact__k {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 9px;
}
.fact__v { font-size: 0.938rem; font-weight: 600; color: var(--white); line-height: 1.35; }
.fact__n { font-size: 0.75rem; color: var(--text-dim); margin-top: 4px; }

.about__panel { padding: clamp(24px, 3vw, 38px); }
.about__panel h3 { font-size: 1.12rem; margin-bottom: 26px; }
.why { display: grid; gap: 22px; }
.why__item { display: flex; gap: 16px; }
.why__n {
  width: 36px; height: 36px;
  flex: none;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(224, 169, 63, 0.1);
  border: 1px solid var(--line-gold);
  color: var(--gold-400);
  font-family: var(--f-mono);
  font-size: 0.688rem;
  font-weight: 600;
}
.why__item h4 { font-size: 0.938rem; margin-bottom: 4px; }
.why__item p { font-size: 0.844rem; color: var(--text-dim); line-height: 1.6; }

/* ── 16. GALLERY ─────────────────────────────────────────── */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
}
.filter {
  padding: 9px 18px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: transparent;
  font-size: 0.781rem;
  font-weight: 500;
  color: var(--text-dim);
  cursor: pointer;
  transition: all 0.3s var(--ease);
}
.filter:hover { color: var(--white); border-color: var(--line-strong); }
.filter[aria-pressed="true"] {
  background: var(--gold-500);
  border-color: var(--gold-500);
  color: var(--navy-950);
  font-weight: 600;
}

.gal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
  grid-auto-flow: dense;
}
.gal {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  background: var(--navy-850);
  cursor: zoom-in;
  padding: 0;
  text-align: left;
  width: 100%;
  transition: transform 0.5s var(--ease-out), border-color 0.4s var(--ease),
              box-shadow 0.5s var(--ease), opacity 0.35s var(--ease);
}
.gal--wide { grid-column: span 2; }
.gal:hover { transform: translateY(-5px); border-color: var(--line-gold); box-shadow: var(--sh-3); }
.gal .art { height: 100%; }
.gal__media { display: block; position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.gal--wide .gal__media { aspect-ratio: 8 / 3; }
.gal__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gal:hover .art__obj { transform: rotateX(9deg) rotateY(-9deg) scale(1.06); }
.gal__cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 16px;
  border-top: 1px solid var(--line);
}
.gal__cap b { font-size: 0.813rem; font-weight: 600; color: var(--white); }
.gal__cap span {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-600);
}
.gal.is-hidden { display: none; }

.gal__zoom {
  position: absolute;
  top: 12px; right: 12px;
  width: 32px; height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(5, 10, 20, 0.66);
  border: 1px solid var(--line);
  color: var(--gold-400);
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.35s var(--ease);
}
.gal:hover .gal__zoom { opacity: 1; transform: scale(1); }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 48px);
  background: rgba(3, 6, 13, 0.93);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--ease), visibility 0.35s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__stage {
  position: relative;
  width: min(100%, 860px);
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--navy-850);
  overflow: hidden;
  transform: scale(0.96) translateY(10px);
  transition: transform 0.45s var(--ease-out);
  box-shadow: var(--sh-4);
}
.lightbox.is-open .lightbox__stage { transform: scale(1) translateY(0); }
.lightbox__media { position: relative; aspect-ratio: 16 / 10; }
.lightbox__media .art { height: 100%; }
.lightbox__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 20px;
  border-top: 1px solid var(--line);
}
.lightbox__title { font-size: 1rem; font-weight: 600; color: var(--white); }
.lightbox__cat {
  font-size: 0.656rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-top: 3px;
}
.lightbox__close {
  position: absolute;
  top: 12px; right: 12px;
  width: 40px; height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: rgba(5, 10, 20, 0.8);
  color: var(--white);
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s var(--ease);
}
.lightbox__close:hover { background: var(--gold-500); color: var(--navy-950); border-color: var(--gold-500); }
.lightbox__nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: rgba(5, 10, 20, 0.8);
  color: var(--white);
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s var(--ease);
}
.lightbox__nav:hover { background: var(--gold-500); color: var(--navy-950); }
.lightbox__nav--prev { left: 10px; }
.lightbox__nav--next { right: 10px; }

/* ── 17. CTA BAND ────────────────────────────────────────── */
.cta-band {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(60% 120% at 50% 0%, rgba(224, 169, 63, 0.18), transparent 64%),
    linear-gradient(180deg, var(--navy-900), var(--navy-950));
  border-block: 1px solid var(--line);
}
.cta-band__marks {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(224, 169, 63, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(224, 169, 63, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(60% 70% at 50% 50%, #000, transparent 76%);
  -webkit-mask-image: radial-gradient(60% 70% at 50% 50%, #000, transparent 76%);
}
.cta-band__inner { position: relative; max-width: 720px; margin-inline: auto; }
.cta-band h2 { margin-block: 20px 18px; }
.cta-band .lede { margin-inline: auto; max-width: 540px; }
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: center;
  margin-top: 36px;
}
.cta-band__note {
  margin-top: 26px;
  font-size: 0.781rem;
  color: var(--text-faint);
}

/* ── 18. CONTACT ─────────────────────────────────────────── */
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(22px, 3vw, 40px);
  align-items: start;
}
.info-stack { display: grid; gap: 14px; }
.info {
  display: flex;
  gap: 18px;
  padding: 22px;
  transition: border-color 0.4s var(--ease), transform 0.4s var(--ease);
}
.info:hover { border-color: var(--line-gold); transform: translateY(-2px); }
.info__ico {
  width: 44px; height: 44px;
  flex: none;
  border-radius: 13px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-gold);
  background: rgba(224, 169, 63, 0.09);
  color: var(--gold-400);
}
.info__ico--wa {
  border-color: rgba(37, 211, 102, 0.34);
  background: rgba(37, 211, 102, 0.1);
  color: var(--wa);
}
.info__k {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 6px;
}
.info__v {
  font-size: 1.033rem;
  font-weight: 600;
  color: var(--white);
  transition: color 0.3s var(--ease);
  word-break: break-word;
}
a.info__v:hover { color: var(--gold-400); }
.info__n { font-size: 0.813rem; color: var(--text-dim); margin-top: 5px; line-height: 1.6; }
.info__addr { font-size: 0.875rem; color: var(--text-soft); line-height: 1.7; margin-top: 5px; }

/* Quote form */
.quote { padding: clamp(24px, 3vw, 36px); }
.quote__head { margin-bottom: 26px; }
.quote__head h3 { font-size: 1.24rem; margin-bottom: 8px; }
.quote__head p { font-size: 0.844rem; color: var(--text-dim); }

.field { display: block; margin-bottom: 16px; }
.field__label {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 9px;
}
.field__label .req { color: var(--gold-500); }
.field__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.input, .select, .textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--navy-950);
  color: var(--white);
  font-family: inherit;
  font-size: 0.906rem;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease),
              background-color 0.3s var(--ease);
}
.input::placeholder, .textarea::placeholder { color: var(--text-faint); }
.input:hover, .select:hover, .textarea:hover { border-color: var(--line-strong); }
.input:focus, .select:focus, .textarea:focus {
  outline: none;
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(224, 169, 63, 0.16);
  background: var(--navy-900);
}
.textarea { resize: vertical; min-height: 96px; line-height: 1.6; }
.select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' stroke='%23e0a93f' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
  cursor: pointer;
}
.select option { background: var(--navy-850); color: var(--white); }

.field.is-invalid .input,
.field.is-invalid .select { border-color: #e2664f; box-shadow: 0 0 0 3px rgba(226, 102, 79, 0.15); }
.field__err {
  display: none;
  font-size: 0.75rem;
  color: #f08f79;
  margin-top: 7px;
}
.field.is-invalid .field__err { display: block; }

.quote__foot {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.quote__hint {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.75rem;
  color: var(--text-faint);
  margin-top: 14px;
  line-height: 1.6;
}
.quote__hint svg { flex: none; margin-top: 2px; color: var(--gold-600); }

.map-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  transition: border-color 0.4s var(--ease), transform 0.4s var(--ease);
}
.map-card:hover { border-color: var(--line-gold); transform: translateY(-2px); }
.map-card__thumb {
  position: relative;
  width: 74px; height: 62px;
  flex: none;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(224, 169, 63, 0.16), transparent 60%),
    var(--navy-750);
}
.map-card__thumb::before, .map-card__thumb::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
}
.map-card__thumb::before { inset: 0 auto 0 34%; width: 1px; transform: rotate(14deg); }
.map-card__thumb::after { inset: 56% 0 auto 0; height: 1px; transform: rotate(-7deg); }
.map-card__pin {
  position: absolute;
  left: 50%; top: 46%;
  translate: -50% -50%;
  color: var(--gold-400);
  z-index: 2;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.6));
}

/* ── 19. FOOTER ──────────────────────────────────────────── */
.footer {
  position: relative;
  z-index: 2;
  background: var(--navy-950);
  border-top: 1px solid var(--line);
  padding-top: clamp(56px, 6vw, 84px);
}
.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(30px, 4vw, 56px);
  padding-bottom: clamp(40px, 5vw, 60px);
}
.footer__kn {
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.28rem);
  color: var(--gold-300);
  margin-bottom: 12px;
  text-wrap: balance;
}
.footer__en {
  font-size: 0.719rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-soft);
  line-height: 1.7;
  margin-bottom: 20px;
}
.footer__blurb { font-size: 0.844rem; color: var(--text-dim); max-width: 380px; line-height: 1.7; }
.footer__h {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 18px;
}
.footer__links { display: grid; gap: 11px; }
.footer__links a {
  font-size: 0.875rem;
  color: var(--text-dim);
  transition: color 0.3s var(--ease), padding-left 0.3s var(--ease);
}
.footer__links a:hover { color: var(--gold-400); padding-left: 5px; }
.footer__contact { display: grid; gap: 13px; }
.footer__contact a, .footer__contact p {
  display: flex;
  gap: 11px;
  font-size: 0.875rem;
  color: var(--text-soft);
  line-height: 1.65;
  transition: color 0.3s var(--ease);
}
.footer__contact a:hover { color: var(--gold-400); }
.footer__contact svg { flex: none; margin-top: 4px; color: var(--gold-600); }

.footer__tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 30px);
  padding-block: clamp(26px, 3vw, 38px);
  border-top: 1px solid var(--line);
  text-align: center;
}
.footer__tagline span {
  font-family: var(--f-display);
  font-size: clamp(0.938rem, 0.8rem + 0.7vw, 1.4rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  background: linear-gradient(100deg, var(--gold-200), var(--gold-500) 45%, var(--gold-300));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-wrap: balance;
}
.footer__tagline i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-gold));
  max-width: 180px;
}
.footer__tagline i:last-child { background: linear-gradient(90deg, var(--line-gold), transparent); }

.footer__base {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-block: 24px calc(24px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--line);
  font-size: 0.781rem;
  color: var(--text-faint);
}
.footer__base a { color: var(--gold-600); transition: color 0.3s var(--ease); }
.footer__base a:hover { color: var(--gold-400); }

/* ── 20. MOTION ──────────────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.85s var(--ease-out), transform 0.85s var(--ease-out);
  transition-delay: var(--rd, 0ms);
}
[data-reveal].is-in { opacity: 1; transform: none; }

/* ── 21. RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1080px) {
  .hero__inner { grid-template-columns: 1fr; gap: clamp(30px, 6vw, 54px); }
  .hero__copy { max-width: 720px; }
  .stage__deck { max-width: 480px; }
  .machine, .split, .contact__grid, .footer__top { grid-template-columns: 1fr; }
  .machine--flip > .machine__visual, .split--flip > :first-child { order: 0; }
  .machine__visual { max-width: 620px; }
  .footer__top { gap: 40px; }
}

@media (max-width: 860px) {
  :root { --nav-h: 66px; }
  .nav__links { display: none; }
  .nav__cta .btn { display: none; }
  .burger { display: flex; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 0; }
  .trust__grid { grid-template-columns: repeat(2, 1fr); }
  .trust__item:nth-child(3) { border-left: 0; }
  .trust__item:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .process__rail { grid-template-columns: repeat(2, 1fr); gap: 32px 18px; }
  .process__rail::before, .process__sheet { display: none; }
  .gal--wide { grid-column: span 1; }
  .gal--wide .gal__media { aspect-ratio: 4 / 3; }
  .footer__tagline i { display: none; }
}

@media (max-width: 620px) {
  .hero { padding-top: calc(var(--nav-h) + 32px); }
  .hero__actions .btn { flex: 1 1 100%; }
  .stage { min-height: 330px; }
  .stage__deck { max-width: 360px; }
  .trust__grid { grid-template-columns: 1fr; }
  .trust__item { border-left: 0; }
  .trust__item + .trust__item { border-top: 1px solid var(--line); }
  .svc-grid, .stamp-grid { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .prod .art { height: 122px; }
  .prod__label { flex-direction: column; align-items: flex-start; gap: 3px; }
  .svc .art { height: 146px; }
  .gal-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .biz-grid { grid-template-columns: repeat(2, 1fr); }
  .field__row { grid-template-columns: 1fr; gap: 0; }
  .cta-band__actions .btn { flex: 1 1 100%; }
  .footer__base { justify-content: center; text-align: center; }
  .lightbox__nav { width: 38px; height: 38px; }
  .lightbox__nav--prev { left: 4px; }
  .lightbox__nav--next { right: 4px; }
}

/* Extra breathing room above the sticky bar */
@media (max-width: 860px) {
  .footer { padding-bottom: 72px; }
}

/* ── 22. REDUCED MOTION ──────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  [data-parallax] { --py: 0px !important; }
  .stage__deck, .invite-deck, .doc-deck { transform: rotateX(8deg) rotateY(-10deg); }
  .float-piece { animation: none; }
  .grain { display: none; }
}

/* ── 23. PRINT ───────────────────────────────────────────── */
@media print {
  .nav, .press-rule, .mobile-bar, .drawer, .grain, .scroll-cue,
  .lightbox, .stage, .filters { display: none !important; }
  body { background: #fff; color: #000; }
  .section { padding-block: 16px; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.75em; }
}
