* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #302d28;
}

body {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  pointer-events: none;
}

body::before {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 247, 226, 0.09), transparent 34rem),
    radial-gradient(circle at 16% 10%, rgba(186, 157, 112, 0.055), transparent 28rem),
    radial-gradient(circle at 88% 82%, rgba(0, 0, 0, 0.28), transparent 34rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.22)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128' viewBox='0 0 128 128'%3E%3Cfilter id='n' color-interpolation-filters='sRGB'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='128' height='128' filter='url(%23n)' opacity='.052'/%3E%3C/svg%3E"),
    #302d28;
  box-shadow: inset 0 0 11rem rgba(0, 0, 0, 0.48);
}

.surface-logo {
  position: fixed;
  top: clamp(12px, 1.35vw, 20px);
  left: clamp(12px, 1.35vw, 20px);
  z-index: 1;
  width: clamp(128px, 12vw, 205px);
  aspect-ratio: 2294 / 620;
  display: block;
  opacity: 0.52;
}

.surface-logo::before,
.surface-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: url("../images/rawsons/rawsons-appliances-logo.svg") left top / 100% auto no-repeat;
  mask: url("../images/rawsons/rawsons-appliances-logo.svg") left top / 100% auto no-repeat;
}

.surface-logo::before {
  background: rgba(21, 20, 18, 0.54);
  filter:
    drop-shadow(1px 1px 0 rgba(255, 244, 215, 0.08))
    drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.55));
}

.surface-logo::after {
  background: rgba(255, 244, 215, 0.05);
  transform: translate(-1px, -1px);
}

.pf-left-buttons {
  width: auto;
  margin-left: 32px;
  text-align: left;
}

.pf-site-link {
  display: inline-flex;
  align-items: center;
  height: 26px;
  color: #9e9e9e;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  opacity: 1;
  text-decoration: none;
  transition: opacity 0.2s, color 0.2s;
}

.pf-site-link:hover,
.pf-site-link:focus-visible {
  color: #bf996c;
  outline: none;
}

#pageflip {
  position: relative;
  z-index: 2;
  width: 100%;
  background: transparent;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

#pf-stage {
  background: transparent;
}

#pf-pagerin {
  font-family: Helvetica, Arial, sans-serif;
}

.cover[data-background-file^="./images/rawsons/pages/"],
.page[data-background-file^="./images/rawsons/pages/"],
#pf-stage .pf-page-container[id^="page"] {
  background-color: #f5f0e7;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: calc(100% + 2px) 100%;
}

#pf-stage .pf-page-container[id^="page"]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  pointer-events: none;
  background: linear-gradient(to left, rgba(7, 8, 7, 0.82), rgba(7, 8, 7, 0));
}
