.murales-page {
  background: var(--edilsab-dark);
  color: var(--edilsab-primary);
}

.murales-hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100vh - 86px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--edilsab-secondary);
}

.murales-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(41, 26, 26, 0.92) 0%, rgba(41, 26, 26, 0.76) 34%, rgba(41, 26, 26, 0.24) 72%),
    linear-gradient(180deg, rgba(41, 26, 26, 0.16), rgba(41, 26, 26, 0.82));
  content: "";
}

.murales-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.murales-hero__content {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(120px, 18vw, 220px) 0 clamp(64px, 8vw, 96px);
}

.murales-kicker {
  margin: 0 0 14px;
  color: rgba(234, 224, 216, 0.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.murales-hero__content .murales-kicker {
  width: fit-content;
  background: rgba(41, 26, 26, 0.84);
  box-shadow: 0 0 0 6px rgba(41, 26, 26, 0.84);
}

.murales-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--edilsab-primary);
  font-family: var(--edilsab-font-display);
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.02;
}

.murales-hero__content > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  background: rgba(41, 26, 26, 0.84);
  box-shadow: 0 0 0 8px rgba(41, 26, 26, 0.84);
  color: rgba(234, 224, 216, 0.9);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 400;
  line-height: 1.52;
}

.murales-method {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(280px, 360px);
  justify-content: center;
  gap: clamp(34px, 5vw, 58px);
  align-items: start;
  padding: clamp(64px, 8vw, 104px) max(24px, calc((100vw - 1100px) / 2));
  background:
    linear-gradient(90deg, rgba(69, 44, 44, 0.08) 0 1px, transparent 1px 100%) 0 0 / 52px 52px,
    var(--edilsab-primary);
  color: var(--edilsab-readable);
}

.murales-method__copy,
.murales-section-heading {
  max-width: 760px;
}

.murales-method .murales-kicker {
  color: var(--edilsab-readable);
}

.murales-compare-section .murales-kicker,
.murales-gallery-section .murales-kicker {
  color: var(--edilsab-primary);
}

.murales-method h2,
.murales-section-heading h2,
.murales-process h2 {
  margin: 0;
  color: var(--edilsab-readable);
  font-family: var(--edilsab-font-display);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.12;
}

.murales-method__copy p:last-child,
.murales-process__copy p {
  margin: 24px 0 0;
  color: var(--edilsab-readable);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.7;
}

.murales-method__points {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(69, 44, 44, 0.22);
  list-style: none;
}

.murales-method__points li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(69, 44, 44, 0.22);
  color: var(--edilsab-readable);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}

.murales-method__points span {
  color: var(--edilsab-readable);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.murales-compare-section {
  padding: clamp(70px, 8vw, 110px) 24px;
  background:
    linear-gradient(135deg, rgba(234, 224, 216, 0.06) 0 1px, transparent 1px 100%) 0 0 / 44px 44px,
    linear-gradient(180deg, var(--edilsab-secondary), var(--edilsab-dark));
}

.murales-compare-section .murales-section-heading {
  width: min(1040px, 100%);
  margin: 0 auto 34px;
}

.murales-compare-section .murales-section-heading h2 {
  color: var(--edilsab-primary);
}

.murales-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 34px);
  width: min(1120px, 100%);
  margin: 0 auto;
}

.murales-compare-block {
  min-width: 0;
  padding: clamp(18px, 2.6vw, 28px);
  border: 1px solid rgba(234, 224, 216, 0.18);
  border-radius: 6px;
  background: rgba(248, 245, 242, 0.05);
}

.murales-compare-block__copy {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.murales-compare-block h3 {
  margin: 0;
  color: var(--edilsab-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.murales-compare-block p {
  margin: 0;
  color: rgba(234, 224, 216, 0.84);
  font-size: 16px;
  line-height: 1.58;
}

.murales-compare {
  width: 100%;
  --my-compare-border-color: rgba(234, 224, 216, 0.2);
  --my-compare-border-width: 1px;
  --my-compare-radius: 6px;
  --my-compare-divider-color: #eae0d8;
  --my-compare-divider-size: 2px;
  --my-compare-divider-style: solid;
  --my-compare-divider-opacity: 0.86;
  --my-compare-handle-background: #eae0d8;
  --my-compare-handle-color: #452c2c;
  --my-compare-handle-size: 42px;
  --my-compare-label-background: #291a1a;
  --my-compare-label-background-opacity: 0.78;
  --my-compare-label-color: #eae0d8;
  --my-compare-label-font-size: 13px;
  --my-compare-label-font-weight: 700;
}

.murales-process {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(300px, 380px);
  justify-content: center;
  gap: clamp(30px, 4vw, 48px);
  align-items: center;
  padding: clamp(70px, 8vw, 112px) max(24px, calc((100vw - 1080px) / 2));
  background: var(--edilsab-stone);
  color: var(--edilsab-readable);
}

.murales-process__figure {
  margin: 0;
}

.murales-process__figure img {
  width: 100%;
  height: auto;
  border: 8px solid rgba(248, 245, 242, 0.34);
  border-radius: 6px;
  box-shadow: 0 24px 58px rgba(41, 26, 26, 0.18);
}

.murales-process .murales-kicker {
  color: var(--edilsab-readable);
}

.murales-process__copy {
  max-width: 380px;
}

.murales-gallery-section {
  padding: clamp(70px, 8vw, 112px) 0 clamp(76px, 9vw, 124px);
  background:
    linear-gradient(180deg, var(--edilsab-dark), #352222);
  color: var(--edilsab-primary);
}

.murales-gallery-section .murales-section-heading {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto 34px;
}

.murales-gallery-section .murales-section-heading h2 {
  color: var(--edilsab-primary);
}

.murales-gallery.my-gallery {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding-block-end: calc(var(--my-gallery-carousel-outline-space, 6px) + var(--my-gallery-carousel-control-space, 39px));
  --my-gallery-gap: 24px;
  --my-gallery-thumb-aspect-ratio: 1 / 1;
  --my-gallery-thumb-target: calc((100% - 48px) / 3);
  --my-gallery-carousel-item-basis: calc((100% - 48px) / 3) !important;
  --my-gallery-thumb-highlight-color: transparent;
  --my-gallery-thumb-highlight-gap: 0;
  --my-gallery-thumb-highlight-width: 0;
  --my-gallery-carousel-control-space: 38px;
}

.murales-gallery .my-gallery__item {
  border-radius: 6px;
  background: #1a1111;
}

.murales-gallery .my-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.automotive-page {
  background: var(--edilsab-cream);
  color: var(--edilsab-readable);
}

.automotive-hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100vh - 86px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--edilsab-secondary);
}

.automotive-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(41, 26, 26, 0.9) 0%, rgba(41, 26, 26, 0.68) 38%, rgba(41, 26, 26, 0.14) 76%),
    linear-gradient(180deg, rgba(41, 26, 26, 0.08), rgba(41, 26, 26, 0.86));
  content: "";
}

.automotive-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.automotive-hero__content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 180px 0 86px;
}

.automotive-kicker {
  margin: 0 0 14px;
  color: rgba(234, 224, 216, 0.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.automotive-hero__content .automotive-kicker {
  width: fit-content;
  background: rgba(41, 26, 26, 0.84);
  box-shadow: 0 0 0 6px rgba(41, 26, 26, 0.84);
}

.automotive-kicker--dark {
  color: var(--edilsab-readable);
}

.automotive-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--edilsab-primary);
  font-family: var(--edilsab-font-display);
  font-size: 72px;
  font-weight: 400;
  line-height: 1.02;
}

.automotive-hero__content > p:last-child {
  max-width: 670px;
  margin: 24px 0 0;
  background: rgba(41, 26, 26, 0.84);
  box-shadow: 0 0 0 8px rgba(41, 26, 26, 0.84);
  color: rgba(234, 224, 216, 0.9);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.52;
}

.automotive-precision {
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(280px, 360px);
  justify-content: center;
  gap: clamp(34px, 5vw, 58px);
  align-items: start;
  padding: clamp(66px, 8vw, 108px) max(24px, calc((100vw - 1120px) / 2));
  background:
    linear-gradient(90deg, rgba(69, 44, 44, 0.08) 0 1px, transparent 1px 100%) 0 0 / 52px 52px,
    var(--edilsab-primary);
}

.automotive-precision__copy h2,
.automotive-section-heading h2,
.automotive-laser-copy h2,
.automotive-vespa-intro h2,
.automotive-cta h2 {
  margin: 0;
  color: var(--edilsab-readable);
  font-family: var(--edilsab-font-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12;
}

.automotive-precision__copy p:last-child,
.automotive-laser-copy p,
.automotive-vespa-intro > p {
  margin: 24px 0 0;
  color: var(--edilsab-readable);
  font-size: 19px;
  line-height: 1.7;
}

.automotive-precision__list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(69, 44, 44, 0.22);
  list-style: none;
}

.automotive-precision__list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(69, 44, 44, 0.22);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}

.automotive-precision__list span {
  color: var(--edilsab-readable);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.automotive-compare-section {
  padding: clamp(70px, 8vw, 112px) 24px;
  background:
    linear-gradient(135deg, rgba(234, 224, 216, 0.06) 0 1px, transparent 1px 100%) 0 0 / 44px 44px,
    linear-gradient(180deg, var(--edilsab-secondary), var(--edilsab-dark));
  color: var(--edilsab-primary);
}

.automotive-compare-section .automotive-section-heading {
  width: min(1080px, 100%);
  margin: 0 auto 34px;
}

.automotive-compare-section .automotive-section-heading h2,
.automotive-vespa-intro h2 {
  color: var(--edilsab-primary);
}

.automotive-compare-layout {
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(280px, 380px);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.automotive-compare {
  width: 100%;
  --my-compare-border-color: rgba(234, 224, 216, 0.2);
  --my-compare-border-width: 1px;
  --my-compare-radius: 6px;
  --my-compare-divider-color: #eae0d8;
  --my-compare-divider-size: 2px;
  --my-compare-divider-style: solid;
  --my-compare-divider-opacity: 0.88;
  --my-compare-handle-background: #eae0d8;
  --my-compare-handle-color: #452c2c;
  --my-compare-handle-size: 46px;
  --my-compare-label-background: #291a1a;
  --my-compare-label-background-opacity: 0.78;
  --my-compare-label-color: #eae0d8;
  --my-compare-label-font-size: 13px;
  --my-compare-label-font-weight: 700;
}

.automotive-compare-copy {
  display: grid;
  gap: 18px;
}

.automotive-compare-copy h3 {
  margin: 0;
  color: var(--edilsab-primary);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.automotive-compare-copy p {
  margin: 0;
  color: rgba(234, 224, 216, 0.84);
  font-size: 17px;
  line-height: 1.68;
}

.automotive-auto-gallery-section {
  padding: clamp(70px, 8vw, 112px) 0;
  background: var(--edilsab-stone);
}

.automotive-auto-gallery-section .automotive-section-heading,
.automotive-vespa-intro {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto 34px;
}

.automotive-auto-gallery.my-gallery {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  --my-gallery-gap: 14px;
  --my-gallery-thumb-min: 180px;
  --my-gallery-thumb-aspect-ratio: 4 / 3;
  --my-gallery-thumb-highlight-color: transparent;
  --my-gallery-thumb-highlight-gap: 0;
  --my-gallery-thumb-highlight-width: 0;
}

.automotive-auto-gallery .my-gallery__item,
.automotive-vespa-gallery .my-gallery__item {
  overflow: hidden;
  border-radius: 6px;
  background: #1a1111;
}

.automotive-auto-gallery .my-gallery__item::after,
.automotive-vespa-gallery .my-gallery__item::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0 solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  transition: border-width 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.automotive-auto-gallery .my-gallery__item:hover::after,
.automotive-auto-gallery .my-gallery__item:focus-visible::after,
.automotive-vespa-gallery .my-gallery__item:hover::after,
.automotive-vespa-gallery .my-gallery__item:focus-visible::after {
  border: 3px solid #884713;
}

.automotive-auto-gallery .my-gallery__item img,
.automotive-vespa-gallery .my-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.automotive-laser-band {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(280px, 430px);
  justify-content: center;
  gap: clamp(34px, 5vw, 58px);
  align-items: center;
  padding: clamp(70px, 8vw, 112px) max(24px, calc((100vw - 1120px) / 2));
  background:
    linear-gradient(180deg, rgba(248, 245, 242, 0.62), rgba(248, 245, 242, 0.92)),
    var(--edilsab-primary);
}

.automotive-laser-figure {
  margin: 0;
}

.automotive-laser-figure my-mask {
  display: block;
  width: 100%;
  aspect-ratio: 1500 / 920;
}

.automotive-laser-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.automotive-laser-copy {
  padding-left: 28px;
  border-left: 3px solid rgba(69, 44, 44, 0.34);
}

.automotive-vespa-section {
  padding: clamp(72px, 8vw, 116px) 0 clamp(80px, 9vw, 124px);
  background:
    linear-gradient(135deg, rgba(234, 224, 216, 0.05) 0 1px, transparent 1px 100%) 0 0 / 46px 46px,
    linear-gradient(180deg, var(--edilsab-dark), #352222);
  color: var(--edilsab-primary);
}

.automotive-vespa-intro {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(280px, 360px);
  gap: clamp(30px, 4vw, 48px);
  align-items: end;
}

.automotive-vespa-intro > p {
  color: rgba(234, 224, 216, 0.84);
}

.automotive-vespa-gallery.my-gallery {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  --my-gallery-gap: 14px;
  --my-gallery-thumb-min: 150px;
  --my-gallery-thumb-highlight-color: transparent;
  --my-gallery-thumb-highlight-gap: 0;
  --my-gallery-thumb-highlight-width: 0;
}

.automotive-cta {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(66px, 8vw, 106px) 24px;
  background: var(--edilsab-primary);
  color: var(--edilsab-readable);
  text-align: center;
}

.automotive-cta h2 {
  max-width: 760px;
}

.automotive-cta a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid rgba(69, 44, 44, 0.62);
  background: var(--edilsab-secondary);
  color: var(--edilsab-primary);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
