/*
Theme Name: JN Dienstleistungen
Theme URI: https://jndienstleistung.de/
Author: JN Dienstleistungen
Description: Maßgeschneiderter Unternehmensauftritt für JN Dienstleistungen.
Version: 1.3.3
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: jn-dienstleistungen
*/

:root {
  --jn-black: #050505;
  --jn-ink: #12110f;
  --jn-gold: #b39249;
  --jn-gold-light: #d6bf7d;
  --jn-cream: #f4f1e9;
  --jn-sand: #e9e3d7;
  --jn-white: #fffdf8;
  --jn-muted: #6f6b63;
  --jn-line: rgba(18, 17, 15, 0.16);
  --jn-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --jn-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  background: var(--jn-cream);
  color: var(--jn-ink);
  font-family: var(--jn-sans);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
}

body.admin-bar .jn-header {
  top: 32px;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--jn-gold);
  color: var(--jn-black);
}

.jn-skip {
  background: var(--jn-gold);
  color: var(--jn-black);
  left: 16px;
  padding: 10px 16px;
  position: fixed;
  top: -80px;
  transition: top 0.2s ease;
  z-index: 9999;
}

.jn-profile {
  align-items: stretch;
  background: var(--jn-black);
  color: var(--jn-white);
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  margin-top: clamp(46px, 7vw, 96px);
  overflow: hidden;
}

.jn-profile-photo {
  min-height: 460px;
  position: relative;
}

.jn-profile-photo::after {
  background: linear-gradient(90deg, transparent 62%, rgba(5, 5, 5, 0.45));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.jn-profile-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  width: 100%;
}

.jn-profile-copy {
  align-self: center;
  padding: clamp(36px, 6vw, 84px);
}

.jn-profile-kicker {
  color: var(--jn-gold-light);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.jn-profile-copy h2 {
  font-family: var(--jn-display);
  font-size: clamp(38px, 5vw, 70px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.jn-profile-copy > p {
  color: rgba(255, 253, 248, 0.76);
  font-size: 17px;
  margin: 0;
  max-width: 700px;
}

.jn-profile-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.jn-profile-facts span {
  border: 1px solid rgba(179, 146, 73, 0.55);
  color: var(--jn-gold-light);
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.jn-contact-links {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.jn-contact-link {
  align-items: center;
  border-bottom: 1px solid var(--jn-line);
  color: var(--jn-ink);
  display: flex;
  justify-content: space-between;
  padding: 11px 0 14px;
}

.jn-contact-link small {
  color: var(--jn-muted);
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.jn-contact-link strong {
  display: block;
  font-family: var(--jn-display);
  font-size: clamp(17px, 1.5vw, 21px);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.jn-contact-link i {
  color: var(--jn-gold);
  font-size: 19px;
  font-style: normal;
}

.jn-contact-link:hover,
.jn-contact-link:focus-visible {
  color: var(--jn-gold-light);
}

.jn-contact-social {
  color: var(--jn-muted);
  display: inline-block;
  font-size: 13px;
  margin-top: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.jn-contact-card-head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.jn-contact-availability {
  align-items: center;
  color: #4d493f;
  display: inline-flex;
  font-size: 9px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jn-contact-availability::before {
  background: #4d8b45;
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.jn-contact-actions {
  display: grid;
  gap: 9px;
  grid-template-columns: 1.1fr 0.9fr;
}

.jn-button-mail {
  border: 1px solid var(--jn-ink);
  color: var(--jn-ink);
  grid-column: 1 / -1;
  justify-content: center;
}

.jn-button-whatsapp {
  background: #1f6f4a;
  color: var(--jn-white);
  justify-content: center;
}

.jn-button-whatsapp:hover,
.jn-button-whatsapp:focus-visible {
  background: #155438;
}

.jn-button-mail:hover,
.jn-button-mail:focus-visible {
  background: var(--jn-black);
  color: var(--jn-white);
}

.jn-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.jn-footer-legal a {
  color: var(--jn-gold-light);
  font-size: 12px;
}

.jn-legal-body {
  background: var(--jn-cream);
}

.jn-legal-header {
  align-items: center;
  background: var(--jn-black);
  color: var(--jn-white);
  display: flex;
  justify-content: space-between;
  min-height: 86px;
  padding: 16px clamp(22px, 5vw, 72px);
}

.jn-legal-header .jn-brand img {
  height: 54px;
  width: 54px;
}

.jn-legal-back {
  border: 1px solid rgba(255, 253, 248, 0.28);
  font-size: 13px;
  font-weight: 700;
  padding: 11px 15px;
}

.jn-legal-back:hover,
.jn-legal-back:focus-visible {
  border-color: var(--jn-gold);
  color: var(--jn-gold-light);
}

.jn-legal-main {
  margin: 0 auto;
  max-width: 1040px;
  padding: clamp(66px, 9vw, 120px) clamp(22px, 5vw, 72px);
}

.jn-legal-heading {
  border-bottom: 1px solid var(--jn-line);
  margin-bottom: 44px;
  padding-bottom: 38px;
}

.jn-legal-heading .jn-label {
  margin-bottom: 22px;
}

.jn-legal-heading h1 {
  font-family: var(--jn-display);
  font-size: clamp(52px, 8vw, 104px);
  letter-spacing: -0.06em;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}

.jn-legal-heading p {
  color: var(--jn-muted);
  margin: 20px 0 0;
}

.jn-legal-content {
  display: grid;
  gap: 34px;
}

.jn-legal-content section {
  background: var(--jn-white);
  border: 1px solid var(--jn-line);
  padding: clamp(24px, 4vw, 44px);
}

.jn-legal-content h2 {
  font-family: var(--jn-display);
  font-size: clamp(25px, 3.2vw, 38px);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.jn-legal-content h3 {
  font-size: 17px;
  margin: 26px 0 8px;
}

.jn-legal-content p,
.jn-legal-content li {
  color: #35322d;
}

.jn-legal-content p:last-child {
  margin-bottom: 0;
}

.jn-legal-content a {
  color: #6f5420;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.jn-legal-content ul {
  padding-left: 22px;
}

.jn-legal-note {
  border-left: 4px solid var(--jn-gold) !important;
}

.jn-legal-footer {
  align-items: center;
  background: var(--jn-black);
  color: rgba(255, 253, 248, 0.72);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  justify-content: space-between;
  padding: 28px clamp(22px, 5vw, 72px);
}

.jn-legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.jn-legal-footer a:hover,
.jn-legal-footer a:focus-visible {
  color: var(--jn-gold-light);
}

@media (max-width: 760px) {
  .jn-profile {
    grid-template-columns: 1fr;
  }

  .jn-profile-photo {
    min-height: 430px;
  }

  .jn-profile-photo::after {
    background: linear-gradient(0deg, rgba(5, 5, 5, 0.55), transparent 48%);
  }

  .jn-legal-header .jn-brand-copy {
    display: none;
  }

  .jn-legal-main {
    padding-top: 56px;
  }
}

.jn-skip:focus {
  top: 16px;
}

.jn-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(244, 241, 233, 0.92);
  border-bottom: 1px solid var(--jn-line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 84px;
  left: 0;
  padding: 0 4vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.jn-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  width: fit-content;
}

.jn-brand img {
  background: var(--jn-black);
  height: 48px;
  object-fit: contain;
  width: 48px;
}

.jn-brand-copy {
  display: flex;
  flex-direction: column;
  font-family: var(--jn-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.jn-brand-copy small {
  font-family: var(--jn-sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: 5px;
  text-transform: uppercase;
}

.jn-nav {
  align-items: center;
  display: flex;
  gap: clamp(22px, 3vw, 45px);
}

.jn-nav a {
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.jn-nav a::after {
  background: var(--jn-gold);
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
  width: 100%;
}

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

.jn-header-cta {
  align-items: center;
  background: var(--jn-black);
  color: var(--jn-white);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 26px;
  justify-self: end;
  padding: 13px 17px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.jn-header-cta:hover,
.jn-header-cta:focus-visible {
  background: var(--jn-gold);
  color: var(--jn-black);
}

.jn-hero {
  background: var(--jn-cream);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  min-height: 100svh;
  overflow: hidden;
  padding: 160px 7vw 50px;
  position: relative;
}

.jn-grid {
  background-image:
    linear-gradient(rgba(18, 17, 15, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 17, 15, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  inset: 84px 0 0;
  mask-image: linear-gradient(to right, #000, transparent 72%);
  pointer-events: none;
  position: absolute;
}

.jn-orbit {
  border: 1px solid rgba(179, 146, 73, 0.16);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.jn-orbit-one {
  height: 680px;
  left: -280px;
  top: 120px;
  width: 680px;
}

.jn-orbit-two {
  height: 440px;
  left: -160px;
  top: 240px;
  width: 440px;
}

.jn-hero-copy {
  align-self: center;
  max-width: 820px;
  position: relative;
  z-index: 2;
}

.jn-eyebrow {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.jn-eyebrow::before {
  background: var(--jn-gold);
  content: "";
  height: 8px;
  width: 8px;
}

.jn-eyebrow-light {
  color: rgba(255, 255, 255, 0.65);
}

.jn-hero h1 {
  font-family: var(--jn-display);
  font-size: clamp(58px, 7.6vw, 114px);
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.92;
  margin: 31px 0 34px;
}

.jn-outline {
  color: transparent;
  -webkit-text-stroke: 1.7px var(--jn-gold);
}

.jn-hero-intro {
  color: #45413b;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.62;
  margin: 0;
  max-width: 650px;
}

.jn-actions {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-top: 38px;
}

.jn-button {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 42px;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 19px 0 22px;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.jn-button:hover,
.jn-button:focus-visible {
  transform: translateY(-2px);
}

.jn-button-gold {
  background: var(--jn-gold);
  color: var(--jn-black);
  min-width: 225px;
}

.jn-button-gold:hover,
.jn-button-gold:focus-visible {
  background: var(--jn-black);
  color: var(--jn-white);
}

.jn-text-link {
  align-items: center;
  border-bottom: 1px solid var(--jn-ink);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 18px;
  padding-bottom: 4px;
}

.jn-hero-panel {
  align-self: center;
  background: var(--jn-black);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.24);
  color: var(--jn-white);
  justify-self: end;
  max-width: 510px;
  min-height: 570px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.jn-hero-panel::before {
  background: var(--jn-gold);
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
}

.jn-panel-top {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 0.14em;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.jn-status {
  align-items: center;
  color: var(--jn-gold-light);
  display: flex;
  gap: 8px;
}

.jn-status::before {
  background: var(--jn-gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(179, 146, 73, 0.18);
  content: "";
  height: 6px;
  width: 6px;
}

.jn-panel-logo {
  align-items: center;
  display: flex;
  height: 255px;
  justify-content: center;
}

.jn-panel-logo img {
  height: 230px;
  object-fit: contain;
  width: 230px;
}

.jn-panel-list {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.jn-panel-item {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 14px;
  grid-template-columns: 30px 1fr 22px;
  padding: 16px 0;
}

.jn-panel-item > span {
  color: rgba(255, 255, 255, 0.32);
  font-size: 10px;
}

.jn-panel-item p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.45;
  margin: 0;
}

.jn-panel-item strong {
  color: var(--jn-white);
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}

.jn-check {
  align-items: center;
  border: 1px solid rgba(179, 146, 73, 0.7);
  border-radius: 50%;
  color: var(--jn-gold-light);
  display: flex;
  font-size: 9px;
  height: 21px;
  justify-content: center;
  width: 21px;
}

.jn-hero-foot {
  align-items: center;
  align-self: end;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: clamp(16px, 2.5vw, 36px);
  grid-column: 1 / -1;
  letter-spacing: 0.1em;
  margin-top: 55px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.jn-hero-foot-rule {
  background: var(--jn-line);
  flex: 1;
  height: 1px;
}

.jn-section {
  padding: 125px 7vw;
}

.jn-label {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.jn-label span {
  align-items: center;
  border: 1px solid currentColor;
  display: inline-flex;
  height: 27px;
  justify-content: center;
  width: 27px;
}

.jn-intro-grid {
  align-items: end;
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  margin-top: 68px;
}

.jn-statement {
  font-family: var(--jn-display);
  font-size: clamp(42px, 5.6vw, 82px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.02;
  margin: 0;
}

.jn-intro-detail {
  color: #4d4943;
  display: grid;
  gap: 18px;
}

.jn-intro-detail p {
  margin: 0;
}

.jn-values {
  border-top: 1px solid var(--jn-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
}

.jn-value {
  border-right: 1px solid var(--jn-line);
  min-height: 180px;
  padding: 22px 22px 0 0;
}

.jn-value:not(:first-child) {
  padding-left: 22px;
}

.jn-value:last-child {
  border-right: 0;
}

.jn-value > span {
  color: var(--jn-muted);
  display: block;
  font-size: 10px;
  margin-bottom: 34px;
}

.jn-value strong {
  display: block;
  font-family: var(--jn-display);
  font-size: 24px;
  letter-spacing: -0.04em;
}

.jn-value p {
  color: var(--jn-muted);
  font-size: 13px;
  margin: 8px 0 0;
}

.jn-dark {
  background: var(--jn-black);
  color: var(--jn-white);
}

.jn-heading {
  align-items: start;
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1.55fr);
}

.jn-heading h2 {
  font-family: var(--jn-display);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
  margin: 0;
}

.jn-heading-copy > p {
  color: var(--jn-muted);
  font-size: 17px;
  margin: 25px 0 0;
  max-width: 610px;
}

.jn-dark .jn-heading-copy > p {
  color: rgba(255, 255, 255, 0.5);
}

.jn-services {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 82px;
}

.jn-service {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  min-height: 420px;
  overflow: hidden;
  padding: 27px;
  position: relative;
  transition: background 0.25s ease;
}

.jn-brand-banner {
  background: var(--jn-black);
  border-bottom: 1px solid rgba(179, 146, 73, 0.45);
  border-top: 1px solid rgba(179, 146, 73, 0.45);
  line-height: 0;
  overflow: hidden;
}

.jn-brand-banner img {
  display: block;
  height: auto;
  width: 100%;
}

.jn-service::after {
  background: var(--jn-gold);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  width: 100%;
}

.jn-service:hover {
  background: #11100e;
}

.jn-service:hover::after {
  transform: scaleX(1);
}

.jn-service-number {
  color: rgba(255, 255, 255, 0.32);
  font-size: 11px;
}

.jn-service-arrow {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  font-size: 17px;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 27px;
  top: 25px;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
  width: 42px;
}

.jn-service:hover .jn-service-arrow {
  background: var(--jn-gold);
  border-color: var(--jn-gold);
  color: var(--jn-black);
}

.jn-service-emergency {
  min-height: 470px;
}

.jn-service-emergency .jn-tags {
  margin-top: auto;
}

.jn-emergency-button {
  align-items: center;
  background: var(--jn-gold);
  color: var(--jn-black);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: space-between;
  margin-top: 16px;
  min-height: 48px;
  padding: 0 16px;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.jn-emergency-button:hover,
.jn-emergency-button:focus-visible {
  background: var(--jn-gold-light);
  transform: translateY(-2px);
}

.jn-service h3 {
  font-family: var(--jn-display);
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -0.05em;
  line-height: 1.1;
  margin: 112px 0 18px;
}

.jn-service > p {
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 360px;
}

.jn-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 24px;
}

.jn-tags span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  letter-spacing: 0.06em;
  padding: 6px 8px;
  text-transform: uppercase;
}

.jn-sand {
  background: var(--jn-sand);
}

.jn-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 86px;
}

.jn-step {
  min-height: 255px;
  padding-right: 30px;
}

.jn-step > span {
  font-size: 12px;
  font-weight: 800;
}

.jn-step-line {
  background: var(--jn-line);
  height: 1px;
  margin: 22px 0 35px;
  position: relative;
}

.jn-step-line::before {
  background: var(--jn-gold);
  border: 4px solid var(--jn-sand);
  box-shadow: 0 0 0 1px var(--jn-ink);
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 10px;
}

.jn-step h3 {
  font-family: var(--jn-display);
  font-size: 24px;
  letter-spacing: -0.04em;
  margin: 0 0 14px;
}

.jn-step p {
  color: var(--jn-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 250px;
}

.jn-promise {
  background: var(--jn-gold);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
  overflow: hidden;
}

.jn-promise-copy {
  align-self: center;
  padding: 100px 7vw;
}

.jn-promise blockquote {
  font-family: var(--jn-display);
  font-size: clamp(43px, 5vw, 76px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.03;
  margin: 58px 0 34px;
  max-width: 800px;
}

.jn-promise-copy > p {
  color: rgba(5, 5, 5, 0.68);
  max-width: 560px;
}

.jn-promise-visual {
  align-items: center;
  background: var(--jn-black);
  display: flex;
  justify-content: center;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.jn-promise-ring {
  border: 1px solid rgba(179, 146, 73, 0.28);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.jn-ring-one {
  height: 310px;
  width: 310px;
}

.jn-ring-two {
  height: 500px;
  width: 500px;
}

.jn-ring-three {
  height: 720px;
  width: 720px;
}

.jn-promise-logo {
  align-items: center;
  background: var(--jn-gold);
  border-radius: 50%;
  display: flex;
  height: 230px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 230px;
  z-index: 2;
}

.jn-promise-logo img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.jn-orbit-word {
  background: var(--jn-cream);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 3;
}

.jn-word-one {
  left: 12%;
  top: 28%;
}

.jn-word-two {
  right: 11%;
  top: 34%;
}

.jn-word-three {
  bottom: 20%;
  left: 29%;
}

.jn-faq {
  border-top: 1px solid var(--jn-line);
  margin-left: calc(27% + 7vw);
  margin-top: 72px;
}

.jn-faq details {
  border-bottom: 1px solid var(--jn-line);
}

.jn-faq summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  font-family: var(--jn-display);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
  gap: 22px;
  grid-template-columns: 36px 1fr 36px;
  letter-spacing: -0.03em;
  list-style: none;
  min-height: 92px;
}

.jn-faq summary::-webkit-details-marker {
  display: none;
}

.jn-faq-number {
  color: var(--jn-muted);
  font-family: var(--jn-sans);
  font-size: 10px;
  letter-spacing: 0;
}

.jn-faq-plus {
  align-items: center;
  border: 1px solid var(--jn-line);
  border-radius: 50%;
  display: flex;
  font-family: var(--jn-sans);
  font-size: 18px;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
  width: 34px;
}

.jn-faq details[open] .jn-faq-plus {
  background: var(--jn-gold);
  transform: rotate(45deg);
}

.jn-faq details > p {
  color: var(--jn-muted);
  margin: -6px 68px 27px 58px;
  max-width: 760px;
}

.jn-contact {
  background: var(--jn-black);
  color: var(--jn-white);
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.25fr 0.75fr;
  overflow: hidden;
  padding: 115px 7vw;
  position: relative;
}

.jn-contact::before {
  background-image:
    radial-gradient(rgba(179, 146, 73, 0.16) 1px, transparent 1px),
    linear-gradient(130deg, transparent 55%, rgba(179, 146, 73, 0.05) 55%);
  background-size:
    20px 20px,
    100% 100%;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.jn-contact-copy,
.jn-contact-card {
  position: relative;
  z-index: 1;
}

.jn-contact h2 {
  font-family: var(--jn-display);
  font-size: clamp(55px, 7vw, 102px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.94;
  margin: 40px 0 34px;
}

.jn-contact-copy > p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 17px;
  max-width: 600px;
}

.jn-contact-card {
  align-self: center;
  background: var(--jn-cream);
  color: var(--jn-ink);
  max-width: 520px;
  padding: clamp(28px, 3.6vw, 42px);
  width: 100%;
}

.jn-contact-card::before {
  background: var(--jn-gold);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.jn-contact-label {
  color: var(--jn-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jn-contact-person {
  align-items: center;
  border-bottom: 1px solid var(--jn-line);
  border-top: 1px solid var(--jn-line);
  display: flex;
  gap: 20px;
  margin: 22px 0 10px;
  padding: 20px 0;
}

.jn-contact-avatar {
  align-items: center;
  background: var(--jn-black);
  border-radius: 50%;
  display: flex;
  border-radius: 8px;
  flex: 0 0 auto;
  height: 82px;
  justify-content: center;
  overflow: hidden;
  width: 74px;
}

.jn-contact-avatar img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.jn-contact-person strong {
  display: block;
  font-family: var(--jn-display);
  font-size: 21px;
  letter-spacing: -0.03em;
}

.jn-contact-person small {
  color: var(--jn-muted);
  font-size: 11px;
}

.jn-contact-person span > small:first-child {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jn-button-contact {
  background: var(--jn-gold);
  color: var(--jn-black);
  width: 100%;
}

.jn-button-contact:hover,
.jn-button-contact:focus-visible {
  background: var(--jn-black);
  color: var(--jn-white);
}

.jn-contact-note {
  color: var(--jn-muted);
  font-size: 11px;
  line-height: 1.5;
  margin: 17px 0 0;
}

.jn-footer {
  align-items: center;
  background: var(--jn-black);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: var(--jn-white);
  display: grid;
  gap: 34px;
  grid-template-columns: auto 1fr auto auto auto;
  padding: 40px 7vw;
}

.jn-footer .jn-brand img {
  border: 1px solid rgba(179, 146, 73, 0.35);
}

.jn-footer > p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  margin: 0;
}

.jn-footer nav {
  display: flex;
  font-size: 11px;
  gap: 24px;
}

.jn-footer > small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
}

.jn-content-shell {
  margin: 0 auto;
  max-width: 900px;
  min-height: 60vh;
  padding: 150px 24px 90px;
}

.jn-content-shell h1 {
  font-family: var(--jn-display);
  font-size: clamp(42px, 7vw, 80px);
  letter-spacing: -0.06em;
  line-height: 1;
}

@media (max-width: 1100px) {
  .jn-header {
    grid-template-columns: 1fr auto;
  }

  .jn-nav {
    display: none;
  }

  .jn-hero {
    grid-template-columns: 1fr 0.75fr;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .jn-services {
    grid-template-columns: repeat(2, 1fr);
  }

  .jn-contact {
    gap: 5vw;
    grid-template-columns: 1fr 0.8fr;
  }

  .jn-footer {
    grid-template-columns: auto 1fr auto;
  }

  .jn-footer > p {
    display: none;
  }
}

@media (max-width: 820px) {
  body.admin-bar .jn-header {
    top: 46px;
  }

  .jn-header {
    height: 72px;
    max-width: 100vw;
    padding: 0 16px;
    width: 100%;
  }

  .jn-brand img {
    height: 42px;
    width: 42px;
  }

  .jn-brand-copy {
    display: none;
  }

  .jn-header-cta {
    gap: 10px;
    max-width: calc(100vw - 92px);
    padding: 11px 13px;
    white-space: nowrap;
  }

  .jn-hero {
    display: block;
    min-height: auto;
    padding: 136px 20px 40px;
  }

  .jn-hero h1 {
    font-size: clamp(52px, 15vw, 82px);
  }

  .jn-hero-intro {
    font-size: 17px;
  }

  .jn-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .jn-button-gold {
    width: 100%;
  }

  .jn-text-link {
    align-self: flex-start;
  }

  .jn-hero-panel {
    margin-top: 58px;
  }

  .jn-hero-foot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 38px;
  }

  .jn-hero-foot-rule {
    display: none;
  }

  .jn-section {
    padding: 88px 20px;
  }

  .jn-intro-grid,
  .jn-heading {
    display: block;
  }

  .jn-intro-grid {
    margin-top: 48px;
  }

  .jn-intro-detail {
    margin-top: 38px;
  }

  .jn-values {
    grid-template-columns: 1fr 1fr;
    margin-top: 62px;
  }

  .jn-value,
  .jn-value:not(:first-child) {
    border-bottom: 1px solid var(--jn-line);
    min-height: 160px;
    padding: 20px 14px 20px 0;
  }

  .jn-value:nth-child(2),
  .jn-value:nth-child(4) {
    border-right: 0;
    padding-left: 18px;
  }

  .jn-heading-copy {
    margin-top: 46px;
  }

  .jn-heading h2 {
    font-size: 49px;
  }

  .jn-services {
    display: block;
    margin-top: 58px;
  }

  .jn-process {
    grid-template-columns: 1fr 1fr;
    margin-top: 62px;
    row-gap: 36px;
  }

  .jn-promise {
    display: block;
  }

  .jn-promise-copy {
    padding: 88px 20px;
  }

  .jn-promise-visual {
    min-height: 590px;
  }

  .jn-faq {
    margin-left: 0;
    margin-top: 54px;
  }

  .jn-contact {
    display: block;
    padding: 88px 20px;
  }

  .jn-contact-card {
    margin-top: 58px;
  }

  .jn-footer {
    align-items: start;
    grid-template-columns: 1fr auto;
    padding: 40px 20px;
  }

  .jn-footer nav {
    flex-direction: column;
    gap: 8px;
    text-align: right;
  }

  .jn-footer > small {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .jn-promise-visual {
    min-height: 440px;
  }

  .jn-ring-one {
    height: 225px;
    width: 225px;
  }

  .jn-ring-two {
    height: 345px;
    width: 345px;
  }

  .jn-ring-three {
    height: 495px;
    width: 495px;
  }

  .jn-promise-logo {
    height: 158px;
    padding: 13px;
    width: 158px;
  }

  .jn-word-one {
    left: 18px;
    top: 23%;
  }

  .jn-word-two {
    right: 18px;
    top: 31%;
  }

  .jn-word-three {
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
  }

  #faq {
    padding-top: 62px;
  }

  .jn-contact-actions {
    grid-template-columns: 1fr;
  }

  .jn-button-mail {
    grid-column: auto;
  }

  .jn-contact-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .jn-contact-person strong {
    font-size: 19px;
  }
}

@media (max-width: 520px) {
  .jn-eyebrow {
    font-size: 9px;
  }

  .jn-statement {
    font-size: 42px;
  }

  .jn-values {
    display: block;
  }

  .jn-value,
  .jn-value:not(:first-child),
  .jn-value:nth-child(2),
  .jn-value:nth-child(4) {
    border-right: 0;
    min-height: auto;
    padding: 22px 0;
  }

  .jn-value > span {
    margin-bottom: 18px;
  }

  .jn-services {
    border-left: 0;
  }

  .jn-service {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .jn-process {
    display: block;
  }

  .jn-step {
    min-height: 235px;
  }

  .jn-promise blockquote {
    font-size: 43px;
  }

  .jn-faq summary {
    font-size: 18px;
    gap: 12px;
    grid-template-columns: 28px 1fr 34px;
    min-height: 100px;
  }

  .jn-faq details > p {
    font-size: 14px;
    margin: -4px 10px 28px 40px;
  }

  .jn-contact h2 {
    font-size: 54px;
  }

  .jn-contact-card {
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
