:root {
  --deep: #003833;
  --deep-mid: #0d4f47;
  --deep-soft: #0a3d37;
  --brand: #98b7b2;
  --brand-dark: #6d918b;
  --brand-soft: rgba(152, 183, 178, 0.18);
  --ink: #0f1f1c;
  --ink-muted: #3d524d;
  --surface: #e4ece9;
  --surface-elevated: #f0f6f3;
  --cream: #f6faf8;
  --line: rgba(0, 56, 51, 0.1);
  --radius: 14px;
  --radius-lg: 22px;
  --font-sans: "DM Sans", system-ui, sans-serif;
  --font-display: "Fraunces", Georgia, serif;
  --shadow: 0 20px 44px -14px rgba(0, 56, 51, 0.14);
  --rute-cell: 20px;
  --rute-major: 100px;
  --hero-inset: clamp(0.875rem, 3vw, 1.75rem);
  --hero-radius: clamp(18px, 2.8vw, 28px);
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-latin-ext.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-latin.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-latin-ext.woff2") format("woff2");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-latin.woff2") format("woff2");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Modulus Pro";
  src: url("fonts/modulus-pro-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html.modulus-headers {
  --font-display: "Modulus Pro", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  background-color: var(--cream);
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

.wrap {
  width: min(1120px, 100% - 2.5rem);
  margin-inline: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--deep-mid);
}

.hero-surface {
  position: relative;
  isolation: isolate;
  margin: var(--hero-inset) var(--hero-inset) var(--hero-inset);
  padding-top: clamp(1.65rem, 4vw, 2.65rem);
  transform: translateZ(0);
  background: var(--deep);
  color: var(--cream);
  border-radius: var(--hero-radius);
  border: 1px solid rgba(152, 183, 178, 0.42);
  box-shadow: 0 20px 48px -20px rgba(0, 56, 51, 0.22);
  overflow: hidden;
}

.hero-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent calc(var(--rute-cell) - 1px),
      rgba(246, 250, 248, 0.014) calc(var(--rute-cell) - 1px),
      rgba(246, 250, 248, 0.014) var(--rute-cell)
    ),
    repeating-linear-gradient(
      to right,
      transparent 0,
      transparent calc(var(--rute-cell) - 1px),
      rgba(246, 250, 248, 0.012) calc(var(--rute-cell) - 1px),
      rgba(246, 250, 248, 0.012) var(--rute-cell)
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent calc(var(--rute-major) - 1px),
      rgba(152, 183, 178, 0.042) calc(var(--rute-major) - 1px),
      rgba(152, 183, 178, 0.042) var(--rute-major)
    ),
    repeating-linear-gradient(
      to right,
      transparent 0,
      transparent calc(var(--rute-major) - 1px),
      rgba(152, 183, 178, 0.034) calc(var(--rute-major) - 1px),
      rgba(152, 183, 178, 0.034) var(--rute-major)
    );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 12%,
    rgba(0, 0, 0, 0.22) 38%,
    rgba(0, 0, 0, 0.65) 68%,
    #000 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 12%,
    rgba(0, 0, 0, 0.22) 38%,
    rgba(0, 0, 0, 0.65) 68%,
    #000 100%
  );
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

.hero-nav {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1.35rem;
  padding-bottom: 0.3rem;
}

.hero-nav__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1rem, 3vw, 1.75rem);
  margin-left: auto;
}

.hero-nav__links a {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: rgba(246, 250, 248, 0.9);
  transition:
    color 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.12em;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(
    90deg,
    var(--brand) 0%,
    color-mix(in srgb, var(--brand) 40%, #f6faf8) 100%
  );
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.hero-nav__links a:hover,
.hero-nav__links a:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
}

.hero-nav__links a:hover::after,
.hero-nav__links a:focus-visible::after {
  transform: scaleX(1);
}

.hero-nav__links a:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 6px;
  border-radius: 2px;
}

.hero-nav__brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}

.hero-nav__brand:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 6px;
  border-radius: 4px;
}

.hero-nav__logo {
  display: block;
  height: clamp(1.15rem, 2.65vw, 1.4rem);
  width: auto;
}

.hero-nav__brand:hover .hero-nav__logo {
  filter: brightness(1.12);
}

.hero-nav__brand:active .hero-nav__logo {
  filter: brightness(1.05);
}

.hero--mint {
  position: relative;
  z-index: 1;
  padding: clamp(1.5rem, 3.5vw, 2.2rem) 0 clamp(2.6rem, 6vw, 4.35rem);
  overflow: hidden;
  background: transparent;
}

.hero--mint .wrap {
  position: relative;
  z-index: 1;
}

.hero-grid--mint {
  min-height: min(48vh, 420px);
  display: flex;
  align-items: center;
}

.hero-copy--mint {
  position: relative;
  z-index: 1;
  max-width: 42rem;
}

.hero-title-enora {
  margin: 0 0 1.35rem;
  font-family: var(--font-display);
  font-size: clamp(2.65rem, 6vw, 4.15rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #ffffff;
  max-width: min(38ch, 100%);
}

.hero-title__prefix {
  display: block;
  padding-bottom: 0.06em;
}

.hero-typewriter {
  display: block;
  white-space: nowrap;
  min-height: 1.22em;
  max-width: 100%;
}

.hero-typewriter__text {
  color: inherit;
}

.hero-typewriter::after {
  content: "|";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  margin-left: 0.02em;
  animation: hero-typewriter-caret 0.85s steps(1, end) infinite;
}

@keyframes hero-typewriter-caret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-typewriter::after {
    animation: none;
    opacity: 1;
  }

  .hero-nav__links a {
    transition: color 0.15s ease;
  }

  .hero-nav__links a::after {
    transition: none;
  }

  .hero-nav__links a:hover,
  .hero-nav__links a:focus-visible {
    transform: none;
  }

  .services-timeline {
    --services-line-progress: 1;
  }

  .services-timeline::before {
    will-change: auto;
  }

  .owner-photo img {
    transition: none;
  }

  .owner-photo:hover img {
    box-shadow:
      0 14px 36px -18px rgba(0, 56, 51, 0.14),
      0 1px 3px rgba(0, 0, 0, 0.05);
  }
}

@media (min-width: 520px) {
  .hero-title-enora {
    max-width: min(44ch, 100%);
  }
}

.lead--mint {
  margin: 0 0 1.45rem;
  max-width: 42ch;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.68;
  color: #ffffff;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.7rem;
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
}

.hero-tag {
  margin: 0;
  padding: 0.4rem 0.85rem;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(246, 250, 248, 0.9);
  border: 1px solid rgba(152, 183, 178, 0.5);
  border-radius: 4px;
  background: rgba(0, 56, 51, 0.25);
}

.hero-actions--mint {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem 1.65rem;
}

.btn-hero-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.52rem;
  font-family: var(--font-sans);
  font-size: 0.4375rem;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--deep) !important;
  background: var(--brand);
  border: 1px solid rgba(0, 56, 51, 0.14);
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  transition:
    background 0.2s ease,
    transform 0.15s ease,
    border-color 0.2s ease;
}

.btn-hero-solid:hover {
  background: color-mix(in srgb, var(--brand) 88%, #fff);
  color: var(--deep) !important;
  border-color: rgba(0, 56, 51, 0.2);
}

.btn-hero-solid:active {
  transform: scale(0.98);
}

.section {
  padding: clamp(3rem, 8vw, 5rem) 0;
}

.section-title {
  margin: 0 0 2rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--deep);
}

.services {
  background: linear-gradient(
    168deg,
    var(--cream) 0%,
    color-mix(in srgb, var(--brand) 9%, var(--cream)) 48%,
    var(--surface-elevated) 100%
  );
}

.services-shell {
  display: grid;
  gap: clamp(2.25rem, 5vw, 3.5rem);
  align-items: start;
}

@media (min-width: 900px) {
  .services-shell {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.2fr);
    gap: clamp(2.5rem, 6vw, 4.5rem);
  }

  .services-intro {
    position: sticky;
    top: clamp(1rem, 4vh, 2.5rem);
  }
}

.services-intro {
  max-width: min(34ch, 100%);
}

.services-intro .eyebrow {
  margin: 0 0 0.65rem;
  color: var(--brand-dark);
}

.services-intro .section-title {
  margin: 0 0 0.85rem;
}

.services-heading {
  max-width: none;
}

.services-lead {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink-muted);
}

.services-timeline {
  --services-line-progress: 0;
  position: relative;
  margin: 0;
  padding: 0.35rem 0 0 0.15rem;
  list-style: none;
}

.services-timeline::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0.55rem;
  top: 0.85rem;
  bottom: 0.85rem;
  width: 2px;
  border-radius: 2px;
  transform: translateX(-50%);
  background: color-mix(in srgb, var(--brand) 22%, transparent);
}

.services-timeline::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0.55rem;
  top: 0.85rem;
  bottom: 0.85rem;
  width: 2px;
  border-radius: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    var(--brand) 0%,
    var(--brand-dark) 42%,
    var(--deep-mid) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0,
    #000
      max(
        0px,
        calc(var(--services-line-progress, 0) * 100% - 0.875rem)
      ),
    transparent calc(var(--services-line-progress, 0) * 100%)
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0,
    #000
      max(
        0px,
        calc(var(--services-line-progress, 0) * 100% - 0.875rem)
      ),
    transparent calc(var(--services-line-progress, 0) * 100%)
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.service-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  gap: 0 1.1rem;
  align-items: start;
  margin: 0;
  padding: 1.25rem 0.65rem 1.25rem 0;
  border-radius: var(--radius);
}

.service-row + .service-row {
  margin-top: 0.15rem;
}

.service-row__dot {
  grid-column: 1;
  grid-row: 1;
  width: 0.65rem;
  height: 0.65rem;
  margin-top: 0.55rem;
  justify-self: center;
  border-radius: 50%;
  background: var(--deep);
  box-shadow:
    0 0 0 4px var(--cream),
    0 0 0 5px color-mix(in srgb, var(--brand) 45%, transparent);
}

.service-row__body {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  padding-bottom: 0.1rem;
}

.service-row__title {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.1vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--deep);
}

.service-row__body p {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.62;
  color: var(--ink-muted);
  max-width: 52ch;
}

.service-row__body p:last-child {
  margin-bottom: 0;
}

.owner {
  background: linear-gradient(
    165deg,
    #fff 0%,
    var(--cream) 42%,
    color-mix(in srgb, var(--brand-soft) 55%, #fff) 100%
  );
}

.owner-layout {
  display: grid;
  gap: clamp(2rem, 5vw, 2.75rem);
  align-items: center;
}

@media (min-width: 768px) {
  .owner-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.44fr);
    gap: clamp(2.25rem, 5.5vw, 3.75rem);
    align-items: center;
  }
}

.owner-photo {
  --owner-radius: 4px;
  position: relative;
  margin: 0;
  max-width: min(300px, 100%);
  margin-inline: auto;
  isolation: isolate;
}

/* Mørkegrønt underlag — synlig litt over og til høyre for bildet */
.owner-photo::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: var(--owner-radius);
  background: linear-gradient(
    152deg,
    var(--deep) 0%,
    color-mix(in srgb, var(--deep-soft) 70%, var(--deep)) 100%
  );
  top: clamp(-0.65rem, -2vw, -0.4rem);
  right: clamp(-0.85rem, -2.5vw, -0.45rem);
  bottom: clamp(0.85rem, 4vw, 1.35rem);
  left: clamp(18%, 22%, 26%);
  box-shadow: 0 12px 28px -14px rgba(0, 56, 51, 0.22);
}

.owner-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  object-position: center 18%;
  border-radius: var(--owner-radius);
  border: 1px solid var(--line);
  box-shadow:
    0 14px 36px -18px rgba(0, 56, 51, 0.14),
    0 1px 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.35s ease;
}

@media (min-width: 768px) {
  .owner-photo {
    margin-inline: 0 0;
    margin-left: auto;
    max-width: min(340px, 100%);
    justify-self: end;
  }

  .owner-photo:hover img {
    box-shadow:
      0 18px 44px -20px rgba(0, 56, 51, 0.18),
      0 2px 6px rgba(0, 0, 0, 0.06);
  }
}

.owner-kicker {
  margin: 0 0 0.55rem;
  color: var(--brand-dark);
}

.owner-name {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--deep);
}

.owner-role {
  margin: 0 0 1rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink-muted);
}

.owner-lead {
  margin: 0 0 1.1rem;
  max-width: 44ch;
  font-size: 1rem;
  line-height: 1.62;
  color: var(--ink-muted);
}

.owner-points {
  margin: 0;
  padding: 0 0 0 1.15rem;
  max-width: 46ch;
  list-style-type: disc;
  font-size: 1rem;
  line-height: 1.62;
  color: var(--ink-muted);
}

.owner-points li {
  margin: 0 0 0.45rem;
  padding-left: 0.25rem;
}

.owner-points li:last-child {
  margin-bottom: 0;
}

.owner-points li::marker {
  color: var(--brand-dark);
}

.eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--deep-mid);
}

.band {
  background: var(--deep);
  color: var(--cream);
}

.partner-shell {
  padding: clamp(2.25rem, 6vw, 3.75rem) 0;
}

.partner-layout {
  display: grid;
  gap: clamp(2rem, 5vw, 2.75rem);
  align-items: center;
}

@media (min-width: 820px) {
  .partner-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, auto);
    gap: clamp(2.25rem, 5.5vw, 4rem);
  }
}

.partner-intro {
  text-align: center;
}

@media (min-width: 820px) {
  .partner-intro {
    text-align: left;
  }
}

.band .partner-eyebrow,
.partner-eyebrow {
  margin: 0 0 0.55rem;
  color: var(--brand);
}

.partner-heading {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--cream);
}

.partner-summary {
  margin: 0 auto;
  max-width: 38ch;
  font-size: 1.0625rem;
  line-height: 1.62;
  color: color-mix(in srgb, var(--cream) 82%, transparent);
}

@media (min-width: 820px) {
  .partner-summary {
    margin: 0;
    max-width: 40ch;
  }
}

.partner-summary strong {
  font-weight: 600;
  color: var(--cream);
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 2.8vw, 1.35rem);
}

@media (min-width: 820px) {
  .partner-logos {
    justify-content: flex-end;
  }
}

.partner-logo-img {
  display: block;
  min-width: 150px;
  width: clamp(150px, 30vw, 210px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.contact {
  background: var(--surface-elevated);
}

.contact-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3rem);
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.contact-lead {
  margin: 0 0 1.5rem;
  color: var(--ink-muted);
  max-width: 36ch;
}

.contact-details {
  margin: 0;
}

.contact-details > div {
  margin-bottom: 1.25rem;
}

.contact-details dt {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 0.25rem;
}

.contact-details dd {
  margin: 0;
}

.contact-address {
  line-height: 1.6;
  color: var(--ink);
}

.contact-details a {
  font-weight: 600;
  color: var(--deep);
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

.contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink);
}

.contact-form input,
.contact-form textarea {
  font: inherit;
  font-size: 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
  border-color: transparent;
}

.contact-form textarea {
  min-height: 6.75rem;
  max-width: 100%;
  resize: vertical;
}

.contact-form__hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.contact-form__hp label,
.contact-form__hp input {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
}

.contact-form__status {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.45;
}

.contact-form__status[data-state="success"] {
  color: var(--deep-mid);
}

.contact-form__status[data-state="error"] {
  color: #9b2c2c;
}

.contact-form .btn-primary:disabled {
  opacity: 0.65;
  cursor: wait;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: var(--deep);
  color: var(--cream);
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 2px 0 rgba(0, 0, 0, 0.12);
}

.btn-primary:hover {
  background: var(--deep-mid);
  color: var(--cream);
}

.site-footer {
  background: var(--surface-elevated);
  color: var(--ink);
  padding: clamp(1.1rem, 2.5vw, 1.45rem) 0 clamp(1rem, 2vw, 1.25rem);
}

.footer-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-top {
  width: 100%;
}

.footer-identity {
  width: 100%;
  min-width: 0;
}

.footer-meta-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.75rem, 2.5vw, 1.5rem);
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.4rem;
  line-height: 0;
  text-decoration: none;
}

.footer-brand:focus-visible {
  outline: 2px solid var(--brand-dark);
  outline-offset: 4px;
  border-radius: 4px;
}

.footer-logo {
  display: block;
  height: clamp(0.78rem, 1.85vw, 0.95rem);
  width: auto;
  filter: brightness(0);
}

.footer-brand:hover .footer-logo {
  opacity: 0.88;
}

.footer-brand:active .footer-logo {
  opacity: 1;
}

.footer-meta {
  margin: 0;
  min-width: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--ink-muted);
  white-space: nowrap;
}

.footer-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.footer-nav__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--deep);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.08em;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.footer-nav__link:hover {
  color: var(--deep-mid);
  border-bottom-color: color-mix(in srgb, var(--brand) 55%, var(--deep));
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.45rem 1rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--line);
}

.footer-legal {
  margin: 0;
  max-width: 44ch;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: color-mix(in srgb, var(--ink-muted) 88%, var(--ink));
}

.footer-credits {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--ink-muted);
}

.footer-credits__sep {
  margin: 0 0.45em;
  opacity: 0.45;
}

.footer-credits__link {
  font-weight: 600;
  color: var(--deep);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.06em;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.footer-credits__link:hover {
  color: var(--deep-mid);
  border-bottom-color: color-mix(in srgb, var(--brand) 45%, transparent);
}

/* Fullscreen brand / splash page */
body.splash-page {
  margin: 0;
  min-height: 100dvh;
  background: var(--deep);
  overflow: hidden;
}

.splash {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: 100dvh;
  min-height: 100svh;
  padding: clamp(1.5rem, 5vw, 3rem);
  background: var(--deep);
  color: var(--cream);
  overflow: hidden;
}

.splash::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent calc(var(--rute-cell) - 1px),
      rgba(246, 250, 248, 0.014) calc(var(--rute-cell) - 1px),
      rgba(246, 250, 248, 0.014) var(--rute-cell)
    ),
    repeating-linear-gradient(
      to right,
      transparent 0,
      transparent calc(var(--rute-cell) - 1px),
      rgba(246, 250, 248, 0.012) calc(var(--rute-cell) - 1px),
      rgba(246, 250, 248, 0.012) var(--rute-cell)
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent calc(var(--rute-major) - 1px),
      rgba(152, 183, 178, 0.042) calc(var(--rute-major) - 1px),
      rgba(152, 183, 178, 0.042) var(--rute-major)
    ),
    repeating-linear-gradient(
      to right,
      transparent 0,
      transparent calc(var(--rute-major) - 1px),
      rgba(152, 183, 178, 0.034) calc(var(--rute-major) - 1px),
      rgba(152, 183, 178, 0.034) var(--rute-major)
    );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 12%,
    rgba(0, 0, 0, 0.22) 38%,
    rgba(0, 0, 0, 0.65) 68%,
    #000 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 12%,
    rgba(0, 0, 0, 0.22) 38%,
    rgba(0, 0, 0, 0.65) 68%,
    #000 100%
  );
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

.splash__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  max-width: min(52rem, 100%);
}

.splash__logo {
  display: block;
  width: min(72vw, 34rem);
  height: auto;
}

.splash__tagline {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 5.5vw, 3rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.splash__line,
.splash__emphasis {
  display: block;
}

.splash__emphasis {
  font-weight: 600;
}

.error-page__content {
  gap: clamp(0.85rem, 2.5vw, 1.35rem);
  max-width: min(36rem, 100%);
}

.error-page__brand {
  display: inline-flex;
  line-height: 0;
  text-decoration: none;
  margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
}

.error-page__brand:hover {
  opacity: 0.9;
}

.error-page__brand:focus-visible {
  outline: 2px solid rgba(246, 250, 248, 0.7);
  outline-offset: 6px;
  border-radius: 4px;
}

.error-page__logo {
  display: block;
  width: min(42vw, 14rem);
  height: auto;
}

.error-page__code {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 14vw, 6.5rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: color-mix(in srgb, var(--brand) 72%, #fff);
}

.error-page__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 4.5vw, 2.35rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.error-page__text {
  margin: 0 0 clamp(0.85rem, 2.5vw, 1.35rem);
  max-width: 34ch;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(246, 250, 248, 0.82);
}

.error-page__cta {
  text-decoration: none;
}

@media (max-width: 767px) {
  .hero-title-enora {
    font-size: clamp(1.85rem, 6.8vw, 2.4rem);
  }

  .hero-title__prefix {
    white-space: nowrap;
  }

  .footer-meta-row {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.4rem;
    overflow-x: visible;
  }

  .footer-meta {
    white-space: normal;
  }

  .footer-nav {
    width: 100%;
    justify-content: flex-start;
  }
}
