:root {
  --paper: #efe4c4;
  --ink: #18130d;
  --red: #7d281f;
  --fade-speed: 350ms;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #000;
}

body {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

.newspaper {
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.strip {
  position: relative;
  display: block;
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  cursor: default;
  outline: 0;
}

.strip img,
.strip video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  pointer-events: none;
}

.strip img {
  position: relative;
  z-index: 1;
  height: auto;
}

.strip video {
  position: absolute;
  z-index: 2;
  inset: 0;
  object-fit: fill;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--fade-speed) ease;
}

.strip.is-playing video {
  opacity: 1;
}

.strip[data-section="3"]::after,
.strip[data-section="4"]::after {
  position: absolute;
  z-index: 3;
  width: 11.5%;
  padding-bottom: .45%;
  border-bottom: 1px solid rgba(125, 40, 31, .58);
  color: rgba(24, 19, 13, .78);
  font: 700 clamp(5px, .58vw, 9px)/1.35 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  text-shadow: 0 0 .25px rgba(24, 19, 13, .24);
  text-transform: uppercase;
  white-space: pre-line;
  pointer-events: none;
}

.strip[data-section="3"]::after {
  left: 34%;
  bottom: 3.5%;
  content: "VERKSTEDBILAG\A Fortsettelse fra side 3";
}

.strip[data-section="4"]::after {
  left: 61%;
  bottom: 4%;
  content: "ARKIVBILAG\A Fortsettelse fra side 4";
}

.static-strip {
  cursor: default;
}

.paper-hotspot,
.service-hotspot,
.price-hotspots button,
.footer-top {
  position: absolute;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

.paper-hotspot:not(.header-service-line):not(.service-hotspot)::after {
  position: absolute;
  inset: auto 0 0;
  padding: .35em .5em;
  border-top: 1px solid rgba(125, 40, 31, .65);
  background: rgba(0, 0, 0, .82);
  color: #fff;
  opacity: .78;
  font: 700 clamp(7px, .78vw, 11px)/1.25 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: opacity 180ms ease;
  content: "Åpne";
}

.paper-hotspot:not(.header-service-line):not(.service-hotspot):hover::after,
.paper-hotspot:not(.header-service-line):not(.service-hotspot):focus-visible::after {
  opacity: 1;
}

.header-address,
.header-phone,
.header-services,
.header-booking {
  border-bottom: 1px solid rgba(125, 40, 31, .62);
}

.header-address,
.header-phone {
  padding: .25em 0;
  background: var(--paper);
  color: var(--ink);
  font: 700 clamp(6px, .82vw, 12px)/1.35 Georgia, "Times New Roman", serif;
  text-decoration: none;
  text-transform: uppercase;
}

.header-address::after,
.header-phone::after,
.header-services::after,
.header-booking::after {
  left: auto;
  right: 0;
  width: auto;
  padding: .12em 0;
  border-top: 0;
  border-bottom: 1px solid var(--red);
  background: transparent;
  color: var(--red);
}

.header-address {
  left: 3.8%;
  top: 20%;
  width: 13%;
  height: 10%;
}

.header-address::after {
  content: "Vis kart";
}

.header-phone {
  right: 4.7%;
  top: 28%;
  width: 10.5%;
  height: 8%;
}

.header-phone::after {
  content: "Ring";
}

.header-hours-note {
  position: absolute;
  z-index: 5;
  right: 4.5%;
  top: 32%;
  width: 11.5%;
  height: 7.2%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  border-top: 1px solid var(--red);
  border-bottom: 1px solid var(--red);
  background: var(--paper);
  color: var(--red);
  font: 700 clamp(6px, .72vw, 10px)/1 Georgia, "Times New Roman", serif;
  text-align: right;
  text-transform: uppercase;
}

.header-services {
  right: 4.7%;
  top: 11.5%;
  width: 11.2%;
  height: 14%;
}

.header-services::after {
  content: "Se tjenester";
}

.header-booking {
  right: 4.7%;
  top: 37%;
  width: 10.5%;
  height: 2.8%;
}

.header-booking::after {
  content: "Bestill tid";
}

.service-hotspots {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.service-hotspot {
  right: 2.2%;
  width: 17.5%;
  height: 14%;
  pointer-events: auto;
}

.service-workshop {
  top: 48%;
}

.service-pickup {
  top: 64%;
}

.service-business {
  top: 80%;
}

.price-hotspots {
  position: absolute;
  z-index: 5;
  right: 3.6%;
  top: 36%;
  width: 22.9%;
  height: 56%;
}

.price-hotspots button {
  position: relative;
  display: block;
  width: 100%;
  height: 14.5%;
  border-bottom: 1px solid transparent;
  color: transparent;
  text-align: left;
  cursor: pointer;
}

.price-hotspots .all-services-trigger {
  height: 18%;
}

.booking-form {
  position: absolute;
  z-index: 10;
  left: 44.1%;
  top: 39%;
  width: 25.5%;
  height: 53%;
  color: var(--ink);
  line-height: normal;
  cursor: default;
  outline: 1px solid rgba(125, 40, 31, .58);
  outline-offset: 7px;
}

.booking-form.has-service {
  outline: 2px solid var(--red);
}

.booking-form input,
.booking-form textarea,
.booking-form button {
  position: absolute;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid rgba(24, 19, 13, .62);
  border-radius: 0;
  background: rgba(255, 255, 255, .1);
  color: var(--ink);
  font: 700 clamp(7px, 1vw, 12px) Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  outline: 0;
  text-transform: uppercase;
}

.booking-form input:focus,
.booking-form textarea:focus {
  background: rgba(255, 255, 255, .3);
  border-bottom-color: var(--red);
  box-shadow: inset 0 -1px 0 var(--red);
}

.booking-form .is-invalid {
  border-bottom-color: var(--red);
  background: rgba(125, 40, 31, .12);
}

.field-error {
  position: absolute;
  z-index: 6;
  color: var(--red);
  font: 700 clamp(5px, .58vw, 8px)/1 Georgia, "Times New Roman", serif;
  text-transform: uppercase;
}

.error-name {
  right: 0;
  top: 13%;
}

.error-email {
  left: 0;
  top: 34%;
}

.error-contact {
  right: 0;
  top: 34%;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: rgba(24, 19, 13, .7);
  opacity: 1;
}

.field-name {
  left: 0;
  top: 0;
  width: 100%;
  height: 17%;
}

.field-email {
  left: 0;
  top: 20%;
  width: 48%;
  height: 17%;
}

.field-phone {
  right: 0;
  top: 20%;
  width: 46%;
  height: 17%;
}

.field-service {
  left: 0;
  top: 40%;
  width: 48%;
  height: 17%;
}

.field-date {
  right: 0;
  top: 40%;
  width: 46%;
  height: 17%;
}

.field-message {
  left: 0;
  top: 60%;
  width: 100%;
  height: 18%;
  padding: 3px 0;
  resize: none;
}

.booking-form button {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18%;
  border-bottom: 0;
  background: var(--red);
  color: var(--paper);
  cursor: pointer;
}

.booking-form button:hover,
.booking-form button:focus-visible {
  background: var(--red);
  outline: 1px solid rgba(24, 19, 13, .72);
  outline-offset: -2px;
}

.booking-confirmation {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  height: 18%;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font: 700 clamp(7px, 1vw, 12px) Georgia, "Times New Roman", serif;
  text-align: center;
  text-transform: uppercase;
}

.booking-confirmation.is-visible {
  display: flex;
}

.booking-confirmation.is-error {
  color: #fff;
}

.footer-contact {
  right: 10.5%;
  top: 10%;
  width: 11%;
  height: 78%;
}

.footer-contact::after {
  display: none;
}

.footer-top {
  right: 1.5%;
  top: 8%;
  width: 7.5%;
  height: 84%;
}

.footer-top::after {
  display: none;
}

.newspaper-insert {
  --insert-height: 0px;
  --paper-motion: 520ms cubic-bezier(.38, .05, .22, 1);
  position: relative;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  margin: 0;
  max-height: 0;
  padding: 0 clamp(24px, 4.5vw, 74px);
  overflow: hidden;
  border-bottom: 0 solid transparent;
  border-radius: 0;
  background-color: #dac09a;
  background-image: url("assets/insert-paper-grain.png");
  background-repeat: repeat;
  color: rgba(24, 19, 13, .94);
  line-height: 1.35;
  box-shadow: none;
  text-shadow: 0 0 .25px rgba(24, 19, 13, .32);
  visibility: hidden;
  transition:
    max-height var(--paper-motion),
    border-width var(--paper-motion),
    visibility 0s linear 520ms;
}

.newspaper-insert::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 1.5%;
  width: 97%;
  height: 3px;
  border-top: 1px solid rgba(24, 19, 13, .2);
  border-bottom: 1px dotted rgba(255, 255, 255, .13);
  background: transparent;
  box-shadow: 0 2px 2px rgba(24, 19, 13, .055);
  content: "";
  pointer-events: none;
}

.newspaper-insert.is-unfolded {
  max-height: var(--insert-height);
  border-bottom: 1px solid rgba(24, 19, 13, .45);
  visibility: visible;
  transition:
    max-height var(--paper-motion),
    border-width var(--paper-motion),
    visibility 0s;
}

.newspaper-insert.is-measuring {
  max-height: none;
  border-bottom-width: 1px;
  visibility: hidden;
  transition: none;
}

.insert-heading {
  margin: 0 0 clamp(18px, 2.5vw, 34px);
  padding: clamp(14px, 2vw, 30px) 0 clamp(12px, 1.5vw, 20px);
  border-bottom: 3px double var(--ink);
}

.insert-heading p,
.archive-date {
  margin: 0 0 6px;
  color: var(--ink);
  font: 700 clamp(8px, .8vw, 12px)/1.2 Georgia, "Times New Roman", serif;
  text-transform: uppercase;
}

.insert-heading > p {
  display: inline-block;
  padding-top: 4px;
  border-top: 2px solid var(--red);
}

.insert-heading h2 {
  margin: 0;
  font: 700 clamp(30px, 5.5vw, 82px)/.95 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.insert-columns,
.archive-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--ink);
}

.insert-columns section,
.archive-columns section {
  min-width: 0;
  padding: 0 clamp(16px, 2vw, 32px) clamp(20px, 2.5vw, 36px) 0;
  border-right: 1px solid var(--ink);
}

.insert-columns section + section,
.archive-columns section + section {
  padding-left: clamp(16px, 2vw, 32px);
}

.insert-columns section:last-child,
.archive-columns section:last-child {
  padding-right: 0;
  border-right: 0;
}

.newspaper-insert h3,
.insert-columns h3 button {
  margin: 0 0 8px;
  font: 700 clamp(18px, 2.2vw, 34px)/1 Georgia, "Times New Roman", serif;
  text-transform: uppercase;
}

.newspaper-insert p {
  max-width: 62ch;
}

.insert-columns h3 button,
.insert-ledger button {
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: 700 clamp(9px, .9vw, 13px)/1.25 Georgia, "Times New Roman", serif;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.insert-columns h3 button {
  padding: 0 0 3px;
}

.insert-columns h3 button.is-selected,
.insert-ledger button.is-selected {
  border-bottom-color: var(--red);
  color: var(--red);
}

.insert-ledger {
  padding: clamp(16px, 2vw, 28px) 0 clamp(22px, 3.5vw, 58px);
}

.archive-columns {
  padding-bottom: clamp(22px, 3.5vw, 58px);
}

.insert-ledger button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 18px;
  padding: 7px 0;
  border-bottom-style: dotted;
}

.archive-strip {
  cursor: pointer;
}

.archive-strip:focus-visible {
  outline: 1px solid var(--red);
  outline-offset: -2px;
}

@media (max-width: 720px) {
  .strip[data-section="3"]::after,
  .strip[data-section="4"]::after {
    padding-bottom: .25%;
    border-bottom-width: .5px;
    font-size: 3px;
    line-height: 1.2;
    text-shadow: none;
  }

  .insert-columns,
  .archive-columns {
    display: block;
  }

  .insert-columns section,
  .archive-columns section,
  .insert-columns section + section,
  .archive-columns section + section {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .insert-columns section + section,
  .archive-columns section + section {
    padding-top: 18px;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .strip video {
    display: none;
    transition: none;
  }

  .paper-hotspot::after,
  .service-hotspot::after {
    transition: none;
  }

  .service-hotspot {
    transition: none;
  }

  .service-hotspot:hover,
  .service-hotspot:focus-visible {
    transform: none;
  }

  .newspaper-insert,
  .newspaper-insert::before,
  .newspaper-insert.is-unfolded {
    transition: none;
  }

}

/* The newspaper artwork carries the visible UI; HTML hotspots stay functional but unseen. */
.paper-hotspot:not(.header-service-line):not(.service-hotspot),
.footer-contact,
.footer-top {
  border: 0;
  outline: 0;
  background: transparent;
  color: transparent;
  opacity: 0;
  box-shadow: none;
  transform: none;
}

.paper-hotspot:not(.header-service-line):not(.service-hotspot)::after,
.footer-contact::after,
.footer-top::after {
  display: none;
  content: none;
}

.paper-hotspot:not(.header-service-line):not(.service-hotspot):hover,
.paper-hotspot:not(.header-service-line):not(.service-hotspot):focus,
.paper-hotspot:not(.header-service-line):not(.service-hotspot):focus-visible,
.footer-contact:hover,
.footer-contact:focus,
.footer-top:hover,
.footer-top:focus {
  border: 0;
  outline: 0;
  background: transparent;
  opacity: 0;
  box-shadow: none;
  transform: none;
}

.booking-form,
.booking-form.has-service {
  outline: 0;
  box-shadow: none;
}

.booking-form input,
.booking-form textarea {
  border-bottom: 1px solid rgba(24, 19, 13, .42);
  background: transparent;
  box-shadow: none;
}

.booking-form input:focus,
.booking-form textarea:focus {
  border-bottom-color: var(--red);
  background: transparent;
  box-shadow: none;
}

.booking-form .is-invalid {
  border-bottom-color: var(--red);
  background: transparent;
}

.booking-form button {
  background: transparent;
  color: transparent;
  box-shadow: none;
}

.booking-form button:hover,
.booking-form button:focus,
.booking-form button:focus-visible {
  background: transparent;
  color: transparent;
  outline: 0;
  box-shadow: none;
}

.booking-form input,
.booking-form textarea,
.booking-form input:focus,
.booking-form textarea:focus,
.booking-form .is-invalid {
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: transparent;
  opacity: 0;
}

.booking-form .field-date::placeholder {
  color: rgba(24, 19, 13, .48);
  opacity: 1;
}

.booking-form .field-date {
  padding-left: 18%;
  font-size: clamp(6px, .7vw, 10px);
}

/* Align typed values with the blank writing areas after the printed labels. */
.booking-form input,
.booking-form textarea {
  color: #1e160c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(8px, .78vw, 11px);
  line-height: 1;
  padding: 0;
}

.booking-form .field-name {
  left: 16%;
  width: 84%;
  transform: translateY(9px);
}

.booking-form .field-email {
  left: 16%;
  width: 38%;
  transform: translateY(9px);
}

.booking-form .field-phone {
  left: 70%;
  right: auto;
  width: 30%;
  transform: translateY(9px);
}

.booking-form .field-service {
  left: 16%;
  width: 38%;
  transform: translateY(9px);
}

.booking-form .field-date {
  left: 62%;
  right: auto;
  width: 38%;
  transform: translateY(9px);
}

.booking-form .field-message {
  left: 20%;
  width: 80%;
  padding: 12px 0 0;
  transform: translateY(7px);
}

/* Printed interaction cues: invisible at rest, like fresh ink under inspection. */
.header-service-line,
.service-hotspot,
.price-hotspots button {
  opacity: 1;
  cursor: pointer;
  transition: transform 160ms cubic-bezier(.22, .61, .36, 1);
}

.header-service-lines {
  position: absolute;
  z-index: 5;
  right: 4.7%;
  top: 11.5%;
  width: 11.2%;
  height: 14%;
  pointer-events: none;
}

.header-service-line {
  left: 0;
  width: 100%;
  height: 25%;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 150ms ease;
}

.header-service-service {
  top: 0;
}

.header-service-repair {
  top: 25%;
}

.header-service-quality {
  top: 50%;
}

.header-service-advice {
  top: 75%;
}

.header-service-line::before {
  position: absolute;
  inset: 0;
  display: block;
  border-bottom: 2px solid rgba(125, 40, 31, .82);
  background: rgba(125, 40, 31, .1);
  content: "";
  opacity: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: opacity 150ms ease;
}

.header-service-line::after {
  position: absolute;
  left: auto;
  right: 108%;
  top: -10%;
  bottom: auto;
  display: block;
  width: 145%;
  padding-top: 3px;
  border-top: 1px solid rgba(125, 40, 31, .72);
  background: transparent;
  color: rgba(75, 31, 23, .88);
  content: attr(data-note);
  opacity: 0;
  font: italic 700 clamp(5px, .58vw, 9px)/1.25 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  text-align: right;
  text-shadow:
    0 0 2px rgba(218, 192, 154, .95),
    0 0 4px rgba(218, 192, 154, .72);
  text-transform: none;
  pointer-events: none;
  transform: translateY(3px);
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

.header-service-line,
.header-service-line:hover,
.header-service-line:focus,
.header-service-line:focus-visible {
  opacity: 1;
  background: transparent;
  outline: 0;
}

.header-service-line::after {
  text-shadow:
    0 0 2px rgba(218, 192, 154, .95),
    0 0 4px rgba(218, 192, 154, .72);
}

.header-service-line:hover,
.header-service-line:focus-visible {
  transform: translateY(-2px);
}

.header-service-line:hover::before,
.header-service-line:hover::after,
.header-service-line:focus-visible::before,
.header-service-line:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.header-services:hover,
.header-services:focus-visible,
.service-hotspot:hover,
.service-hotspot:focus-visible,
.service-hotspot.is-selected,
.price-hotspots button:hover,
.price-hotspots button:focus-visible,
.price-hotspots button.is-selected {
  opacity: 1;
  transform: translateY(-2px);
}

.header-services::before,
.header-services::after,
.service-hotspot::before,
.price-hotspots button::before,
.price-hotspots button::after {
  position: absolute;
  display: block;
  content: "";
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 160ms ease,
    width 160ms cubic-bezier(.22, .61, .36, 1);
}

.header-services::before,
.service-hotspot::before,
.price-hotspots button::before {
  inset: 0;
  background: rgba(125, 40, 31, .1);
  mix-blend-mode: multiply;
}

.header-services::after {
  left: 4%;
  bottom: 3%;
  width: 0;
  height: 2px;
  background: rgba(125, 40, 31, .82);
}

.price-hotspots button::after {
  left: 0;
  bottom: 2%;
  width: 0;
  height: 2px;
  background: rgba(125, 40, 31, .82);
}

.header-services:hover::before,
.header-services:focus-visible::before,
.service-hotspot:hover::before,
.service-hotspot:focus-visible::before,
.price-hotspots button:hover::before,
.price-hotspots button:focus-visible::before {
  opacity: 1;
}

.header-services:hover::after,
.header-services:focus-visible::after {
  width: 82%;
  opacity: 1;
}

.price-hotspots button:hover::after,
.price-hotspots button:focus-visible::after {
  content: "";
  width: 100%;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .header-services,
  .service-hotspot,
  .price-hotspots button,
  .header-services::before,
  .header-services::after,
  .service-hotspot::before,
  .service-hotspot::after,
  .price-hotspots button::before,
  .price-hotspots button::after {
    transition: none;
  }

  .header-services:hover,
  .header-services:focus-visible,
  .service-hotspot:hover,
  .service-hotspot:focus-visible,
  .price-hotspots button:hover,
  .price-hotspots button:focus-visible {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-service-line,
  .header-service-line::before,
  .header-service-line::after,
  .service-hotspot::after {
    transition: none;
  }

  .header-service-line:hover,
  .header-service-line:focus-visible,
  .header-service-line:hover::after,
  .header-service-line:focus-visible::after,
  .service-hotspot:hover::after,
  .service-hotspot:focus-visible::after {
    transform: none;
  }
}

/* Keep editorial annotations close to their printed entries and comfortably legible. */
.header-service-line::after {
  left: auto;
  right: 102%;
  top: 0;
  bottom: auto;
  width: 120%;
  font-size: clamp(8px, .8vw, 12px);
  line-height: 1.2;
  text-shadow: none;
  transform: translateY(3px);
}

.service-hotspot::after {
  position: absolute;
  left: auto;
  right: 102%;
  top: 0;
  bottom: auto;
  display: block;
  width: 78%;
  height: auto;
  padding: 4px 8px;
  border: 1px solid rgba(120, 95, 65, .25);
  border-radius: 0;
  background: rgba(228, 212, 182, .92);
  color: rgba(87, 29, 21, .98);
  content: attr(data-note);
  opacity: 0;
  font: italic 700 clamp(8px, .8vw, 12px)/1.2 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  text-align: right;
  text-transform: none;
  pointer-events: none;
  box-shadow: none;
  text-shadow: none;
  transform: translateY(3px);
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

.service-hotspot:hover::after,
.service-hotspot:focus-visible::after {
  width: 78%;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 720px) {
  .header-service-line::after {
    right: 104%;
    width: 190%;
    font-size: 8px;
    line-height: 1.15;
  }

  .service-hotspot::after,
  .service-hotspot:hover::after,
  .service-hotspot:focus-visible::after {
    right: 104%;
    width: 110%;
    padding: 1px 2px;
    font-size: 8px;
    line-height: 1.15;
  }
}

/* Printed fold tabs signal supplements without becoming interface chrome. */
.service-hotspots::after,
.archive-strip::before {
  position: absolute;
  z-index: 4;
  right: 2.2%;
  bottom: 2px;
  min-width: 9%;
  padding: 3px 7px 2px;
  border-top: 1px solid rgba(125, 40, 31, .55);
  border-right: 1px solid rgba(125, 40, 31, .2);
  border-left: 1px solid rgba(125, 40, 31, .2);
  background: rgba(218, 192, 154, .86);
  color: rgba(125, 40, 31, .72);
  font: 700 clamp(5px, .55vw, 9px)/1.1 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-line;
  pointer-events: none;
  transform: translateY(0);
  transition:
    color 150ms ease,
    border-color 150ms ease,
    transform 150ms ease;
}

.service-hotspots::after {
  content: "VERKSTEDBILAG\A ▾";
}

.archive-strip::before {
  content: "ARKIVBILAG\A ▾";
}

.service-hotspots:has(.service-hotspot:hover)::after,
.service-hotspots:has(.service-hotspot:focus-visible)::after,
.archive-strip:hover::before,
.archive-strip:focus-visible::before {
  border-color: rgba(125, 40, 31, .72);
  color: rgba(104, 28, 21, .96);
  transform: translateY(2px);
}

.strip:has(+ .service-insert.is-unfolded) .service-hotspots::after {
  content: "VERKSTEDBILAG\A ▴";
}

.archive-strip:has(+ .archive-insert.is-unfolded)::before {
  content: "ARKIVBILAG\A ▴";
}

@media (max-width: 720px) {
  .service-hotspots::after,
  .archive-strip::before {
    min-width: 14%;
    padding: 0 2px;
    font-size: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-hotspots::after,
  .archive-strip::before {
    transition: none;
  }

  .service-hotspots:has(.service-hotspot:hover)::after,
  .service-hotspots:has(.service-hotspot:focus-visible)::after,
  .archive-strip:hover::before,
  .archive-strip:focus-visible::before {
    transform: none;
  }
}

/* Section 1 alone carries a barely perceptible breathing ink texture. */
.strip[data-section="1"]::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  background-image: url("assets/insert-paper-grain.png");
  content: "";
  opacity: .025;
  mix-blend-mode: multiply;
  pointer-events: none;
  animation: heroInkBreath 8s ease-in-out infinite;
}

@keyframes heroInkBreath {
  0%,
  100% {
    opacity: .025;
  }

  50% {
    opacity: .055;
  }
}

@media (prefers-reduced-motion: reduce) {
  .strip[data-section="1"]::before {
    animation: none;
    opacity: .025;
  }
}
