:root {
  --focus-ring: rgba(192, 76, 76, 0.45);
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-kerning: normal;
  background:
    radial-gradient(circle at 12% 0%, rgba(192, 76, 76, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(153, 59, 59, 0.12), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(201, 168, 76, 0.05), transparent 24%),
    linear-gradient(180deg, #1b1b1d 0%, #171719 40%, #131314 100%) !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.hero {
  isolation: isolate;
}

.hero-bg {
  z-index: 0 !important;
  filter: saturate(0.92) brightness(0.7);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 28%, rgba(192, 76, 76, 0.28), transparent 30%),
    radial-gradient(circle at 82% 10%, rgba(153, 59, 59, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(20, 20, 22, 0.62) 0%, rgba(20, 20, 22, 0.18) 42%, rgba(20, 20, 22, 0.5) 100%);
}

.hero-content {
  z-index: 2 !important;
  border: 1px solid rgba(192, 76, 76, 0.14);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.34),
    0 0 80px rgba(153, 59, 59, 0.08);
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

img {
  height: auto;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: rgba(192, 76, 76, 0.28);
  color: #fff;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent2, #c04c4c);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--focus-ring);
}

.contact-detail {
  align-items: flex-start;
}

.contact-detail .c-icon {
  min-width: 56px;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.local-box,
.process-step,
.event-card,
.book-card,
.prop-card,
.wip-card,
.blog-card {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
}
