/* ==========================================================================
   INK & REGISTER — design system for AlphaGraphics Greensboro
   tokens → base → layout → components → pages → motion → utilities
   ========================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  /* Brand (sampled from the current logo) */
  --red: #E3251D;            /* logo red — buttons, large type, accents */
  --red-deep: #B51C15;       /* small red text on light (6.0:1 on cream) */
  --red-ink: #8F140F;        /* pressed states */
  --red-light: #FF5A4E;      /* small red text on dark (6.2:1 on ink) */
  --steel: #75777B;          /* logo grey — rules, large text, icons */

  /* Neutrals: paper & ink */
  --ink: #0F0F10;
  --carbon: #1A1A1C;
  --carbon-2: #232326;
  --graphite: #4E5055;       /* secondary text on light (7.2:1) */
  --mist: #A9ABB0;           /* secondary text on dark (8.3:1) */
  --cream: #F5F2ED;          /* uncoated stock */
  --paper: #FFFFFF;
  --hairline: #E3DED6;
  --hairline-dark: rgb(255 255 255 / .12);

  /* Process micro-accents (registration marks, halftones, misregistration only) */
  --c: #00AEEF;
  --m: #EC008C;
  --y: #FFF200;
  --star: #FBBC04;

  /* Silver foil — echoes the logo's grey arc */
  --foil: linear-gradient(115deg, #8E9196 0%, #E9EAEC 28%, #A4A7AC 46%, #F4F4F5 62%, #8E9196 100%);

  /* Type */
  --f-display: "Bricolage Grotesque", "Arial Narrow", system-ui, sans-serif;
  --f-serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --f-body: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;

  --t-hero: clamp(2.6rem, 3.9vw + 1rem, 5.25rem);
  --t-h2: clamp(2.1rem, 3.2vw + 1rem, 4.25rem);
  --t-h3: clamp(1.35rem, 1vw + 1rem, 1.75rem);
  --t-lead: clamp(1.075rem, .4vw + 1rem, 1.3rem);

  /* Space & shape */
  --gutter: clamp(20px, 4vw, 48px);
  --section: clamp(80px, 11vw, 150px);
  --maxw: 1320px;
  --r-card: 6px;
  --r-glass: 18px;
  --r-pill: 999px;

  /* Multi-layer shadows */
  --shadow-paper: 0 1px 1px rgb(15 15 16 / .06), 0 2px 4px rgb(15 15 16 / .06), 0 8px 16px rgb(15 15 16 / .08), 0 24px 48px rgb(15 15 16 / .10);
  --shadow-lift: 0 2px 2px rgb(15 15 16 / .06), 0 12px 24px rgb(15 15 16 / .10), 0 40px 80px rgb(15 15 16 / .18);
  --shadow-deep: 0 2px 4px rgb(0 0 0 / .25), 0 18px 36px rgb(0 0 0 / .35), 0 60px 120px rgb(0 0 0 / .45);
  --shadow-red-glow: 0 10px 30px rgb(227 37 29 / .35);
  --emboss: inset 0 1px 0 rgb(255 255 255 / .6), inset 0 -1px 0 rgb(0 0 0 / .08);

  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.65, 0, .35, 1);

  /* z-index scale */
  --z-cursor: 100; --z-modal: 90; --z-lightbox: 85; --z-header: 50; --z-mobilebar: 60; --z-float: 10;

  --header-h: 128px;
}

/* ---------- 2. Base ---------- */
@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: .35s; }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: clamp(1rem, .15vw + .98rem, 1.0625rem);
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 700; line-height: 1.02; letter-spacing: -.03em; margin: 0; font-variation-settings: "wdth" 88; text-wrap: balance; }
p { margin: 0 0 1em; text-wrap: pretty; }
ul, ol.steps, ol.timeline { padding: 0; margin: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--red); color: #fff; }

.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; text-decoration: none; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- 3. Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); position: relative; }
.section--ink { background: var(--ink); color: var(--cream); }
.section--carbon { background: var(--carbon); color: var(--cream); }
.section--paper { background: var(--cream); }
.section--white { background: var(--paper); }
.section--ink ::selection { background: var(--red); }

.grid-12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(16px, 2.2vw, 32px); }
.split { display: grid; gap: clamp(32px, 5vw, 80px); align-items: center; }
@media (min-width: 960px) { .split { grid-template-columns: 1fr 1fr; } .split--wide-left { grid-template-columns: 1.15fr .85fr; } .split--wide-right { grid-template-columns: .85fr 1.15fr; } }

.section-head { display: grid; gap: 18px; margin-bottom: clamp(40px, 5vw, 72px); max-width: 860px; }
.section-head--split { max-width: none; }
@media (min-width: 960px) { .section-head--split { grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; } }

/* ---------- 4. Typography helpers ---------- */
.eyebrow { font-family: var(--f-mono); font-weight: 500; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--red-deep); display: inline-flex; align-items: center; gap: 12px; }
.section--ink .eyebrow, .section--carbon .eyebrow, .hero .eyebrow, .page-hero .eyebrow { color: var(--red-light); }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--plain::before { display: none; }
.display-hero { font-size: var(--t-hero); font-variation-settings: "wdth" 82, "opsz" 96; font-weight: 750; }
.h2 { font-size: var(--t-h2); font-variation-settings: "wdth" 85, "opsz" 72; }
.h3 { font-size: var(--t-h3); letter-spacing: -.02em; line-height: 1.12; }
.serif { font-family: var(--f-serif); font-style: italic; font-weight: 400; letter-spacing: -.01em; font-variation-settings: normal; }
.accent { color: var(--red); }
.lead { font-size: var(--t-lead); line-height: 1.6; color: var(--graphite); max-width: 60ch; }
.section--ink .lead, .section--carbon .lead, .hero .lead, .page-hero .lead { color: var(--mist); }
.muted { color: var(--graphite); }
.section--ink .muted, .section--carbon .muted { color: var(--mist); }
.prose { max-width: 68ch; }
.prose h2 { font-size: clamp(1.7rem, 1.6vw + 1rem, 2.5rem); margin: 1.6em 0 .6em; }
.prose h3 { font-size: 1.3rem; margin: 1.4em 0 .5em; letter-spacing: -.015em; }
.prose p, .prose li { color: #2A2B2E; }
.prose ul { list-style: none; margin: 0 0 1.2em; display: grid; gap: .5em; }
.prose ul li { padding-left: 1.6em; position: relative; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .72em; width: .7em; height: 1px; background: var(--red); }
.prose a:not(.btn):not(.link-arrow) { color: var(--red-deep); text-underline-offset: 3px; }
.mono { font-family: var(--f-mono); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }

/* ---------- 5. Buttons & links ---------- */
.btn {
  --btn-bg: var(--red); --btn-fg: #fff; --btn-fill: var(--ink);
  position: relative; isolation: isolate; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 26px; border-radius: var(--r-pill);
  background: var(--btn-bg); color: var(--btn-fg); border: 1px solid transparent;
  font-weight: 600; font-size: .98rem; letter-spacing: .01em; text-decoration: none; white-space: nowrap;
  transition: color .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s;
  box-shadow: var(--shadow-red-glow);
}
/* ink-roller fill */
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--btn-fill); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease-out); }
.btn:hover::before, .btn:focus-visible::before { transform: scaleX(1); }
.btn svg { width: 18px; height: 18px; flex: none; transition: transform .3s var(--ease-out); }
.btn:hover svg.arrow { transform: translateX(4px); }
.btn--ghost { --btn-bg: transparent; --btn-fg: currentColor; --btn-fill: var(--red); border-color: currentColor; box-shadow: none; }
.btn--ghost:hover { color: #fff; border-color: var(--red); }
.btn--ink { --btn-bg: var(--ink); --btn-fill: var(--red); box-shadow: var(--shadow-paper); }
.btn--light { --btn-bg: var(--cream); --btn-fg: var(--ink); --btn-fill: var(--ink); box-shadow: var(--shadow-paper); }
.btn--light:hover { color: #fff; }
.btn--sm { min-height: 44px; padding: 10px 20px; font-size: .92rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.link-draw { text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .35s var(--ease-out); padding-bottom: 2px; }
.link-draw:hover, .link-draw:focus-visible { background-size: 100% 1px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; text-decoration: none; color: var(--red-deep); }
.section--ink .link-arrow, .section--carbon .link-arrow { color: var(--red-light); }
.link-arrow svg { width: 18px; height: 18px; transition: transform .3s var(--ease-out); }
.link-arrow:hover svg { transform: translateX(5px); }

/* ---------- 6. Print-trade motifs ---------- */
/* crop marks: one pseudo element, eight hairlines */
.crop { position: relative; }
.crop::after {
  content: ""; position: absolute; inset: -16px; pointer-events: none; color: var(--steel); opacity: .8;
  background:
    linear-gradient(currentColor, currentColor) 0 16px / 10px 1px no-repeat,
    linear-gradient(currentColor, currentColor) 16px 0 / 1px 10px no-repeat,
    linear-gradient(currentColor, currentColor) 100% 16px / 10px 1px no-repeat,
    linear-gradient(currentColor, currentColor) calc(100% - 16px) 0 / 1px 10px no-repeat,
    linear-gradient(currentColor, currentColor) 0 calc(100% - 16px) / 10px 1px no-repeat,
    linear-gradient(currentColor, currentColor) 16px 100% / 1px 10px no-repeat,
    linear-gradient(currentColor, currentColor) 100% calc(100% - 16px) / 10px 1px no-repeat,
    linear-gradient(currentColor, currentColor) calc(100% - 16px) 100% / 1px 10px no-repeat;
}
.section--ink .crop::after, .section--carbon .crop::after, .hero .crop::after { color: var(--mist); opacity: .5; }

.halftone-bg {
  background-image: radial-gradient(circle at center, currentColor 1.1px, transparent 1.6px);
  background-size: 11px 11px;
}
.reg-mark { width: 34px; height: 34px; color: var(--steel); }
.floaty { animation: floaty 7s var(--ease-io) infinite alternate; }
.floaty--slow { animation-duration: 9.5s; }
@keyframes floaty { from { transform: translate3d(0, -8px, 0) rotate(-2deg); } to { transform: translate3d(0, 10px, 0) rotate(3deg); } }

/* perforation divider */
.perf { height: 18px; background: radial-gradient(circle at 9px 9px, var(--cream) 4px, transparent 4.5px) 0 0 / 22px 18px repeat-x; }
.perf--to-ink { background-color: var(--ink); }
.cut-line { display: flex; align-items: center; gap: 12px; color: var(--steel); font-family: var(--f-mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.cut-line::before, .cut-line::after { content: ""; flex: 1; border-top: 1px dashed currentColor; opacity: .6; }

/* glass */
.glass {
  background: rgb(245 242 237 / .74);
  -webkit-backdrop-filter: blur(18px) saturate(140%); backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgb(255 255 255 / .6); box-shadow: var(--shadow-paper), var(--emboss);
}
.glass--dark { background: rgb(255 255 255 / .06); border-color: rgb(255 255 255 / .14); box-shadow: 0 20px 60px rgb(0 0 0 / .35), inset 0 1px 0 rgb(255 255 255 / .08); }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass { background: var(--cream); }
  .glass--dark { background: var(--carbon-2); }
}

/* spot-UV sheen on hover */
.sheen { position: relative; overflow: hidden; }
.sheen::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(115deg, transparent 35%, rgb(255 255 255 / .38) 50%, transparent 65%); transform: translateX(-120%); transition: transform .9s var(--ease-out); }
.sheen:hover::before { transform: translateX(120%); }

/* ---------- 7. Header ---------- */
.site-header { position: fixed; inset: 0 0 auto; z-index: var(--z-header); transition: transform .45s var(--ease-out); }
.site-header.is-scrolled { transform: translateY(-40px); }
.topbar { height: 40px; background: var(--ink); color: var(--mist); font-size: .84rem; border-bottom: 1px solid var(--hairline-dark); }
.topbar .container { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__info { display: flex; align-items: center; gap: 22px; min-width: 0; }
.topbar a { text-decoration: none; display: inline-flex; align-items: center; gap: 7px; color: var(--mist); transition: color .2s; white-space: nowrap; }
.topbar a:hover { color: #fff; }
.topbar svg { width: 15px; height: 15px; color: var(--red-light); flex: none; }
.topbar__hours { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--steel); box-shadow: 0 0 0 3px rgb(117 119 123 / .25); }
.status-dot.is-open { background: #3DDC84; box-shadow: 0 0 0 3px rgb(61 220 132 / .22); animation: pulse 2.4s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 6px rgb(61 220 132 / 0); } }
.socials { display: flex; align-items: center; gap: 6px; }
.socials a { width: 30px; height: 30px; justify-content: center; border-radius: 50%; transition: background .2s, color .2s; }
.socials a:hover { background: var(--red); color: #fff; }
.socials a:hover svg { color: #fff; }
.socials svg { width: 17px; height: 17px; color: var(--mist); }
@media (max-width: 1100px) { .topbar__addr, .topbar__mail { display: none !important; } }
@media (max-width: 640px) { .topbar__hours { display: none; } .topbar { font-size: .8rem; } }

.nav-shell { padding: 12px var(--gutter) 0; max-width: calc(var(--maxw) + 24px); margin-inline: auto; transition: padding .4s var(--ease-out); }
.site-header.is-scrolled .nav-shell { padding-top: 10px; }
.nav-bar { background: rgb(245 242 237 / .9); position: relative; display: flex; align-items: center; gap: 24px; height: 76px; padding: 0 12px 0 22px; border-radius: var(--r-glass); transition: height .4s var(--ease-out), box-shadow .4s; }
.site-header.is-scrolled .nav-bar { height: 64px; box-shadow: var(--shadow-lift), var(--emboss); }
.brand { display: flex; align-items: center; flex: none; }
.brand img { width: clamp(150px, 14vw, 188px); height: auto; transition: width .4s var(--ease-out); }
.site-header.is-scrolled .brand img { width: clamp(140px, 12vw, 164px); }
.scroll-progress { position: absolute; left: 22px; right: 22px; bottom: 0; height: 2px; border-radius: 2px; overflow: hidden; }
.scroll-progress span { display: block; height: 100%; background: var(--red); transform-origin: left; transform: scaleX(0); }

.primary-nav { margin-left: auto; }
.primary-nav > ul { display: flex; align-items: center; gap: 2px; }
.primary-nav a, .nav-trigger { display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 10px; text-decoration: none; font-weight: 500; font-size: .96rem; background: none; border: 0; color: var(--ink); transition: background .2s, color .2s; }
.primary-nav a:hover, .nav-trigger:hover, .nav-trigger[aria-expanded="true"] { background: rgb(15 15 16 / .06); }
.primary-nav a[aria-current="page"], .nav-trigger.is-current { color: var(--red-deep); }
.primary-nav a[aria-current="page"]::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--red); margin-left: 2px; }
.nav-trigger svg { width: 14px; height: 14px; transition: transform .3s var(--ease-out); }
.nav-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.nav-cta { margin-left: 8px; }
.menu-toggle { display: none; margin-left: auto; width: 48px; height: 48px; border-radius: 12px; border: 1px solid var(--hairline); background: var(--paper); align-items: center; justify-content: center; }
.menu-toggle svg { width: 22px; height: 22px; }
@media (max-width: 1080px) { .primary-nav, .nav-cta { display: none; } .menu-toggle { display: inline-flex; } }

/* mega menu */
.has-mega { position: static; }
.mega { background: rgb(245 242 237 / .99); position: absolute; left: 0; right: 0; top: calc(100% + 10px); border-radius: var(--r-glass); padding: 28px; display: grid; grid-template-columns: 1fr 1fr 300px; gap: 8px 24px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .3s var(--ease-out), transform .3s var(--ease-out), visibility .3s; }
.mega.is-open { opacity: 1; visibility: visible; transform: none; }
.primary-nav .mega__link { display: grid; grid-template-columns: 46px 1fr; gap: 2px 14px; padding: 12px 14px !important; border-radius: 12px; align-items: start !important; }
.mega__link:hover { background: rgb(255 255 255 / .75) !important; }
.mega__num { grid-row: span 2; font-family: var(--f-mono); font-size: .72rem; color: var(--red-deep); padding-top: 4px; }
.mega__title { font-weight: 600; }
.mega__title + .mega__desc { grid-column: 2; }
.mega__feature .h3 { font-size: 1.25rem; }
.mega__desc { font-size: .84rem; color: var(--graphite); line-height: 1.4; }
.primary-nav .mega__feature { color: #fff; display: flex; padding: 20px; }
.mega__feature { grid-column: 3; grid-row: 1 / span 4; border-radius: 12px; overflow: hidden; position: relative; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; min-height: 260px; text-decoration: none; }
.mega__feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.mega__feature::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 30%, rgb(15 15 16 / .85)); }
.mega__feature:hover img { transform: scale(1.05); }
.mega__feature > *:not(img) { position: relative; z-index: 2; }

/* mobile menu */
.mobile-menu { position: fixed; inset: 0; z-index: 70; background: var(--ink); color: var(--cream); padding: 22px var(--gutter) 40px; display: flex; flex-direction: column; overflow-y: auto; clip-path: circle(0 at calc(100% - 44px) 44px); visibility: hidden; transition: clip-path .6s var(--ease-io), visibility .6s; }
.mobile-menu.is-open { clip-path: circle(150% at calc(100% - 44px) 44px); visibility: visible; }
.mobile-menu__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.mobile-menu__top .plate { background: var(--cream); padding: 10px 14px; border-radius: 12px; }
.mobile-menu__top img { width: 150px; }
.mobile-menu__close { width: 48px; height: 48px; border-radius: 12px; border: 1px solid var(--hairline-dark); background: none; color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.mobile-menu nav a { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--hairline-dark); font-family: var(--f-display); font-size: clamp(1.6rem, 6vw, 2.2rem); font-weight: 650; text-decoration: none; letter-spacing: -.02em; opacity: 0; transform: translateY(16px); transition: opacity .5s var(--ease-out), transform .5s var(--ease-out), color .2s; }
.mobile-menu nav a:hover { color: var(--red-light); }
.mobile-menu nav a span { font-family: var(--f-mono); font-size: .72rem; color: var(--mist); font-weight: 500; letter-spacing: .1em; }
.mobile-menu.is-open nav a { opacity: 1; transform: none; }
.mobile-menu details { border-bottom: 1px solid var(--hairline-dark); }
.mobile-menu summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 14px 0; font-family: var(--f-display); font-size: clamp(1.6rem, 6vw, 2.2rem); font-weight: 650; letter-spacing: -.02em; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu details a { font-family: var(--f-body); font-size: 1.05rem; font-weight: 500; padding: 10px 0 10px 16px; border: 0; }
.mobile-menu__foot { margin-top: auto; padding-top: 28px; display: grid; gap: 12px; }

/* ---------- 8. Hero (home) ---------- */
.hero { position: relative; min-height: 100svh; background: var(--ink); color: var(--cream); padding: calc(var(--header-h) + clamp(20px, 3vw, 40px)) 0 clamp(64px, 8vw, 110px); overflow: hidden; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero__glow { position: absolute; width: 70vw; height: 70vw; right: -18vw; top: -22vw; border-radius: 50%; background: radial-gradient(closest-side, rgb(227 37 29 / .38), transparent 70%); filter: blur(10px); }
.hero__halftone { position: absolute; inset: auto -5% -10% auto; width: 60%; height: 70%; color: rgb(227 37 29 / .55); -webkit-mask-image: radial-gradient(ellipse at 80% 80%, #000 10%, transparent 65%); mask-image: radial-gradient(ellipse at 80% 80%, #000 10%, transparent 65%); }
.hero__grid-lines { position: absolute; inset: 0; background-image: linear-gradient(to right, rgb(255 255 255 / .04) 1px, transparent 1px); background-size: calc(100% / 12) 100%; }
.hero__inner { display: grid; gap: clamp(40px, 5vw, 64px); align-items: center; }
@media (min-width: 1024px) { .hero__inner { grid-template-columns: 1.02fr .98fr; } }
.hero__copy { position: relative; z-index: 2; }
.hero h1 { margin: 18px 0 22px; }
.hero .lead { margin-bottom: 28px; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--hairline-dark); }
.trust-item { display: flex; align-items: center; gap: 12px; font-size: .92rem; color: var(--mist); text-decoration: none; }
.trust-item strong { color: #fff; font-size: 1.05rem; }
.trust-item > svg { width: 28px; height: 28px; flex: none; color: var(--red-light); }
.trust-item svg.g { background: #fff; border-radius: 50%; padding: 5px; }
.stars { display: inline-flex; gap: 2px; color: var(--star); }
.stars svg { width: 16px; height: 16px; }

/* press-sheet stack */
.press-stack { position: relative; height: clamp(420px, 48vw, 640px); perspective: 1400px; }
.press-stack__inner { position: absolute; inset: 0; transform-style: preserve-3d; transform: rotateX(var(--rx, 6deg)) rotateY(var(--ry, -10deg)); transition: transform .9s var(--ease-out); }
.sheet { position: absolute; margin: 0; background: #fff; padding: 10px 10px 34px; border-radius: 3px; box-shadow: var(--shadow-deep); transform: translate3d(var(--x, 0), var(--y, 0), var(--z, 0)) rotate(var(--r, 0deg)); will-change: transform; }
.sheet img { width: 100%; height: 100%; object-fit: cover; border-radius: 1px; }
.sheet figcaption { position: absolute; left: 12px; right: 12px; bottom: 9px; display: flex; justify-content: space-between; font-family: var(--f-mono); font-size: .62rem; letter-spacing: .08em; color: var(--graphite); text-transform: uppercase; }
.sheet--a { width: 58%; height: 72%; left: 4%; top: 12%; --z: 0px; --r: -4deg; }
.sheet--b { width: 44%; height: 52%; right: 0; top: 0; --z: 60px; --r: 5deg; }
.sheet--c { width: 42%; height: 46%; right: 8%; bottom: 0; --z: 120px; --r: -2deg; }
.job-ticket { position: absolute; left: -2%; bottom: 6%; z-index: 4; width: min(300px, 70%); border-radius: 16px; padding: 18px 20px; transform: translateZ(180px); color: var(--ink); }
.job-ticket__row { display: flex; justify-content: space-between; gap: 10px; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--graphite); padding: 6px 0; border-bottom: 1px dashed var(--hairline); }
.job-ticket__row:last-child { border: 0; }
.job-ticket__row b { color: var(--ink); font-weight: 500; }
.job-ticket__status { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-weight: 700; font-family: var(--f-display); font-size: 1.1rem; letter-spacing: -.01em; }
.job-ticket__status i { width: 26px; height: 26px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font-style: normal; }
.job-ticket__status i svg { width: 14px; height: 14px; }
.badge-spin { position: absolute; right: -10px; top: 46%; z-index: 3; width: 128px; height: 128px; transform: translateZ(140px); }
.badge-spin svg { width: 100%; height: 100%; animation: spin 22s linear infinite; }
.badge-spin text { font-family: var(--f-mono); font-size: 9.6px; letter-spacing: 2.6px; fill: var(--cream); text-transform: uppercase; }
.badge-spin__core { position: absolute; inset: 34%; border-radius: 50%; background: var(--red); display: grid; place-items: center; box-shadow: var(--shadow-red-glow); }
.badge-spin__core svg { width: 40%; height: 40%; animation: none; color: #fff; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero .reg-float { position: absolute; color: var(--mist); opacity: .55; }
@media (max-width: 640px) { .badge-spin { width: 96px; height: 96px; right: -4px; } .job-ticket { bottom: -2%; } .sheet figcaption { display: none; } .sheet { padding-bottom: 10px; } .job-ticket { left: 0; } .press-stack { height: 380px; } }

/* ---------- 9. Marquee ---------- */
.marquee { background: var(--red); color: #fff; overflow: hidden; padding: 18px 0; border-block: 1px solid var(--red-ink); }
.marquee__track { display: flex; gap: 0; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: 22px; padding-inline: 22px; font-family: var(--f-display); font-weight: 650; font-size: clamp(1.1rem, 1.4vw + .6rem, 1.6rem); letter-spacing: -.01em; white-space: nowrap; font-variation-settings: "wdth" 80; }
.marquee__item svg { width: 22px; height: 22px; opacity: .85; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- 10. Services bento ---------- */
.bento { display: grid; gap: clamp(14px, 1.6vw, 22px); grid-template-columns: repeat(12, 1fr); }
.tile { grid-column: span 12; position: relative; display: flex; flex-direction: column; min-height: 320px; border-radius: var(--r-card); overflow: hidden; text-decoration: none; color: var(--ink); background: var(--paper); box-shadow: var(--shadow-paper); transform-style: preserve-3d; transition: box-shadow .4s var(--ease-out), transform .4s var(--ease-out); cursor: pointer; }
.tile:hover { box-shadow: var(--shadow-lift); }
@media (min-width: 720px) { .tile { grid-column: span 6; } }
@media (min-width: 1080px) {
  .tile--1 { grid-column: span 7; grid-row: span 2; min-height: 560px; }
  .tile--2 { grid-column: span 5; } .tile--3 { grid-column: span 5; }
  .tile--4, .tile--5, .tile--6 { grid-column: span 4; }
  .tile--7 { grid-column: span 5; } .tile--8 { grid-column: span 7; }
}
.tile__media { position: relative; flex: 1; min-height: 180px; overflow: hidden; background: var(--cream); }
.tile__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.tile:hover .tile__media img { transform: scale(1.05); }
.tile__media--art { display: grid; place-items: center; background: var(--cream); color: var(--ink); }
.tile__media--art .art { width: min(72%, 300px); height: auto; transition: transform .8s var(--ease-out); }
.tile:hover .tile__media--art .art { transform: translateY(-6px) rotate(-1.5deg); }
.tile__media--art::before { content: ""; position: absolute; inset: 0; color: rgb(15 15 16 / .07); background-image: radial-gradient(circle at center, currentColor 1px, transparent 1.5px); background-size: 12px 12px; }
.tile__body { position: relative; padding: 22px 24px 24px; display: grid; gap: 8px; background: var(--paper); border-top: 1px solid var(--hairline); }
.tile__num { position: absolute; right: 20px; top: -34px; font-family: var(--f-display); font-weight: 800; font-size: 3.4rem; line-height: 1; color: #fff; -webkit-text-stroke: 1px rgb(15 15 16 / .18); font-variation-settings: "wdth" 75; z-index: 2; pointer-events: none; }
.tile__title { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.3rem, 1vw + 1rem, 1.7rem); letter-spacing: -.02em; line-height: 1.1; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.tile__title svg { width: 22px; height: 22px; flex: none; color: var(--red); transition: transform .35s var(--ease-out); }
.tile:hover .tile__title svg { transform: translate(4px, -4px); }
.tile__specs { font-family: var(--f-mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--graphite); }
.tile__glare { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: radial-gradient(420px circle at var(--gx, 50%) var(--gy, 50%), rgb(255 255 255 / .28), transparent 45%); opacity: 0; transition: opacity .3s; mix-blend-mode: soft-light; }
.tile:hover .tile__glare { opacity: 1; }

/* ---------- 11. Stats / why ---------- */
.why-grid { display: grid; gap: 1px; background: var(--hairline-dark); border: 1px solid var(--hairline-dark); border-radius: var(--r-card); overflow: hidden; }
@media (min-width: 720px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .why-grid { grid-template-columns: repeat(4, 1fr); } }
.why { background: var(--ink); padding: clamp(28px, 3vw, 40px); display: grid; align-content: start; gap: 14px; position: relative; overflow: hidden; }
.why__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: rgb(227 37 29 / .12); color: var(--red-light); border: 1px solid rgb(227 37 29 / .3); }
.why__icon svg { width: 24px; height: 24px; }
.why h3 { font-size: 1.35rem; letter-spacing: -.015em; }
.why p { color: var(--mist); margin: 0; font-size: .97rem; }
.stat-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: clamp(40px, 5vw, 64px); }
@media (min-width: 880px) { .stat-row { grid-template-columns: repeat(4, 1fr); } }
.stat { border-top: 1px solid var(--hairline-dark); padding-top: 18px; }
.stat__num { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.6rem, 4vw + 1rem, 4.5rem); line-height: 1; letter-spacing: -.04em; font-variation-settings: "wdth" 78; background: var(--foil); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat__label { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--mist); margin-top: 10px; }

/* ---------- 12. Process paper path ---------- */
.process { position: relative; }
.process__path { position: absolute; left: 0; right: 0; top: 34px; height: 120px; pointer-events: none; display: none; }
@media (min-width: 1024px) { .process__path { display: block; } }
.process__path path { fill: none; stroke: var(--red); stroke-width: 1.5; stroke-dasharray: var(--len, 2000); stroke-dashoffset: calc(var(--len, 2000) * (1 - var(--p, 0))); }
.process__path .guide { stroke: var(--hairline); stroke-dasharray: 4 6; stroke-dashoffset: 0; }
.steps { display: grid; gap: 22px; counter-reset: step; position: relative; }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(5, 1fr); } }
.step { position: relative; padding: 86px 22px 26px; border-radius: var(--r-card); background: var(--paper); box-shadow: var(--shadow-paper); }
.step__dot { position: absolute; top: 22px; left: 22px; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--cream); border: 1px solid var(--hairline); font-family: var(--f-mono); font-size: .78rem; color: var(--red-deep); transition: background .4s, color .4s, border-color .4s; }
.step.is-in .step__dot { background: var(--red); color: #fff; border-color: var(--red); }
.step h3 { font-size: 1.25rem; margin-bottom: 8px; letter-spacing: -.015em; }
.step p { margin: 0; color: var(--graphite); font-size: .95rem; }

/* ---------- 13. Work gallery (horizontal) ---------- */
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: min(78vw, 440px); gap: clamp(14px, 2vw, 26px); overflow-x: auto; scroll-snap-type: x mandatory; padding: 16px var(--gutter) 34px; margin-inline: calc(var(--gutter) * -1); scrollbar-width: thin; scrollbar-color: var(--red) transparent; cursor: grab; overscroll-behavior-x: contain; }
.rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.rail.is-dragging * { pointer-events: none; }
.rail > * { scroll-snap-align: start; }
.work-card { position: relative; margin: 0; border-radius: var(--r-card); overflow: hidden; background: var(--carbon); aspect-ratio: 4 / 5; box-shadow: var(--shadow-deep); }
.work-card button { all: unset; display: block; width: 100%; height: 100%; cursor: zoom-in; }
.work-card button:focus-visible { outline: 2px solid var(--red); outline-offset: -4px; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out), filter .6s; }
.work-card:hover img { transform: scale(1.05); }
.work-card figcaption { position: absolute; inset: auto 0 0; padding: 60px 20px 18px; background: linear-gradient(transparent, rgb(15 15 16 / .9)); color: #fff; display: grid; gap: 4px; }
.work-card figcaption b { font-family: var(--f-display); font-size: 1.2rem; letter-spacing: -.01em; }
.work-card figcaption span { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mist); }
.work-card--cta { display: grid; place-content: center; text-align: center; gap: 16px; padding: 30px; background: var(--red); color: #fff; text-decoration: none; }
.work-card--cta b { font-family: var(--f-display); font-size: 2rem; line-height: 1.05; letter-spacing: -.02em; }
.rail-controls { display: flex; gap: 10px; }
.rail-btn { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--hairline-dark); background: transparent; color: var(--cream); display: grid; place-items: center; transition: background .25s, border-color .25s; }
.rail-btn:hover { background: var(--red); border-color: var(--red); }
.rail-btn svg { width: 20px; height: 20px; }

/* masonry portfolio */
.filter-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.chip { min-height: 44px; padding: 10px 18px; border-radius: var(--r-pill); border: 1px solid var(--hairline); background: var(--paper); font-weight: 500; font-size: .92rem; transition: background .25s, color .25s, border-color .25s; }
.chip:hover { border-color: var(--ink); }
.chip[aria-pressed="true"], .chip[aria-selected="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.masonry { columns: 1; column-gap: 22px; }
@media (min-width: 640px) { .masonry { columns: 2; } }
@media (min-width: 1024px) { .masonry { columns: 3; } }
.masonry .work-card { aspect-ratio: auto; break-inside: avoid; margin-bottom: 22px; box-shadow: var(--shadow-paper); }
.masonry .work-card[hidden] { display: none; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: var(--z-lightbox); background: rgb(10 10 11 / .92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 70px 16px 40px; opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { margin: 0; max-width: min(1200px, 100%); display: grid; gap: 14px; transform: scale(.96); transition: transform .45s var(--ease-out); }
.lightbox.is-open figure { transform: none; }
.lightbox img { max-height: 78vh; width: auto; margin-inline: auto; border: 10px solid #fff; border-radius: 3px; box-shadow: var(--shadow-deep); }
.lightbox figcaption { color: var(--mist); text-align: center; font-family: var(--f-mono); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.lightbox__btn { position: absolute; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--hairline-dark); background: rgb(255 255 255 / .06); color: #fff; display: grid; place-items: center; }
.lightbox__btn:hover { background: var(--red); border-color: var(--red); }
.lightbox__btn svg { width: 22px; height: 22px; }
.lightbox__close { top: 16px; right: 16px; }
.lightbox__prev { left: 16px; top: 50%; translate: 0 -50%; }
.lightbox__next { right: 16px; top: 50%; translate: 0 -50%; }
@media (max-width: 640px) { .lightbox__prev, .lightbox__next { top: auto; bottom: 16px; translate: none; } }

/* ---------- 14. Reviews ---------- */
.reviews-layout { display: grid; gap: clamp(28px, 4vw, 48px); }
@media (min-width: 1024px) { .reviews-layout { grid-template-columns: 340px 1fr; align-items: start; } }
.rating-card { border-radius: var(--r-glass); padding: 30px; position: sticky; top: 110px; }
.rating-card__score { font-family: var(--f-display); font-weight: 800; font-size: 5.2rem; line-height: 1; letter-spacing: -.05em; font-variation-settings: "wdth" 78; }
.rating-card .stars svg { width: 22px; height: 22px; }
.rating-card__meta { display: flex; align-items: center; gap: 10px; margin: 12px 0 22px; color: var(--graphite); font-size: .95rem; }
.rating-card__meta svg { width: 22px; height: 22px; }
.rating-bars { display: grid; gap: 6px; margin-bottom: 24px; font-family: var(--f-mono); font-size: .72rem; color: var(--graphite); }
.rating-bars div { display: grid; grid-template-columns: 14px 1fr; gap: 10px; align-items: center; }
.rating-bars i { height: 6px; border-radius: 6px; background: var(--hairline); overflow: hidden; position: relative; }
.rating-bars i::after { content: ""; position: absolute; inset: 0; width: var(--w); background: var(--star); border-radius: inherit; }
.rating-card .btn { width: 100%; margin-top: 10px; }
.rating-card__note { font-size: .82rem; color: var(--graphite); margin: 16px 0 0; }

.tabs { position: relative; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.reviews-grid { display: grid; gap: 18px; }
@media (min-width: 760px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
.review { border-radius: var(--r-glass); padding: 26px; display: grid; gap: 14px; align-content: start; background: var(--paper); box-shadow: var(--shadow-paper); border: 1px solid var(--hairline); transition: transform .4s var(--ease-out), box-shadow .4s, opacity .35s; position: relative; }
.review:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.review[hidden] { display: none; }
.review.is-filtering { animation: fadeUp .45s var(--ease-out) both; }
.review__head { display: flex; align-items: center; gap: 12px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #fff; background: var(--ink); font-size: .95rem; flex: none; }
.avatar--r { background: var(--red); } .avatar--s { background: var(--steel); } .avatar--g { background: var(--graphite); }
.review__who { display: grid; line-height: 1.25; }
.review__who b { font-weight: 600; }
.review__who span { font-size: .8rem; color: var(--graphite); }
.review__g { margin-left: auto; width: 22px; height: 22px; }
.review__text { margin: 0; color: #2A2B2E; white-space: pre-line; }
.review__text.is-clamped { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.review__more { justify-self: start; background: none; border: 0; padding: 4px 0; color: var(--red-deep); font-weight: 600; font-size: .9rem; min-height: 32px; }
.review__foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px dashed var(--hairline); }
.cat-chip { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; padding: 5px 10px; border-radius: var(--r-pill); background: rgb(227 37 29 / .08); color: var(--red-deep); }
.posted { font-size: .78rem; color: var(--graphite); }
.review__quote { position: absolute; right: 20px; bottom: 58px; width: 40px; height: 40px; color: rgb(227 37 29 / .08); pointer-events: none; }

/* ---------- 15. Video band ---------- */
/* (reserved: GBP video was not suitable — see _source/scrape-report.md) */

/* ---------- 16. CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--red); color: #fff; padding-block: clamp(70px, 9vw, 120px); isolation: isolate; }
.cta-band__dots { position: absolute; inset: 0; z-index: -1; color: rgb(0 0 0 / .16); background-image: radial-gradient(circle at center, currentColor 1.4px, transparent 2px); background-size: 14px 14px; -webkit-mask-image: linear-gradient(100deg, transparent 20%, #000 90%); mask-image: linear-gradient(100deg, transparent 20%, #000 90%); }
.cta-band__inner { display: grid; gap: 30px; align-items: end; }
@media (min-width: 960px) { .cta-band__inner { grid-template-columns: 1.3fr .7fr; } }
.cta-band h2 { font-size: clamp(2.4rem, 4.5vw + 1rem, 5.5rem); font-variation-settings: "wdth" 78; }
.cta-band .serif { color: var(--ink); }
.cta-band p { color: rgb(255 255 255 / .88); font-size: 1.1rem; max-width: 42ch; }
.cta-band .btn { --btn-bg: var(--ink); --btn-fill: #fff; box-shadow: var(--shadow-lift); }
.cta-band .btn:hover { color: var(--ink); }
.cta-band .btn--ghost { --btn-bg: transparent; border-color: rgb(255 255 255 / .7); --btn-fill: #fff; }
.cta-band .reg-mark { position: absolute; color: rgb(255 255 255 / .5); }

/* ---------- 17. Contact / form ---------- */
.contact-grid { display: grid; gap: clamp(28px, 4vw, 56px); }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1.1fr .9fr; } }
.form-card { border-radius: var(--r-glass); padding: clamp(24px, 3.2vw, 44px); position: relative; }
.form-grid { display: grid; gap: 16px; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .field--full { grid-column: 1 / -1; } }
.field { position: relative; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 58px; padding: 24px 16px 8px; border-radius: 12px;
  border: 1px solid #CFC9BF; background: rgb(255 255 255 / .85); color: var(--ink); font-size: 1rem;
  transition: border-color .2s, box-shadow .2s, background .2s; appearance: none;
}
.field textarea { min-height: 150px; resize: vertical; padding-top: 28px; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%234E5055' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.field label { position: absolute; left: 17px; top: 18px; font-size: 1rem; color: var(--graphite); pointer-events: none; transform-origin: left top; transition: transform .25s var(--ease-out), color .25s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 4px rgb(227 37 29 / .14); background: #fff; }
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label,
.field select + label, .field--date label { transform: translateY(-11px) scale(.78); color: var(--red-deep); }
.field .req { color: var(--red-deep); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--red-deep); background: #FFF6F5; }
.field__error { display: none; font-size: .82rem; color: var(--red-deep); margin-top: 6px; }
.field.has-error .field__error { display: block; }
.hp { position: absolute !important; left: -9999px; }
.form-consent { font-size: .84rem; color: var(--graphite); margin: 4px 0 0; }
.form-consent a { color: var(--red-deep); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 8px; }
.btn[aria-busy="true"] { pointer-events: none; opacity: .8; }
.form-status { font-size: .92rem; }
.stamp { display: none; position: absolute; right: clamp(20px, 5vw, 60px); top: 38%; z-index: 5; font-family: var(--f-display); font-weight: 800; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: .04em; color: var(--red); border: 4px solid var(--red); padding: 6px 22px; border-radius: 10px; transform: rotate(-12deg) scale(2.2); opacity: 0; pointer-events: none; mix-blend-mode: multiply; font-variation-settings: "wdth" 75; }
.stamp.is-on { display: block; animation: stamp .55s var(--ease-out) forwards; }
@keyframes stamp { from { opacity: 0; transform: rotate(-12deg) scale(2.2); } 60% { opacity: 1; transform: rotate(-12deg) scale(.92); } to { opacity: .92; transform: rotate(-12deg) scale(1); } }

.info-stack { display: grid; gap: 14px; align-content: start; }
.info-card { display: flex; gap: 16px; padding: 20px 22px; border-radius: 14px; background: var(--paper); border: 1px solid var(--hairline); text-decoration: none; transition: border-color .25s, transform .35s var(--ease-out); }
a.info-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.info-card svg { width: 22px; height: 22px; color: var(--red); flex: none; margin-top: 3px; }
.info-card b { display: block; font-weight: 600; margin-bottom: 2px; }
.info-card span { color: var(--graphite); font-size: .95rem; }
.map-frame { border-radius: 14px; overflow: hidden; border: 1px solid var(--hairline); aspect-ratio: 4 / 3; background: var(--hairline); box-shadow: var(--shadow-paper); }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.35) contrast(1.05); }
.hours-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.hours-table td { padding: 9px 0; border-bottom: 1px dashed var(--hairline); }
.hours-table td:last-child { text-align: right; font-family: var(--f-mono); font-size: .82rem; }
.hours-table tr.is-today td { color: var(--red-deep); font-weight: 600; }

/* ---------- 18. FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq details { border-radius: 14px; background: var(--paper); border: 1px solid var(--hairline); transition: box-shadow .3s, border-color .3s; }
.faq details[open] { box-shadow: var(--shadow-paper); border-color: transparent; }
.faq summary { list-style: none; cursor: pointer; padding: 22px 60px 22px 24px; position: relative; font-weight: 600; font-size: 1.06rem; line-height: 1.4; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 22px; top: 50%; width: 26px; height: 26px; margin-top: -13px; border-radius: 50%; background: var(--cream) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23E3251D' stroke-width='2.2' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center no-repeat; transition: transform .35s var(--ease-out); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq__a { padding: 0 24px 22px; color: var(--graphite); }
.faq .faq__a p { margin: 0; }

/* ---------- 19. Page hero (inner) ---------- */
.page-hero { position: relative; background: var(--ink); color: var(--cream); padding: calc(var(--header-h) + clamp(40px, 6vw, 80px)) 0 clamp(56px, 7vw, 96px); overflow: hidden; isolation: isolate; min-height: 56vh; display: flex; align-items: flex-end; }
.page-hero__media { position: absolute; inset: -12% 0; z-index: -2; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, var(--ink) 18%, rgb(15 15 16 / .65) 60%, rgb(15 15 16 / .35)); }
.page-hero__art { position: absolute; right: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter))); bottom: 10%; width: min(34vw, 420px); z-index: -1; color: var(--cream); opacity: .9; }
@media (max-width: 900px) { .page-hero__art { opacity: .16; width: 70vw; right: -10vw; } }
.page-hero h1 { font-size: clamp(2.5rem, 4.4vw + 1rem, 5.4rem); font-variation-settings: "wdth" 82, "opsz" 96; margin: 18px 0 20px; max-width: 16ch; }
.page-hero .lead { margin-bottom: 30px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; font-family: var(--f-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--mist); }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; opacity: .5; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb [aria-current] { color: var(--red-light); }

/* ---------- 20. Service detail ---------- */
.spec-grid { display: grid; gap: 16px; }
@media (min-width: 640px) { .spec-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .spec-grid { grid-template-columns: repeat(3, 1fr); } }
.spec-card { position: relative; padding: 26px 24px 22px; border-radius: var(--r-card); background: var(--paper); box-shadow: var(--shadow-paper); overflow: hidden; transition: transform .4s var(--ease-out), box-shadow .4s; }
.spec-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.spec-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--red); transform: scaleY(.25); transform-origin: top; transition: transform .5s var(--ease-out); }
.spec-card:hover::before { transform: scaleY(1); }
.spec-card__code { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .12em; color: var(--red-deep); text-transform: uppercase; }
.spec-card h3 { font-size: 1.28rem; letter-spacing: -.015em; margin: 10px 0 8px; }
.spec-card p { color: var(--graphite); font-size: .95rem; margin: 0 0 14px; }
.spec-card__meta { display: flex; flex-wrap: wrap; gap: 6px; }
.spec-card__meta span { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; padding: 4px 8px; border-radius: 4px; border: 1px solid var(--hairline); color: var(--graphite); }
.swatches { display: flex; flex-wrap: wrap; gap: 12px; }
.swatch { width: 128px; border-radius: 6px; overflow: hidden; background: var(--paper); box-shadow: var(--shadow-paper); transition: transform .45s var(--ease-out); transform-origin: bottom left; }
.swatch:hover { transform: rotate(-4deg) translateY(-6px); }
.swatch__chip { height: 76px; background: var(--chip, var(--ink)); }
.swatch__label { padding: 9px 10px 11px; font-family: var(--f-mono); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; line-height: 1.35; }
.swatch__label b { display: block; font-family: var(--f-body); text-transform: none; letter-spacing: 0; font-size: .85rem; margin-bottom: 2px; }
.service-figure { margin: 0; border-radius: var(--r-card); overflow: hidden; box-shadow: var(--shadow-lift); background: #fff; padding: 10px; }
.service-figure img { border-radius: 2px; width: 100%; }
.service-figure--small { justify-self: center; }
.service-figure figcaption { font-family: var(--f-mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--graphite); padding: 12px 4px 2px; }
.art-panel { border-radius: var(--r-card); background: var(--paper); box-shadow: var(--shadow-lift); padding: clamp(28px, 4vw, 56px); position: relative; overflow: hidden; }
.art-panel::before { content: ""; position: absolute; inset: 0; color: rgb(15 15 16 / .06); background-image: radial-gradient(circle at center, currentColor 1px, transparent 1.5px); background-size: 12px 12px; }
.art-panel .art { position: relative; width: 100%; max-width: 440px; margin-inline: auto; }
.related { display: grid; gap: 14px; }
@media (min-width: 720px) { .related { grid-template-columns: repeat(3, 1fr); } }
.related a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 22px; border-radius: 14px; border: 1px solid var(--hairline-dark); text-decoration: none; transition: background .3s, border-color .3s; }
.related a:hover { background: var(--red); border-color: var(--red); }
.related b { font-family: var(--f-display); font-size: 1.2rem; letter-spacing: -.01em; }
.related span { display: block; font-family: var(--f-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mist); margin-bottom: 4px; }
.related a:hover span { color: rgb(255 255 255 / .85); }
.related svg { width: 22px; height: 22px; flex: none; }

/* services hub — swatch fan */
.fan { display: grid; gap: 18px; }
@media (min-width: 720px) { .fan { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .fan { grid-template-columns: repeat(4, 1fr); } }
.fan-card { position: relative; display: flex; flex-direction: column; border-radius: 8px; overflow: hidden; background: var(--paper); box-shadow: var(--shadow-paper); text-decoration: none; min-height: 440px; transition: transform .8s var(--ease-out), box-shadow .4s; transform-origin: 50% 120%; }
@media (min-width: 1200px) {
  .fan:not(.is-in) .fan-card { transform: rotate(calc(var(--i) * 3deg - 10deg)) translateY(30px); }
  .fan-card { transition-delay: calc(var(--i) * 60ms); }
}
.fan-card:hover { transform: translateY(-8px) !important; box-shadow: var(--shadow-lift); }
.fan-card__band { height: 10px; background: var(--band, var(--red)); }
.fan-card__media { height: 200px; position: relative; overflow: hidden; background: var(--cream); display: grid; place-items: center; }
.fan-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.fan-card:hover .fan-card__media img { transform: scale(1.06); }
.fan-card__media .art { width: 62%; }
.fan-card__body { padding: 22px; display: grid; gap: 10px; flex: 1; align-content: start; }
.fan-card__code { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--red-deep); display: flex; justify-content: space-between; }
.fan-card h2 { font-size: 1.5rem; letter-spacing: -.02em; line-height: 1.08; }
.fan-card p { color: var(--graphite); font-size: .95rem; margin: 0; }
.fan-card .link-arrow { margin-top: auto; padding-top: 8px; }

/* about */
.values { display: grid; gap: 18px; }
@media (min-width: 880px) { .values { grid-template-columns: repeat(3, 1fr); } }
.value { padding: 30px; border-radius: var(--r-card); border: 1px solid var(--hairline-dark); position: relative; overflow: hidden; }
.value__n { font-family: var(--f-display); font-weight: 800; font-size: 4rem; line-height: 1; background: var(--foil); -webkit-background-clip: text; background-clip: text; color: transparent; font-variation-settings: "wdth" 75; }
.value h3 { font-size: 1.35rem; margin: 14px 0 8px; }
.value p { color: var(--mist); margin: 0; }
.timeline { position: relative; display: grid; gap: 28px; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 1px; background: var(--hairline); }
.timeline li { position: relative; }
.timeline li::before { content: ""; position: absolute; left: -32px; top: 6px; width: 17px; height: 17px; border-radius: 50%; background: var(--cream); border: 2px solid var(--red); }
.timeline b { display: block; font-family: var(--f-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--red-deep); margin-bottom: 4px; }
.timeline h3 { font-size: 1.25rem; margin-bottom: 6px; }
.timeline p { margin: 0; color: var(--graphite); }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: var(--r-pill); background: var(--paper); border: 1px solid var(--hairline); font-size: .88rem; font-weight: 500; }
.badge svg { width: 16px; height: 16px; color: var(--red); }

/* ---------- 21. Footer ---------- */
.site-footer { background: var(--ink); color: var(--mist); padding-top: clamp(70px, 9vw, 120px); position: relative; overflow: hidden; }
.footer-tagline { font-family: var(--f-display); font-weight: 700; font-size: clamp(2.6rem, 7.6vw, 7.6rem); line-height: .98; letter-spacing: -.01em; color: transparent; -webkit-text-stroke: 1.2px rgb(255 255 255 / .34); font-variation-settings: "wdth" 90; margin-bottom: clamp(50px, 6vw, 80px); }
.footer-tagline .serif { -webkit-text-stroke: 0; color: var(--red); }
.footer-grid { display: grid; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid var(--hairline-dark); }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .footer-grid { grid-template-columns: 1.3fr .9fr .8fr 1.1fr; } }
.footer-plate { display: inline-block; background: var(--cream); padding: 14px 18px; border-radius: 12px; margin-bottom: 20px; }
.footer-plate img { width: 190px; }
.site-footer h2 { font-family: var(--f-mono); font-size: .74rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--cream); margin-bottom: 18px; }
.site-footer ul { display: grid; gap: 10px; }
.site-footer a { text-decoration: none; transition: color .2s; }
.site-footer a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--red-light); margin-top: 4px; flex: none; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-block: 26px 30px; font-size: .88rem; }
.footer-bottom a { color: var(--cream); font-weight: 600; background: linear-gradient(var(--red), var(--red)) 0 100% / 100% 1px no-repeat; padding-bottom: 1px; }
.footer-bottom a:hover { color: var(--red-light); }

/* ---------- 22. Mobile sticky CTA ---------- */
.mobile-cta { display: none; }
@media (max-width: 768px) {
  .mobile-cta { position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: var(--z-mobilebar); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border-radius: 18px; transition: transform .45s var(--ease-out); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; border-radius: 12px; font-weight: 700; text-decoration: none; color: #fff; }
  .mobile-cta svg { width: 20px; height: 20px; }
  .mobile-cta__call { background: var(--red); box-shadow: var(--shadow-red-glow); }
  .mobile-cta__wa { background: #1DA851; box-shadow: 0 10px 26px rgb(29 168 81 / .35); }
  body { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
  .to-top { bottom: calc(96px + env(safe-area-inset-bottom)) !important; }
}

/* back to top w/ registration ring */
.to-top { position: fixed; right: 18px; bottom: 22px; z-index: var(--z-float); width: 54px; height: 54px; border-radius: 50%; border: 0; background: var(--ink); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-lift); opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .35s, transform .35s var(--ease-out), background .25s; }
.to-top.is-on { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { background: var(--red); }
.to-top svg.ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.to-top .ring circle { fill: none; stroke: var(--red); stroke-width: 2; stroke-dasharray: 150.8; stroke-dashoffset: calc(150.8 * (1 - var(--p, 0))); }
.to-top:hover .ring circle { stroke: #fff; }
.to-top svg.arr { width: 20px; height: 20px; position: relative; }

/* ---------- 23. Demo popup ---------- */
.demo-modal { position: fixed; inset: 0; z-index: var(--z-modal); display: grid; place-items: center; padding: 20px; }
.demo-modal[hidden] { display: none; }
.demo-modal__backdrop { position: absolute; inset: 0; background: rgb(15 15 16 / .6); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); animation: fadeIn .4s var(--ease-out) both; }
.demo-modal__card { position: relative; width: min(560px, 100%); max-height: calc(100svh - 40px); overflow-y: auto; border-radius: 22px; padding: clamp(28px, 4vw, 44px); background: rgb(245 242 237 / .9); animation: popIn .55s var(--ease-out) both; }
.demo-modal.is-closing .demo-modal__card { animation: popOut .3s var(--ease-io) both; }
.demo-modal.is-closing .demo-modal__backdrop { animation: fadeOut .3s both; }
.demo-modal__badge { display: flex; width: fit-content; margin-bottom: 16px; align-items: center; gap: 8px; padding: 8px 14px; border-radius: var(--r-pill); background: var(--red); color: #fff; font-family: var(--f-mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; box-shadow: var(--shadow-red-glow); }
.demo-modal__badge i { width: 7px; height: 7px; border-radius: 50%; background: #fff; animation: blink 1.4s infinite; }
@keyframes blink { 50% { opacity: .2; } }
.demo-modal h2 { font-size: clamp(1.8rem, 2.4vw + 1rem, 2.5rem); margin: 16px 0 14px; letter-spacing: -.025em; }
.demo-modal p { color: var(--graphite); }
.demo-modal__list { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px; }
.demo-modal__list span { display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-mono); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; padding: 6px 10px; border-radius: 6px; background: var(--paper); border: 1px solid var(--hairline); }
.demo-modal__list svg { width: 12px; height: 12px; color: var(--red); }
.demo-modal__close { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--hairline); background: var(--paper); display: grid; place-items: center; transition: background .2s, color .2s, transform .3s var(--ease-out); }
.demo-modal__close:hover { background: var(--ink); color: #fff; transform: rotate(90deg); }
.demo-modal__close svg { width: 18px; height: 18px; }
.demo-modal__timer { display: flex; align-items: baseline; gap: 10px; margin-top: 6px; }
.demo-modal__timer b { font-family: var(--f-display); font-size: 3rem; font-weight: 800; line-height: 1; color: var(--red); letter-spacing: -.04em; font-variation-settings: "wdth" 78; }
.demo-modal__timer span { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--graphite); }
.demo-modal .btn-row { margin-top: 26px; }
.demo-modal .btn-row .btn { flex: 1 1 200px; }
body.is-locked { overflow: hidden; }
@keyframes popIn { from { opacity: 0; transform: translateY(24px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes popOut { to { opacity: 0; transform: translateY(12px) scale(.97); } }
@keyframes fadeIn { from { opacity: 0; } }
@keyframes fadeOut { to { opacity: 0; } }

/* ---------- 24. Cursor follower (fine pointers only) ---------- */
.cursor-reg { position: fixed; left: 0; top: 0; z-index: var(--z-cursor); width: 36px; height: 36px; margin: -18px 0 0 -18px; pointer-events: none; color: var(--red); opacity: 0; transition: opacity .3s, width .3s, height .3s, margin .3s; mix-blend-mode: multiply; }
.cursor-reg.is-on { opacity: .9; }
.cursor-reg.is-hover { width: 56px; height: 56px; margin: -28px 0 0 -28px; }
.cursor-reg svg { width: 100%; height: 100%; }

/* ---------- 25. Motion: reveals & register ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); transition-delay: var(--d, 0s); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal="fade"] { transform: none; }
[data-reveal="scale"] { transform: scale(.94); }
.line { display: block; overflow: hidden; padding-bottom: .1em; margin-bottom: -.1em; }
.line > span { display: inline-block; transform: translateY(110%); transition: transform .95s var(--ease-out); transition-delay: calc(var(--l, 0) * 80ms + .1s); }
.is-in .line > span, .line.is-in > span { transform: none; }
.register.is-in { animation: register 1.25s var(--ease-out) .35s both; }
.register:hover { animation: register-hover .7s var(--ease-out); }
@keyframes register {
  from { text-shadow: -5px 0 rgb(0 174 239 / .85), 5px 0 rgb(236 0 140 / .85), 0 4px rgb(255 242 0 / .75); }
  to { text-shadow: 0 0 rgb(0 174 239 / 0), 0 0 rgb(236 0 140 / 0), 0 0 rgb(255 242 0 / 0); }
}
@keyframes register-hover {
  30% { text-shadow: -3px 0 rgb(0 174 239 / .7), 3px 0 rgb(236 0 140 / .7), 0 2px rgb(255 242 0 / .6); }
  to { text-shadow: none; }
}
/* halftone reveal for images */
.ht-reveal { -webkit-mask-image: radial-gradient(circle, #000 var(--dot, 0px), transparent calc(var(--dot, 0px) + .5px)); mask-image: radial-gradient(circle, #000 var(--dot, 0px), transparent calc(var(--dot, 0px) + .5px)); -webkit-mask-size: 14px 14px; mask-size: 14px 14px; }
.ht-reveal.is-in { animation: halftone 1.3s var(--ease-out) forwards; }
@property --dot { syntax: "<length>"; inherits: false; initial-value: 0px; }
@keyframes halftone { to { --dot: 12px; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  [data-reveal], .line > span { opacity: 1 !important; transform: none !important; }
  .ht-reveal { -webkit-mask-image: none; mask-image: none; }
  .marquee__track { animation: none; }
  .press-stack__inner { transform: none; }
  .cursor-reg { display: none; }
}
@supports not (animation-timeline: auto) { /* noop: progressive */ }

/* ---------- 26. Utilities ---------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-s { margin-top: 18px; } .mt-m { margin-top: 36px; } .mt-l { margin-top: clamp(48px, 6vw, 80px); }
.center { text-align: center; } .center .section-head { margin-inline: auto; justify-items: center; }
.stack-s > * + * { margin-top: 14px; }
.nowrap { white-space: nowrap; }
.flex-between { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 20px; }
.notice { padding: 16px 18px; border-radius: 12px; background: rgb(227 37 29 / .06); border: 1px solid rgb(227 37 29 / .18); font-size: .92rem; color: var(--graphite); }
.error-page { min-height: 100svh; display: grid; place-items: center; text-align: center; background: var(--ink); color: var(--cream); padding: calc(var(--header-h) + 40px) var(--gutter) 80px; }
.error-code { font-family: var(--f-display); font-weight: 800; font-size: clamp(8rem, 26vw, 18rem); line-height: .85; letter-spacing: -.06em; font-variation-settings: "wdth" 75; color: transparent; -webkit-text-stroke: 2px var(--red); text-shadow: -8px 0 rgb(0 174 239 / .5), 8px 0 rgb(236 0 140 / .5); }
