:root {
  --ink: #081826;
  --paper: #f2f5f7;
  --white: #fff;
  --lime: #c8ff2e;
  --violet: #2b75ae;
  --muted: #67707e;
  --line: rgba(10, 15, 24, .14);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(4, 8, 15, .14);
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
body.menu-open .site-header { z-index: 1100; backdrop-filter: none; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 12px 18px; color: var(--ink); background: var(--lime); transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: white; transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(10, 15, 24, .9); box-shadow: 0 10px 40px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 20px/1 var(--font-display); letter-spacing: -.03em; }
.brand-logo { display: block; width: 176px; height: auto; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; color: var(--ink); background: var(--lime); font-size: 17px; border-radius: 50% 50% 12% 50%; box-shadow: 0 0 24px rgba(200,255,46,.35); }
.main-nav { display: flex; align-items: center; gap: 18px; font-size: 13px; font-weight: 600; }
.main-nav > a { position: relative; }
.main-nav > a:not(.nav-cta):not(.nav-instagram)::after { content: ""; position: absolute; inset: auto 0 -7px; height: 1px; background: var(--lime); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.main-nav > a.is-current::after { transform: scaleX(1); }

/* Chi siamo */
.about-page { background: #eef2f5; }
.about-hero { position: relative; min-height: 86vh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; color: var(--white); background: #0a0f18; }
.about-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(6,15,25,.76) 0%, rgba(6,15,25,.48) 48%, rgba(6,15,25,.08) 100%), linear-gradient(0deg, rgba(6,15,25,.34), transparent 42%); }
.about-hero-image { position: absolute; inset: 0; z-index: -2; background: url("assets/chi-siamo/marina-francavilla.webp") center 48%/cover no-repeat; filter: brightness(1.08) saturate(.96) contrast(1.02); transform: scale(1.01); }
.about-hero-content { padding-top: 180px; padding-bottom: 92px; }
.about-hero h1 { max-width: 980px; margin: 24px 0 30px; font: 800 clamp(58px, 8.4vw, 112px)/.9 var(--font-display); letter-spacing: -.065em; }
.about-hero h1 em { color: var(--lime); font-style: normal; }
.about-hero-lead { max-width: 690px; margin: 0; color: #dce3e9; font-size: clamp(18px, 2vw, 25px); line-height: 1.55; }
.about-story { background: #f7f9fa; }
.about-story-grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); grid-template-areas: "photo heading" "photo copy"; column-gap: 78px; row-gap: 26px; align-items: center; }
.about-story-heading { grid-area: heading; }
.about-story h2 { margin: 20px 0 0; font: 750 clamp(38px, 5vw, 68px)/1.02 var(--font-display); letter-spacing: -.045em; }
.about-story-copy { grid-area: copy; padding-top: 0; }
.about-story-copy p { margin: 0 0 25px; color: #495563; font-size: 18px; line-height: 1.8; }
.about-story-copy .about-dropcap { color: var(--ink); font-size: 22px; font-weight: 600; line-height: 1.65; }
.about-history-photo { grid-area: photo; align-self: center; width: min(100%, 470px); margin: 0; }
.about-history-photo img { display: block; width: 100%; height: auto; box-shadow: 18px 18px 0 #d8ff3e; }
.about-history-photo figcaption { margin-top: 30px; color: #6f7b88; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.about-craft { color: #fff; background: #153b61; }
.about-craft-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 480px); gap: 90px; align-items: center; }
.about-craft h2 { max-width: 660px; margin: 22px 0 28px; font: 750 clamp(42px, 5.5vw, 76px)/.98 var(--font-display); letter-spacing: -.05em; }
.about-craft-copy > p:last-of-type { max-width: 650px; margin: 0; color: #c5d0db; font-size: 18px; line-height: 1.75; }
.about-craft-points { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.about-craft-points li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); font: 650 16px/1.4 var(--font-display); }
.about-craft-points span { color: var(--lime); font-size: 11px; letter-spacing: .08em; }
.about-main-photo { position: relative; width: 100%; min-height: 0; margin: 0; overflow: hidden; border-radius: 0; background: #081826; box-shadow: 24px 24px 0 rgba(200,255,46,.9); }
.about-main-photo::after { display: none; }
.about-main-photo img { display: block; width: 100%; height: auto; object-fit: contain; }
.about-main-photo figcaption { position: static; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 24px 26px 26px; color: #fff; }
.about-main-photo figcaption span { color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-main-photo figcaption strong { max-width: 420px; font: 700 clamp(23px, 2.5vw, 34px)/1.1 var(--font-display); text-align: left; }
.about-timeline { color: #fff; background: var(--ink); }
.about-timeline .section-heading h2 { color: #fff; }
.about-timeline .section-heading > p { color: #aab4bf; }
.timeline-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 60px 0 0; padding: 1px; list-style: none; background: rgba(255,255,255,.15); }
.timeline-list li { display: flex; min-width: 0; min-height: 410px; flex-direction: column; gap: 34px; padding: 38px 34px; background: var(--ink); }
.timeline-marker { display: flex; width: 100%; min-width: 0; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.timeline-marker img { display: block; width: 100%; max-width: 155px; height: 74px; object-fit: contain; object-position: center bottom; }
.timeline-marker span { display: flex; flex-direction: column; align-items: center; color: var(--lime); font: 750 clamp(29px, 3.5vw, 48px)/1 var(--font-display); letter-spacing: -.04em; white-space: nowrap; }
.timeline-marker span small { margin-top: 7px; color: #fff; font: 700 15px/1 var(--font-display); letter-spacing: .08em; text-transform: uppercase; }
.timeline-list h3 { margin: 0 0 12px; font: 700 27px/1.15 var(--font-display); text-align: center; }
.timeline-list p { max-width: 720px; margin: 0; color: #aeb8c2; font-size: 16px; line-height: 1.7; text-align: center; }
.about-values-title { max-width: 950px; margin: 22px 0 55px; font: 750 clamp(38px, 5.5vw, 72px)/1 var(--font-display); letter-spacing: -.05em; }
.about-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-values-grid article { min-height: 300px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.5); }
.about-values-grid article > span { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 64px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 12px; font-weight: 800; }
.about-values-grid h3 { margin: 0 0 14px; font: 700 27px/1.1 var(--font-display); }
.about-values-grid p { margin: 0; color: #586574; line-height: 1.65; }
.about-cta { padding-top: 30px; }
.about-cta-shell { display: flex; justify-content: space-between; align-items: end; gap: 50px; padding: 70px; border-radius: 28px; color: #fff; background: #153b61; box-shadow: var(--shadow); }
.about-cta h2 { margin: 20px 0 0; font: 750 clamp(42px, 6vw, 78px)/.98 var(--font-display); letter-spacing: -.05em; }
.about-cta .button { flex: 0 0 auto; }

/* Lavorazioni */
.workings-page { background: #eef2f5; }
.workings-hero { min-height: 94vh; display: flex; align-items: center; padding: 150px 0 90px; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 18%, rgba(43,117,174,.44), transparent 32%), var(--ink); }
.workings-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.workings-hero h1 { margin: 24px 0 32px; font: 800 clamp(58px, 7.5vw, 104px)/.91 var(--font-display); letter-spacing: -.065em; }
.workings-hero h1 em { color: var(--lime); font-style: normal; }
.workings-hero-copy > p:last-child { max-width: 650px; margin: 0; color: #bdc7d1; font-size: 19px; line-height: 1.7; }
.workings-hero-visual { position: relative; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 180px 180px 24px 24px; background: rgba(255,255,255,.04); }
.workings-hero-visual.video-frame { border-radius: 0; }
.cnc-hero-visual { border-radius: 0; }
.cnc-hero-visual img { aspect-ratio: 1.25; border-radius: 0; object-position: center; filter: saturate(.9) contrast(1.04); }
.workings-hero-visual img,
.workings-hero-visual video { display: block; width: 100%; aspect-ratio: .84; object-fit: cover; border-radius: 164px 164px 14px 14px; filter: saturate(.78) contrast(1.08); }
.workings-hero-visual video { border-radius: 0; }
.workings-hero-visual > span:not(.protected-photo) { position: absolute; right: -20px; bottom: 42px; padding: 13px 18px; color: var(--ink); background: var(--lime); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-4deg); }
.workings-hero-visual.video-frame,
.workings-hero-visual.video-frame .protected-photo,
.workings-hero-visual.video-frame video { border-radius: 0; }
.workings-intro-grid { display: grid; grid-template-columns: .55fr 1fr 1fr; gap: 60px; align-items: start; }
.workings-intro h2 { margin: 0; font: 750 clamp(40px, 5vw, 68px)/1 var(--font-display); letter-spacing: -.05em; }
.workings-intro-grid > p:last-child { margin: 0; color: #536171; font-size: 18px; line-height: 1.75; }
.workings-list { counter-reset: working; }
.working-panel { position: relative; display: grid; grid-template-columns: 110px minmax(320px,.8fr) minmax(420px,1.2fr); gap: 60px; align-items: center; min-height: 760px; padding: 110px max(30px,calc((100vw - 1180px)/2)); border-top: 1px solid var(--line); background: #f7f9fa; }
.working-panel-dark { color: #fff; background: #10233f; }
.working-number { align-self: start; padding-top: 14px; color: #8b96a2; font: 700 15px var(--font-display); }
.working-panel-dark .working-number { color: #8394a6; }
.working-copy h2 { margin: 20px 0 30px; font: 800 clamp(48px, 5.6vw, 84px)/.9 var(--font-display); letter-spacing: -.055em; overflow-wrap: anywhere; }
.working-copy > p:not(.eyebrow) { max-width: 560px; margin: 0 0 20px; color: #566373; font-size: 17px; line-height: 1.72; }
.working-panel-dark .working-copy > p:not(.eyebrow) { color: #b4c0cc; }
.working-copy .text-link { display: inline-flex; margin-top: 16px; font-weight: 700; }
.working-image { position: relative; margin: 0; }
.working-image img,
.working-image video { display: block; width: 100%; height: 560px; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.working-image video { border-radius: 0; }
.working-image .laser-video { object-position: 50% 20%; }
.working-image .scatolatrice-video { object-position: 50% 50%; }
.working-image-3d { overflow: hidden; background: #080d14; }
.working-image .stampa-3d-video { object-fit: contain; object-position: 50% 0; background: #080d14; transform: scale(1.18); transform-origin: 50% 0; }
.working-image figcaption { position: absolute; right: 18px; bottom: 18px; padding: 9px 12px; color: #fff; background: rgba(8,24,38,.8); border-radius: 999px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.workings-method { color: #fff; background: #060a10; }
.workings-method .section-heading h2 { color: #fff; }
.workings-method .section-heading > p { color: #aab4bf; }
.workings-steps { display: grid; grid-template-columns: repeat(4,1fr); margin: 60px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.workings-steps li { min-height: 250px; padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.13); }
.workings-steps li:last-child { border-right: 0; }
.workings-steps span { display: block; margin-bottom: 78px; color: var(--lime); font-size: 12px; font-weight: 800; }
.workings-steps strong { display: block; margin-bottom: 12px; font: 700 22px var(--font-display); }
.workings-steps p { margin: 0; color: #8995a2; font-size: 14px; line-height: 1.55; }

/* Insegne */
.signs-page { background: #eef2f5; }
.signs-hero { position: relative; min-height: 94vh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; color: #fff; background: var(--ink); }
.signs-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,14,23,.95) 0%, rgba(5,14,23,.7) 52%, rgba(5,14,23,.2)), linear-gradient(0deg, rgba(5,14,23,.75), transparent 46%); }
.signs-hero-photo { position: absolute; inset: 0; z-index: -2; background: url("assets/portfolio/insegne-01.webp") center/cover no-repeat; transform: scale(1.01); }
.signs-hero-content { padding-top: 180px; padding-bottom: 88px; }
.signs-hero h1, .works-signs-hero h2 { max-width: 1050px; margin: 24px 0 30px; font: 800 clamp(60px, 8.4vw, 116px)/.89 var(--font-display); letter-spacing: -.07em; }
.signs-hero h1 em, .works-signs-hero h2 em { display: inline-block; color: var(--lime); font-style: normal; }
.signs-hero-content > p:not(.eyebrow) { max-width: 710px; margin: 0 0 32px; color: #d6dee6; font-size: 20px; line-height: 1.65; }
.signs-gallery-only .site-header { background: rgba(10,15,24,.96); box-shadow: 0 10px 40px rgba(0,0,0,.12); }
.signs-gallery-only .signs-showcase { padding-top: 180px; }
.signs-intro-grid { display: grid; grid-template-columns: .5fr 1fr 1fr; gap: 60px; align-items: start; }
.signs-intro h2 { margin: 0; font: 750 clamp(40px, 5vw, 68px)/1 var(--font-display); letter-spacing: -.05em; }
.signs-intro-copy p { margin: 0 0 22px; color: #526070; font-size: 17px; line-height: 1.75; }
.signs-types { padding: 120px 0; color: #fff; background: #10233f; }
.signs-types .section-heading h2 { color: #fff; }
.signs-types .section-heading > p { color: #b0bdc9; }
.signs-type-grid { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 60px; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.signs-type-grid article { min-height: 330px; padding: 34px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.signs-type-grid span { display: block; margin-bottom: 82px; color: var(--lime); font-size: 12px; font-weight: 800; }
.signs-type-grid h3 { margin: 0 0 15px; font: 700 29px/1.1 var(--font-display); }
.signs-type-grid p { max-width: 500px; margin: 0; color: #aebac6; line-height: 1.65; }
.signs-showcase { background: #f7f9fa; }
.signs-gallery { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 250px; gap: 16px; }
.signs-gallery figure { grid-column: span 4; margin: 0; overflow: hidden; border-radius: 20px; background: #dce4ea; }
.signs-gallery .signs-gallery-large { grid-column: span 8; grid-row: span 2; }
.signs-gallery .signs-gallery-wide { grid-column: span 8; }
.signs-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.signs-gallery figure:hover img { transform: scale(1.03); }

/* Galleria Insegne: formato originale, senza ritagli o deformazioni. */
.signs-gallery-only .signs-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  align-items: start;
  gap: 16px;
}
.signs-gallery-only .signs-gallery figure {
  display: block;
  grid-column: auto;
  width: 100%;
  margin: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}
.signs-gallery-only .signs-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.signs-gallery-only .signs-gallery figure:hover img { transform: none; }
.signs-gallery-only .signs-gallery .signs-gallery-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 16px;
  column-span: all;
  break-inside: avoid;
}
.signs-gallery-only .signs-gallery .signs-gallery-pair figure { margin: 0; }
.signs-gallery-only .signs-gallery .signs-gallery-pair-compact {
  width: min(82%, 940px);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 980px) {
  .signs-gallery-only .signs-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .signs-intro-relocated { margin: 54px 0 48px; padding: 34px 22px; }
  .signs-gallery-only .signs-gallery { grid-template-columns: 1fr; }
  .signs-gallery-only .signs-gallery .signs-gallery-pair { grid-template-columns: 1fr; }
  .signs-gallery-only .signs-gallery .signs-gallery-pair-compact { width: 100%; }
}
.signs-process { color: #fff; background: #060a10; }
.signs-process-title { max-width: 970px; margin: 22px 0 65px; font: 750 clamp(40px, 5.6vw, 76px)/1 var(--font-display); letter-spacing: -.05em; }
.signs-process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.signs-process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 40px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.signs-process-list li > span { color: var(--lime); font-weight: 800; }
.signs-process-list h3 { margin: 0 0 9px; font: 700 25px var(--font-display); }
.signs-process-list p { margin: 0; color: #95a2ae; line-height: 1.6; }

/* Retail Design */
.retail-page { background: #eef2f5; }
.retail-hero { position: relative; min-height: 94vh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; color: #fff; background: var(--ink); }
.retail-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,14,23,.96), rgba(5,14,23,.68) 52%, rgba(5,14,23,.12)), linear-gradient(0deg, rgba(5,14,23,.72), transparent 46%); }
.retail-hero-photo { position: absolute; inset: 0; z-index: -2; background: url("assets/retail-design/p107084579F9E8FF-189B-2D6F-79C2-927F306E49B0.jpg") center/cover no-repeat; transform: scale(1.01); }
.retail-hero-content { padding-top: 180px; padding-bottom: 88px; }
.retail-hero h1 { max-width: 1000px; margin: 24px 0 30px; font: 800 clamp(62px, 8.6vw, 118px)/.88 var(--font-display); letter-spacing: -.07em; }
.retail-hero h1 em { color: var(--lime); font-style: normal; }
.retail-hero-content > p:not(.eyebrow) { max-width: 720px; margin: 0 0 32px; color: #d6dfe7; font-size: 20px; line-height: 1.65; }
.retail-intro-grid { display: grid; grid-template-columns: .5fr 1fr 1fr; gap: 60px; align-items: start; }
.retail-intro h2 { margin: 0; font: 750 clamp(40px, 5vw, 68px)/1 var(--font-display); letter-spacing: -.05em; }
.retail-intro-copy p { margin: 0 0 22px; color: #526070; font-size: 17px; line-height: 1.75; }
.retail-quality { padding: 120px 0; color: #fff; background: #10233f; }
.retail-quality-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.retail-quality-image { margin: 0; overflow: hidden; border-radius: 26px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.retail-quality-image img { width: 100%; height: 650px; object-fit: cover; }
.retail-quality-copy h2 { margin: 20px 0 28px; font: 750 clamp(42px, 5.5vw, 74px)/.98 var(--font-display); letter-spacing: -.055em; }
.retail-quality-copy > p:not(.eyebrow) { color: #b4c0cc; font-size: 17px; line-height: 1.75; }
.retail-applications { background: #f7f9fa; }
.retail-app-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.retail-app-grid article { position: relative; min-height: 460px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.retail-app-grid img { width: 150px; height: 150px; margin: 5px auto 45px; object-fit: contain; }
.retail-app-grid span { color: #778492; font-size: 11px; font-weight: 800; }
.retail-app-grid h3 { margin: 14px 0; font: 700 28px/1.1 var(--font-display); }
.retail-app-grid p { margin: 0; color: #5c6977; line-height: 1.65; }
.retail-gallery-section { background: #e8eef2; }
.retail-gallery { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 240px; gap: 15px; }
.retail-gallery figure { grid-column: span 4; margin: 0; overflow: hidden; border-radius: 18px; background: #d5dee5; }
.retail-gallery .retail-gallery-large { grid-column: span 8; grid-row: span 2; }
.retail-gallery .retail-gallery-wide { grid-column: span 8; }
.retail-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.retail-gallery figure:hover img { transform: scale(1.03); }
.retail-before-after-section { color: #fff; background: #10233f; }
.retail-before-after-section .section-heading { border-color: rgba(255,255,255,.16); }
.retail-before-after-section .section-heading > p { color: #b9c6d2; }
.retail-before-after { display: grid; gap: 28px; }
.before-after-project { padding: clamp(22px, 4vw, 42px); background: #0a192c; border: 1px solid rgba(255,255,255,.12); }
.before-after-heading { display: grid; grid-template-columns: 54px 1fr; gap: 18px; margin-bottom: 26px; }
.before-after-heading > span { display: grid; place-items: center; width: 44px; height: 44px; color: #10233f; background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 800; }
.before-after-heading h3 { margin: 0 0 7px; font: 700 clamp(27px, 3vw, 40px)/1.05 var(--font-display); letter-spacing: -.035em; }
.before-after-heading p { max-width: 700px; margin: 0; color: #aebdca; line-height: 1.6; }
.before-after-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-items: start; }
.before-after-image, .before-after-side figure { position: relative; margin: 0; overflow: hidden; background: #07101d; }
.before-after-label { position: absolute; z-index: 5; top: 14px; left: 14px; padding: 8px 13px; color: #fff; background: rgba(5,13,24,.84); font-size: 12px; font-weight: 800; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.is-after > .before-after-label { color: #10233f; background: var(--lime); }
.before-after-image img, .before-after-side img { display: block; width: 100%; height: auto; }
.before-after-side { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; align-items: start; }
.before-after-result .before-after-image { max-width: 620px; margin-left: auto; }
.before-after-result .before-after-image img { max-height: 760px; object-fit: contain; }
.nav-cta { padding: 12px 18px; color: var(--ink); background: var(--lime); border-radius: 999px; transition: transform .2s, box-shadow .2s; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,255,46,.24); }
.nav-instagram { display: grid; place-items: center; width: 42px; height: 42px; margin-left: -7px; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transition: color .2s, border-color .2s, transform .2s; }
.nav-instagram:hover { color: var(--lime); border-color: var(--lime); transform: translateY(-2px); }
.nav-instagram svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.nav-instagram .instagram-dot { fill: currentColor; stroke: none; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; padding: 10px; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 6px auto; background: white; transition: transform .25s; }

.hero { position: relative; min-height: 860px; overflow: hidden; color: white; background: linear-gradient(135deg, #06131f, #0b2f4f 72%, #103a5e); padding: 155px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .18; }
.hero-glow-one { width: 420px; height: 420px; right: 8%; top: 9%; background: var(--violet); }
.hero-glow-two { width: 340px; height: 340px; left: -12%; bottom: 4%; background: var(--lime); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 80px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: rgba(255,255,255,.64); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 1px; background: var(--lime); }
.eyebrow.dark { color: #66707d; }
.hero h1 { max-width: 720px; margin: 0; font: 600 clamp(48px, 6.4vw, 82px)/.99 var(--font-display); letter-spacing: -.062em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: #aeb6c3; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 13px 38px rgba(200,255,46,.12); }
.button-primary:hover { box-shadow: 0 15px 36px rgba(200,255,46,.24); }
.button-dark { color: white; background: var(--ink); }
.text-link { padding: 14px 0; font-size: 14px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.25); }
.text-link span { margin-left: 8px; color: var(--lime); }
.trust-list { display: flex; gap: 40px; margin: 55px 0 0; padding: 30px 0 0; border-top: 1px solid rgba(216,255,62,.32); list-style: none; }
.trust-list li { display: flex; flex-direction: column; gap: 6px; }
.trust-list strong { color: #fff; font: 750 24px var(--font-display); letter-spacing: -.02em; }
.trust-list span { color: #b9c3cf; font-size: 13px; line-height: 1.35; }

.hero-visual { position: relative; min-width: 0; }
.visual-frame { position: relative; width: 100%; aspect-ratio: 1.35; overflow: hidden; background: radial-gradient(circle at 50% 33%, #222b3a, #101722 50%, #080d14); border: 1px solid rgba(255,255,255,.12); border-radius: 0; box-shadow: 0 40px 80px rgba(0,0,0,.3); }
.visual-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; filter: saturate(.92) contrast(1.06); }
.home-slideshow > .home-slide-shell { position: absolute; inset: 0; height: 100%; opacity: 0; transition: opacity .65s ease; }
.home-slideshow > .home-slide-shell.active { opacity: 1; }
.home-slideshow .home-slide { position: absolute; inset: 0; opacity: 1; }
.home-slideshow > .home-slide-shell:nth-of-type(3) .home-slide { object-position: 50% 68%; }
.home-slideshow > .home-slide-shell:nth-of-type(4) .home-slide { object-position: 50% 32%; }
.home-slideshow > .home-slide-shell:nth-of-type(6) .home-slide { object-fit: contain; background: #080d14; }
.home-slideshow > .home-slide-shell:nth-of-type(8) .home-slide,
.home-slideshow > .home-slide-shell:nth-of-type(9) .home-slide { object-position: 50% 10%; }
.visual-photo .photo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,24,38,.08) 45%, rgba(4,13,22,.88)); }
.visual-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 37%; background: linear-gradient(160deg, transparent 18%, rgba(0,0,0,.58)); }
.building-lines { position: absolute; inset: 9% 8% 14%; border: 1px solid rgba(255,255,255,.08); background: repeating-linear-gradient(90deg, transparent 0 82px, rgba(255,255,255,.04) 83px 84px), repeating-linear-gradient(0deg, transparent 0 110px, rgba(255,255,255,.04) 111px 112px); }
.building-lines::after { content: ""; position: absolute; inset: auto -8% 8%; height: 35%; background: linear-gradient(180deg,#171411,#080706); border-top: 7px solid #24201b; transform: perspective(500px) rotateX(4deg); }
.sign-demo { position: absolute; z-index: 2; top: 35%; left: 50%; width: 72%; padding: 32px 15px 28px; text-align: center; transform: translate(-50%,-50%) rotate(-1deg); }
.sign-demo::before { content: ""; position: absolute; inset: 0; border: 1px solid rgba(216,255,62,.35); box-shadow: inset 0 0 40px rgba(216,255,62,.04), 0 0 60px rgba(216,255,62,.07); }
.sign-demo span { display: block; }
.sign-small, .sign-detail { color: #b6c1cf; font-size: 9px; letter-spacing: .36em; }
.sign-main { color: var(--lime); font: 700 clamp(52px,7vw,88px)/1 var(--font-display); letter-spacing: .12em; text-shadow: 0 0 3px white, 0 0 13px var(--lime), 0 0 34px rgba(216,255,62,.7), 0 0 80px rgba(216,255,62,.32); }
.visual-caption { position: absolute; z-index: 3; inset: auto 28px 25px; display: flex; justify-content: space-between; align-items: end; }
.visual-caption span { color: #929ba8; font-size: 11px; }
.visual-caption strong { font-size: 13px; }
.floating-badge { position: absolute; right: -30px; top: 14%; padding: 15px 19px; color: var(--ink); background: var(--lime); border-radius: 10px; font-size: 12px; font-weight: 700; transform: rotate(4deg); box-shadow: 0 15px 40px rgba(0,0,0,.22); }
.floating-badge span { font-size: 9px; margin-right: 7px; }
.marquee { position: absolute; z-index: 3; inset: auto 0 0; overflow: hidden; color: var(--ink); background: var(--lime); border-block: 1px solid rgba(10,15,24,.2); transform: rotate(-1deg) scale(1.02); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 16px 0; animation: marquee 25s linear infinite; font: 800 13px var(--font-display); letter-spacing: .08em; }
.marquee-track i { font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 62px; }
.section-heading h2, .process h2, .quote h2 { max-width: 680px; margin: 0; font: 650 clamp(38px,5vw,62px)/1.08 var(--font-display); letter-spacing: -.052em; }
.section-heading > p { max-width: 460px; margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.22); }
.service-card { position: relative; min-height: 400px; padding: 32px 28px; border-right: 1px solid var(--line); transition: background .3s, transform .3s; }
.service-card:nth-child(3n) { border-right: 0; }
.service-card:nth-child(-n+6) { border-bottom: 1px solid var(--line); }
.service-card:hover { z-index: 1; background: white; box-shadow: var(--shadow); transform: translateY(-8px); }
.service-number { color: #9299a3; font: 600 12px var(--font-display); }
.service-icon { width: 74px; height: 74px; margin: 42px 0 36px; position: relative; }
.icon-neon { border: 3px solid var(--violet); border-radius: 48% 52% 40% 60%; box-shadow: 0 0 12px rgba(168,140,255,.75), inset 0 0 10px rgba(168,140,255,.5); transform: rotate(-15deg); }
.icon-neon::after { content: ""; position: absolute; width: 30px; height: 3px; right: -12px; bottom: 8px; background: var(--violet); box-shadow: 0 0 9px var(--violet); }
.icon-letters { display: grid; place-items: center; color: var(--ink); background: var(--lime); font: 800 45px var(--font-display); box-shadow: 7px 7px 0 #c2d0a0; }
.icon-box { background: #18202c; border: 2px solid #788291; transform: perspective(100px) rotateY(-8deg); box-shadow: inset 0 0 0 12px #222c3a, inset 0 0 0 14px #687383; }
.icon-box::after { content: "L"; position: absolute; inset: 0; display: grid; place-items: center; color: white; font: 700 25px var(--font-display); text-shadow: 0 0 10px var(--lime); }
.icon-flag { width: 58px; margin-left: 12px; background: white; border: 4px solid var(--ink); border-radius: 50%; box-shadow: 8px 0 0 var(--lime); }
.icon-flag::before { content: ""; position: absolute; left: -13px; top: -18px; width: 4px; height: 100px; background: var(--ink); }
.icon-cnc, .icon-3d { display: grid; place-items: center; width: 78px; color: var(--ink); background: white; border: 2px solid var(--ink); font: 800 16px var(--font-display); letter-spacing: .08em; box-shadow: 8px 8px 0 var(--lime); }
.icon-3d { color: white; background: var(--violet); border-color: var(--violet); box-shadow: 8px 8px 0 #9bc8e8; font-size: 21px; transform: rotate(-4deg); }
.service-card h3 { margin: 0 0 13px; font: 700 21px var(--font-display); letter-spacing: -.025em; }
.service-card p { margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card a { position: absolute; left: 28px; bottom: 30px; font-size: 13px; font-weight: 700; }
.service-card a span { margin-left: 5px; color: #1f638f; }
.service-symbol { width: 74px; height: 74px; display: grid; place-items: center; margin: 42px 0 36px; color: white; background: linear-gradient(145deg, #0b2f4f, #2b75ae); border: 1px solid rgba(255,255,255,.25); font: 800 15px var(--font-display); letter-spacing: .08em; box-shadow: 8px 8px 0 rgba(200,255,46,.9); }
.service-card:nth-child(3n+2) .service-symbol { color: var(--ink); background: var(--lime); box-shadow: 8px 8px 0 #c6d3dc; }
.service-card:nth-child(3n) .service-symbol { border-radius: 50%; box-shadow: 8px 2px 0 #9bc8e8; }
.secondary-services { display: grid; grid-template-columns: 220px 1fr; gap: 30px; align-items: center; margin-top: 22px; padding: 25px 30px; background: #e4eaf0; border: 1px solid var(--line); border-radius: 14px; }
.secondary-services > span { color: #657382; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.secondary-services p { margin: 0; color: #566270; line-height: 1.6; }
.secondary-services strong { color: var(--ink); }

.future { color: white; background: linear-gradient(145deg, #06131f, #0b2f4f 68%, #144b74); overflow: hidden; }
.future-shell { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.future-copy h2 { max-width: 720px; margin: 0; font: 650 clamp(38px,5vw,64px)/1.05 var(--font-display); letter-spacing: -.052em; }
.future-copy > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 36px; color: #a9b9c6; font-size: 16px; line-height: 1.75; }
.future-points { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.future-points li { display: grid; grid-template-columns: 46px 1fr; gap: 12px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-weight: 600; }
.future-points span { color: var(--lime); font-size: 11px; }
.future-visual { position: relative; min-height: 540px; display: flex; flex-direction: column; justify-content: center; padding: 58px; overflow: hidden; background: #071724; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.future-visual::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle at 55% 48%, black, transparent 72%); }
.future-visual::after { content: ""; position: absolute; width: 250px; height: 250px; right: -75px; bottom: -65px; border: 30px solid var(--lime); border-radius: 50%; opacity: .85; }
.future-kicker, .future-visual strong, .future-visual small { position: relative; z-index: 1; }
.future-kicker { margin-bottom: 30px; color: #8fa7b9; font-size: 10px; font-weight: 700; letter-spacing: .24em; }
.future-visual strong { color: white; font: 800 clamp(58px,7vw,92px)/.86 var(--font-display); letter-spacing: -.07em; }
.future-visual strong:nth-of-type(2) { color: var(--lime); }
.future-visual strong:nth-of-type(3) { color: transparent; -webkit-text-stroke: 1px #82aac7; }
.future-visual small { margin-top: 38px; color: #7890a3; letter-spacing: .11em; text-transform: uppercase; }

.portfolio { color: white; background: var(--ink); }
.portfolio-heading { align-items: end; }
.portfolio-note { max-width: 560px; margin: 16px 0 0; color: #a9b1bc; line-height: 1.65; }
.filter-group { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; padding-bottom: 5px; }
.filter-btn { padding: 8px 14px; color: #929ba9; background: transparent; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: 12px; cursor: pointer; }
.filter-btn:hover, .filter-btn.active { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.work-category-links { display: grid; grid-template-columns: repeat(4, 1fr); margin: 54px 0 62px; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.work-category-links a { display: grid; grid-template-columns: 74px 1fr 24px; gap: 16px; align-items: center; min-height: 122px; padding: 14px 18px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); transition: color .25s, background .25s; }
.work-category-links a:nth-child(4n) { border-right: 0; }
.work-category-links a:nth-last-child(-n+3) { border-bottom: 0; }
.work-category-links a:hover, .work-category-links a:focus-visible { color: var(--ink); background: var(--lime); }
.work-category-links .category-thumb { width: 74px; height: 82px; overflow: hidden; border-radius: 9px; background: #122538; }
.work-category-links .category-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.work-category-links a:hover .category-thumb img, .work-category-links a:focus-visible .category-thumb img { transform: scale(1.08); }
.work-category-links strong, .work-category-links small { display: block; }
.work-category-links strong { margin-bottom: 7px; font: 700 22px/1.08 var(--font-display); }
.work-category-links small { color: #9ca6b2; font-size: 14px; line-height: 1.45; }
.work-category-links a:hover small, .work-category-links a:focus-visible small { color: #31404b; }
.work-category-links b { font-size: 20px; font-weight: 500; }
.work-category-links b { display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(183,255,35,.12); transition: transform .25s, box-shadow .25s; }
.work-category-links a:hover b, .work-category-links a:focus-visible b { transform: translate(3px,-3px); box-shadow: 0 0 0 7px rgba(11,24,38,.12); }
.portfolio-types { margin-top: 78px; }
.portfolio-types .section-heading h2 { color: #fff; }
.portfolio-types .section-heading > p { color: #b0bdc9; }
.works-mini-gallery { display: grid; grid-template-columns: repeat(9, minmax(0,1fr)); gap: 10px; margin: 70px 0 24px; }
.works-mini-gallery a { position: relative; min-width: 0; aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: #122538; }
.works-mini-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, opacity .3s ease; }
.works-mini-gallery span { position: absolute; inset: auto 7px 7px; padding: 5px 7px; color: #fff; background: rgba(5,14,23,.78); border-radius: 7px; font-size: 9px; line-height: 1.2; }
.works-mini-gallery a:hover img, .works-mini-gallery a:focus-visible img { transform: scale(1.07); opacity: .82; }
.works-page .portfolio-types { margin-top: 88px; }
.signs-intro-relocated { margin: 82px 0 70px; padding: 64px; color: var(--ink); background: #f4f6f8; border-radius: var(--radius); }
.project-arrow { display: grid; place-items: center; width: 40px; height: 40px; color: var(--ink); background: var(--lime); border-radius: 50%; transition: transform .25s, box-shadow .25s; }
a.project-arrow:hover, a.project-arrow:focus-visible { transform: translate(3px,-3px); box-shadow: 0 0 0 7px rgba(183,255,35,.16); }
.signs-showcase .section-heading h1 { margin: 16px 0 0; font: 700 clamp(38px,5vw,72px)/.98 var(--font-display); letter-spacing: -.045em; }
.work-back-nav { padding: 98px 0 18px; color: #fff; background: var(--ink); }
.work-back-nav a { display: inline-flex; align-items: center; gap: 10px; color: var(--lime); font-weight: 700; }
.work-back-nav a:hover, .work-back-nav a:focus-visible { color: #fff; }
.category-page-main { min-height: 72vh; padding: 72px 0 110px; color: #fff; background: var(--ink); }
.category-page-main h1 { max-width: 920px; margin: 18px 0 28px; font: 750 clamp(52px,8vw,100px)/.95 var(--font-display); letter-spacing: -.06em; }
.category-page-main .category-lead { max-width: 760px; color: #b8c2cc; font-size: 19px; line-height: 1.7; }
.category-info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 64px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.category-info-grid article { min-height: 210px; padding: 30px; background: var(--ink); }
.category-info-grid h2 { margin: 0 0 14px; font: 700 27px/1.1 var(--font-display); }
.category-info-grid p { margin: 0; color: #aebac6; line-height: 1.65; }
.other-work-gallery { columns: 3; column-gap: 16px; margin-top: 70px; }
.other-work-gallery figure { margin: 0 0 16px; break-inside: avoid; overflow: hidden; background: #142a48; }
.other-work-gallery img { display: block; width: 100%; height: auto; transition: transform .35s ease; }
.other-work-gallery figure:hover img { transform: scale(1.025); }
.project-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 34px 22px; }
.project-card { grid-column: span 5; transition: opacity .25s, transform .25s; }
.project-card.project-large { grid-column: span 7; }
.project-card.project-wide { grid-column: span 7; }
.project-card.hidden { display: none; }
.project-art { position: relative; aspect-ratio: 1.15; overflow: hidden; display: grid; place-items: center; border-radius: 16px; isolation: isolate; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-card:hover .project-image img { transform: scale(1.045); }
.project-large .project-art { aspect-ratio: 1.48; }
.project-wide .project-art { aspect-ratio: 1.42; }
.project-art::before, .project-art::after { content: ""; position: absolute; z-index: -1; }
.project-art::after { inset: 0; background: linear-gradient(135deg, transparent, rgba(0,0,0,.3)); }
.art-sign { position: relative; z-index: 2; text-align: center; }
.art-nova { background: radial-gradient(circle at 50% 45%, #363d43, #15191e 65%); }
.art-nova::before { inset: 15% 11%; border: 12px solid #20272d; background: #080b0d; box-shadow: inset 0 0 60px rgba(169,255,240,.05); }
.art-nova .art-sign { color: #b9fff2; font: 700 clamp(38px,6vw,72px) var(--font-display); letter-spacing: .14em; text-shadow: 0 0 5px white,0 0 16px #4bffe2,0 0 42px rgba(75,255,226,.8); }
.art-atelier { background: linear-gradient(145deg, #d5c3a6, #88765e); }
.art-atelier::before { inset: 0; background: repeating-linear-gradient(90deg,transparent 0 44px,rgba(255,255,255,.06) 45px); }
.art-atelier .art-sign { padding: 26px 32px; color: #201e1b; background: #e8dfce; font: 700 29px var(--font-display); letter-spacing: .1em; box-shadow: 12px 15px 35px rgba(0,0,0,.26); }
.art-atelier small { font-size: 12px; letter-spacing: .32em; }
.art-casa { background: linear-gradient(155deg,#dbc19d,#79634e); }
.art-casa::before { width: 130px; height: 130px; border-radius: 50%; background: #293a2f; box-shadow: 0 15px 40px rgba(0,0,0,.28); }
.art-casa .art-sign { color: #faf3df; font: 600 28px/1.1 var(--font-display); }
.art-casa em { color: #eaff9a; font: italic 34px Georgia,serif; text-shadow: 0 0 12px rgba(216,255,62,.55); }
.art-forno { background: linear-gradient(#32221a,#110d0a); }
.art-forno::before { inset: 13% 8%; border: 8px solid #4c3528; background: #1a110c; }
.art-forno .art-sign { padding: 16px 28px; color: #ffba5a; border: 2px solid #ffba5a; font: 700 clamp(24px,4vw,50px) var(--font-display); text-shadow: 0 0 6px white,0 0 17px #ff8a00; box-shadow: inset 0 0 16px rgba(255,138,0,.18),0 0 18px rgba(255,138,0,.2); }
.art-forno small { font-size: 11px; vertical-align: middle; }
.art-ottica { background: linear-gradient(135deg,#225566,#0c222b); }
.art-ottica::before { width: 72%; height: 58%; background: #e4e7df; border: 14px solid #122e38; }
.art-ottica .art-sign { color: #101a1c; font: 600 18px var(--font-display); letter-spacing: .2em; }
.art-ottica strong { color: #5ba1ab; font-size: 44px; line-height: 1.2; letter-spacing: .08em; text-shadow: 0 0 1px white,0 0 10px #80f1ff; }
.project-art { transition: transform .5s ease; }
.project-card:hover .project-art { transform: scale(.985); }
.project-card:hover .art-sign { transform: scale(1.04); }
.art-sign { transition: transform .45s; }
.project-info { display: flex; justify-content: space-between; align-items: center; padding: 18px 2px 0; }
.project-info span { color: #8f99a6; font-size: 11px; }
.project-info h3 { margin: 5px 0 0; font: 600 18px var(--font-display); }
.project-info .project-arrow { width: 36px; height: 36px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 16px; }
.project-card:nth-child(4n) .project-image img { object-position: center 42%; }
.project-card:nth-child(5n) .project-image img { object-position: center 58%; }

.process { background: #e8e3d8; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro > p:not(.eyebrow) { max-width: 450px; margin: 26px 0 32px; color: var(--muted); line-height: 1.7; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 10px; padding: 34px 0 38px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: #7f8892; font: 600 12px var(--font-display); }
.process-list h3 { margin: 0 0 9px; font: 700 23px var(--font-display); letter-spacing: -.03em; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.6; }
.process-step { display: grid; grid-template-columns: minmax(150px, 220px) 1fr; gap: 24px; align-items: center; }
.process-step img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; box-shadow: 0 14px 34px rgba(8,24,38,.12); }

.testimonials { background: var(--paper); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.testimonial-card { min-height: 320px; display: flex; flex-direction: column; margin: 0; padding: 32px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 15px 45px rgba(8,24,38,.05); }
.testimonial-card.featured { color: white; background: #0b2f4f; transform: translateY(-12px); box-shadow: 0 24px 60px rgba(11,47,79,.18); }
.stars { color: var(--lime); font-size: 15px; letter-spacing: .15em; }
.testimonial-card blockquote { margin: 42px 0 34px; font: 550 18px/1.6 var(--font-display); letter-spacing: -.02em; }
.testimonial-card figcaption { display: flex; flex-direction: column; gap: 3px; margin-top: auto; font-weight: 700; }
.testimonial-card figcaption span { color: #808a96; font-size: 11px; font-weight: 400; }
.testimonial-card.featured figcaption span { color: #9fb6c8; }

.quote { color: white; background: var(--ink); }
.quote-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; padding: 70px; background: #111824; border: 1px solid rgba(255,255,255,.09); border-radius: 28px; box-shadow: 0 35px 90px rgba(0,0,0,.25); }
.quote-intro > p:not(.eyebrow) { margin: 24px 0 35px; color: #9ba4b1; line-height: 1.7; }
.contact-card { display: flex; flex-direction: column; gap: 8px; margin-top: 48px; padding: 24px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 15px; }
.contact-card span { color: #8993a0; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-card a { font: 650 17px var(--font-display); }
.contact-card .contact-address { margin-top: 7px; color: #a9b3bf; font: 500 12px/1.45 var(--font-body); }
.contact-card small { margin-top: 6px; color: #788391; }
.map-qr { display: grid; grid-template-columns: 112px 1fr; gap: 18px; align-items: center; margin-top: 18px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); }
.map-qr > a { display: block; padding: 7px; background: #fff; border-radius: 10px; }
.map-qr img { display: block; width: 100%; height: auto; }
.map-qr div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.map-qr strong { color: #fff; font: 650 15px/1.25 var(--font-display); }
.map-qr div > span { color: #8993a0; font-size: 12px; line-height: 1.45; }
.contact-card .map-button { margin-top: 4px; padding: 9px 13px; border-radius: 999px; background: var(--lime); color: #101722; font: 700 12px var(--font-body); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.field { min-width: 0; }
.field-full { grid-column: 1/-1; }
.field label { display: block; margin-bottom: 9px; color: #b3bbc6; font-size: 12px; font-weight: 600; }
.field label span { color: #75808d; font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; color: white; background: #0b111b; border: 1px solid #303947; border-radius: 9px; outline: none; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { height: 50px; padding: 0 14px; }
.field textarea { resize: vertical; padding: 14px; }
.field input::placeholder, .field textarea::placeholder { color: #687381; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(200,255,46,.09); }
.field select { color-scheme: dark; }
.robot-check small { display: block; margin-top: 8px; color: #75808d; font-size: 11px; }
.upload-zone { position: relative; display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 115px; padding: 22px; background: #0b111b; border: 1px dashed #485362; border-radius: 9px; transition: border-color .2s, background .2s; }
.upload-zone.dragover { background: rgba(200,255,46,.05); border-color: var(--lime); }
.upload-zone input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.upload-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--lime); border: 1px solid #3d4754; border-radius: 50%; font-size: 20px; }
.upload-zone strong, .upload-zone small { display: block; }
.upload-zone strong { color: #c7cdd5; font-size: 13px; }
.upload-zone strong span { color: var(--lime); }
.upload-zone small { margin-top: 5px; color: #687381; }
.file-preview { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding: 12px; background: #0b111b; border: 1px solid #303947; border-radius: 9px; }
.file-preview > div { display: flex; align-items: center; gap: 11px; }
.file-preview strong, .file-preview small { display: block; max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.file-preview small { margin-top: 2px; color: #727d8b; }
.file-type { display: grid; place-items: center; width: 40px; height: 40px; color: var(--ink); background: var(--lime); border-radius: 6px; font-size: 9px; font-weight: 800; }

/* Le fotografie del sito mantengono sempre angoli netti. */
.about-main-photo,
.workings-hero-visual,
.working-image,
.signs-gallery figure,
.retail-quality-image,
.retail-gallery figure,
.project-art { border-radius: 0; }

.about-main-photo img,
.workings-hero-visual img,
.working-image img,
.signs-gallery img,
.retail-quality-image img,
.retail-app-grid img,
.retail-gallery img,
.project-art img,
.process-step img { border-radius: 0; }
.file-preview button { color: #a6afba; background: transparent; border: 0; font-size: 24px; cursor: pointer; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 24px 0; color: #7f8996; font-size: 11px; line-height: 1.5; }
.consent input { accent-color: var(--lime); margin-top: 2px; }
.submit-button { width: 100%; }
.form-status { min-height: 20px; margin: 12px 0 0; color: var(--lime); font-size: 13px; text-align: center; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

.cookie-banner { position: fixed; z-index: 1000; right: 22px; bottom: 22px; width: min(430px, calc(100% - 32px)); padding: 22px; color: #dce2e9; background: #111927; border: 1px solid #303947; border-radius: 16px; box-shadow: 0 20px 55px rgba(0,0,0,.38); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 8px; color: #fff; font: 650 20px/1.2 var(--font-display); }
.cookie-banner p { margin: 0; color: #aeb7c3; font-size: 13px; line-height: 1.55; }
.cookie-banner details { margin-top: 11px; }
.cookie-banner summary { color: var(--lime); font-size: 12px; font-weight: 700; cursor: pointer; }
.cookie-banner details p { margin-top: 8px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.cookie-actions button { min-height: 42px; padding: 0 17px; border: 1px solid #465160; border-radius: 999px; color: #fff; background: transparent; font: 700 12px var(--font-body); cursor: pointer; }
.cookie-actions .cookie-accept { color: #101722; background: var(--lime); border-color: var(--lime); }

.site-footer { color: #9ba5b2; background: #060a10; }
.footer-top { min-height: 210px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.09); }
.brand-footer { color: white; }
.footer-top p { color: #7f8997; font-size: 14px; line-height: 1.6; }
.footer-social { display: flex; justify-content: flex-end; gap: 24px; color: white; font-size: 13px; }
.footer-bottom { min-height: 86px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
.footer-bottom div { display: flex; gap: 22px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; }

@media (max-width: 980px) {
  .works-mini-gallery { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .section { padding: 90px 0; }
  .work-category-links { grid-template-columns: repeat(2, 1fr); }
  .work-category-links a:nth-child(4n) { border-right: 1px solid rgba(255,255,255,.17); }
  .work-category-links a:nth-child(2n) { border-right: 0; }
  .work-category-links a:nth-last-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .work-category-links a:last-child { border-bottom: 0; }
  .hero { min-height: auto; padding-bottom: 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(620px,90%); margin-inline: auto; }
  .visual-frame { aspect-ratio: 1.45; border-radius: 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .service-card:nth-child(even) { border-right: 0; }
  .service-card:nth-child(-n+8) { border-bottom: 1px solid var(--line); }
  .service-card:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .future-shell { grid-template-columns: 1fr; gap: 60px; }
  .future-visual { min-height: 460px; }
  .process-grid { grid-template-columns: 1fr; gap: 60px; }
  .process-intro { position: static; }
  .process-step { grid-template-columns: minmax(180px, .75fr) 1fr; }
  .quote-shell { grid-template-columns: 1fr; gap: 50px; padding: 50px; }
  .contact-card { max-width: 380px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 260px; }
  .testimonial-card.featured { transform: none; }
  .about-story-grid { grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr); column-gap: 40px; row-gap: 20px; }
  .about-story-copy { padding-top: 0; }
  .about-history-photo { width: auto; margin: 0; }
  .about-craft-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 390px); gap: 48px; }
  .about-main-photo, .about-main-photo img { min-height: 0; height: auto; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-values-grid article { min-height: 230px; }
  .about-values-grid article > span { margin-bottom: 38px; }
  .about-cta-shell { align-items: flex-start; flex-direction: column; padding: 54px; }
  .workings-hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .workings-hero-copy { max-width: 800px; }
  .workings-hero-visual { width: min(610px, 88%); margin-inline: auto; }
  .workings-intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .working-panel { grid-template-columns: 65px 1fr; gap: 35px; padding-block: 85px; }
  .working-image { grid-column: 2; }
  .working-image img,
  .working-image video { height: 480px; }
  .workings-steps { grid-template-columns: 1fr 1fr; }
  .workings-steps li:nth-child(2) { border-right: 0; }
  .workings-steps li { border-bottom: 1px solid rgba(255,255,255,.13); }
  .signs-intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .signs-gallery figure { grid-column: span 6; }
  .signs-gallery .signs-gallery-large, .signs-gallery .signs-gallery-wide { grid-column: span 12; }
  .retail-intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .retail-quality-grid { grid-template-columns: 1fr; gap: 55px; }
  .retail-quality-image img { height: 540px; }
  .retail-app-grid { grid-template-columns: 1fr; }
  .retail-app-grid article { min-height: 390px; }
  .retail-gallery figure { grid-column: span 6; }
  .retail-gallery .retail-gallery-large, .retail-gallery .retail-gallery-wide { grid-column: span 12; }
}

@media (max-width: 760px) {
  .other-work-gallery { columns: 1; }
  .works-mini-gallery { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; margin-top: 48px; }
  .container { width: min(100% - 28px, 680px); }
  .category-info-grid { grid-template-columns: 1fr; }
  .nav-wrap { min-height: 70px; }
  .brand-logo { width: 144px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .main-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: flex-start; gap: 22px; visibility: hidden; overflow-y: auto; padding: 110px 24px 42px; opacity: 0; background: rgba(10,15,24,.98); font-size: 23px; transition: opacity .25s, visibility .25s; }
  .main-nav.open { visibility: visible; opacity: 1; }
  .main-nav .nav-cta { font-size: 15px; margin-top: 8px; }
  .main-nav .nav-instagram { flex: 0 0 auto; width: 48px; height: 48px; margin: 0; }
  .about-hero { min-height: 760px; }
  .about-hero-content { padding-top: 140px; padding-bottom: 70px; }
  .about-hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .about-story-grid { grid-template-columns: 1fr; grid-template-areas: "heading" "photo" "copy"; gap: 40px; }
  .about-history-photo { width: min(380px, 90%); margin: 0 auto; }
  .about-craft-grid { grid-template-columns: 1fr; gap: 52px; }
  .about-craft-copy { max-width: 620px; }
  .about-main-photo { width: min(460px, calc(100% - 18px)); margin: 0 auto; }
  .about-main-photo, .about-main-photo img { min-height: 0; height: auto; }
  .about-main-photo figcaption { right: 22px; bottom: 22px; left: 22px; align-items: flex-start; flex-direction: column; }
  .about-main-photo figcaption strong { max-width: 420px; text-align: left; }
  .timeline-list { grid-template-columns: 1fr; }
  .timeline-list li { min-height: 0; gap: 24px; padding: 34px 26px; }
  .about-values-title br { display: none; }
  .about-cta-shell { padding: 42px 24px; }
  .workings-hero { min-height: auto; padding: 130px 0 70px; }
  .workings-hero h1 { font-size: clamp(50px, 14vw, 74px); }
  .workings-hero-visual { width: 100%; }
  .workings-hero-visual > span:not(.protected-photo) { right: 5px; bottom: 25px; }
  .working-panel { grid-template-columns: 1fr; gap: 24px; min-height: auto; padding: 65px 14px; }
  .working-number, .working-image { grid-column: auto; }
  .working-copy h2 { font-size: clamp(42px, 13vw, 58px); }
  .working-image img,
  .working-image video { height: 380px; }
  .workings-steps { grid-template-columns: 1fr; }
  .workings-steps li { min-height: 210px; border-right: 0; }
  .workings-steps span { margin-bottom: 52px; }
  .signs-hero { min-height: 800px; }
  .signs-hero-content { padding-top: 140px; padding-bottom: 68px; }
  .signs-hero h1, .works-signs-hero h2 { font-size: clamp(48px, 14vw, 72px); }
  .signs-gallery-only .signs-showcase { padding-top: 135px; }
  .signs-type-grid { grid-template-columns: 1fr; }
  .signs-type-grid article { min-height: 280px; }
  .signs-type-grid span { margin-bottom: 55px; }
  .signs-gallery { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .signs-gallery figure, .signs-gallery .signs-gallery-large, .signs-gallery .signs-gallery-wide { grid-column: auto; grid-row: auto; }
  .signs-process-title br { display: none; }
  .signs-process-list li { grid-template-columns: 58px 1fr; gap: 18px; }
  .retail-hero { min-height: 800px; }
  .retail-hero-content { padding-top: 140px; padding-bottom: 68px; }
  .retail-hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .retail-quality { padding: 75px 0; }
  .retail-quality-image img { height: 420px; }
  .retail-gallery { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .retail-gallery figure, .retail-gallery .retail-gallery-large, .retail-gallery .retail-gallery-wide { grid-column: auto; grid-row: auto; }
  .before-after-comparison { grid-template-columns: 1fr; }
  .before-after-heading { grid-template-columns: 44px 1fr; }
  .before-after-side { grid-template-columns: 1fr 1fr; }
  .before-after-result .before-after-image { margin-left: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .hero { padding-top: 120px; }
  .hero h1 { font-size: clamp(45px,14vw,68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 11px; }
  .trust-list { justify-content: space-between; gap: 10px; }
  .trust-list strong { font-size: 19px; }
  .trust-list span { font-size: 11px; }
  .hero-visual { width: 100%; }
  .visual-frame { aspect-ratio: 1.25; border-radius: 0; }
  .floating-badge { right: -5px; top: 9%; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading > p { margin-top: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:nth-child(3n) { border-right: 0; }
  .service-card:nth-child(even) { border-right: 0; }
  .service-card:nth-child(n+5) { border-bottom: 1px solid var(--line); }
  .service-card:last-child { grid-column: auto; border-bottom: 0; }
  .secondary-services { grid-template-columns: 1fr; gap: 9px; padding: 22px; }
  .future-visual { min-height: 400px; padding: 36px; }
  .portfolio-heading .filter-group { margin-top: 28px; overflow-x: auto; padding-bottom: 8px; }
  .work-category-links { grid-template-columns: 1fr; }
  .work-category-links a { min-height: 112px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .work-category-links a:last-child { border-bottom: 0; }
  .filter-btn { white-space: nowrap; }
  .project-grid { grid-template-columns: 1fr; gap: 35px; }
  .project-card, .project-card.project-large, .project-card.project-wide { grid-column: auto; }
  .project-art, .project-large .project-art, .project-wide .project-art { aspect-ratio: 1.15; }
  .process-list li { grid-template-columns: 42px 1fr; }
  .process-step { grid-template-columns: 1fr; }
  .process-step img { aspect-ratio: 16 / 10; }
  .quote-shell { padding: 34px 20px; border-radius: 18px; }
  .map-qr { grid-template-columns: 94px 1fr; gap: 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .upload-zone { align-items: flex-start; flex-direction: column; }
  .cookie-banner { right: 16px; bottom: 16px; padding: 19px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; padding: 55px 0; }
  .footer-social { justify-content: flex-start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; padding: 28px 0; }
}

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

.cnc-action { padding-block: 80px 115px; background: #edf1f4; }
.cnc-action-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,430px); gap: 90px; align-items: center; }
.cnc-action-copy h2 { margin: 14px 0 28px; font: 650 clamp(40px,5vw,64px)/1.06 var(--font-display); letter-spacing: -.052em; }
.cnc-action-copy > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.cnc-action-media { position: relative; justify-self: end; width: 100%; margin: 0; overflow: hidden; background: #080d14; box-shadow: var(--shadow); }
.cnc-action-media video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
.cnc-action-media figcaption { position: absolute; right: 16px; bottom: 16px; padding: 9px 12px; color: #fff; background: rgba(8,24,38,.82); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 900px) {
  .cnc-action-grid { grid-template-columns: 1fr; gap: 45px; }
  .cnc-action-media { justify-self: center; width: min(430px,100%); }
}

.laser-hero-copy > p:not(.eyebrow) { max-width: 720px; }
.laser-hero-image { margin: 0; overflow: hidden; background: #080d14; }
.laser-hero-image img { display: block; width: 100%; min-height: 600px; object-fit: cover; object-position: center; }
.laser-engraving { background: #edf1f4; }
.laser-engraving-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 85px; align-items: center; }
.laser-engraving-image { margin: 0; }
.laser-engraving-image img { display: block; width: 100%; min-height: 520px; object-fit: cover; }
.laser-engraving-copy h2 { margin: 0 0 30px; font: 650 clamp(42px,5vw,66px)/1.05 var(--font-display); letter-spacing: -.052em; }
.laser-engraving-copy p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.laser-features { background: #fff; }
.laser-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.laser-feature-grid article { min-height: 390px; padding: 45px 38px; background: #fff; }
.laser-feature-grid img { width: 74px; height: 74px; margin-bottom: 68px; object-fit: contain; }
.laser-feature-grid h3 { margin: 0 0 18px; font: 700 24px/1.15 var(--font-display); letter-spacing: -.03em; }
.laser-feature-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

@media (max-width: 900px) {
  .laser-engraving-grid { grid-template-columns: 1fr; gap: 45px; }
  .laser-feature-grid { grid-template-columns: 1fr; }
  .laser-hero-image img, .laser-engraving-image img { min-height: 420px; }
}

/* Lettere scatolate: rapporto originale per tutte le fotografie, senza ritagli. */
.boxed-letters-gallery {
  display: block;
  position: relative;
}
.boxed-letters-gallery figure,
.boxed-letters-gallery .signs-gallery-large,
.boxed-letters-gallery .signs-gallery-wide {
  display: block;
  width: 100%;
  margin: 0;
  grid-column: auto;
  grid-row: auto;
  break-inside: avoid;
  overflow: hidden;
  position: absolute;
  transition: left .2s ease, top .2s ease;
}
.boxed-letters-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.boxed-letters-gallery video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #080d14;
}
.boxed-letters-gallery figure:hover img { transform: none; }

/* Galleria Neon LED: immagini sempre nel loro rapporto originale. */
.natural-ratio-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
.natural-ratio-gallery figure { margin: 0; overflow: hidden; }
.natural-ratio-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 760px) {
  .natural-ratio-gallery { grid-template-columns: 1fr; }
}

/* Protezione visiva e avvisi d'uso per fotografie e contenuti. */
body {
  -webkit-user-select: none;
  user-select: none;
}
input, textarea, select, option {
  -webkit-user-select: text;
  user-select: text;
}
.protected-photo {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.works-mini-gallery .protected-photo { height: 100%; }
.protected-photo > img:not(.photo-watermark) {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
img.photo-watermark {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: clamp(110px,38%,250px);
  max-width: 58%;
  height: auto;
  object-fit: contain;
  opacity: .43;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.6));
  transform: translate(-50%,-50%) rotate(-18deg);
  pointer-events: none;
}
.photo-use-notice {
  margin: 16px auto;
  padding: 0;
  max-width: 980px;
  color: #8d98a5;
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .01em;
  text-align: center;
}
