body.novavie-v2-page {
  margin: 0;
  overflow-x: clip;
  background: #f8f3ed;
  opacity: 1 !important;
}

.novavie-v2-page .entry-header,
.novavie-v2-page .page-header {
  display: none;
}

.novavie-v2-page .entry-content {
  max-width: none;
  margin: 0;
  padding: 0;
}

.nv2,
.nv2 * {
  box-sizing: border-box;
}

.nv2 {
  --nv2-ink: #211c18;
  --nv2-muted: #6e6258;
  --nv2-paper: #fbf8f3;
  --nv2-soft: #f1e7dc;
  --nv2-bronze: #8b6c54;
  --nv2-bronze-dark: #6f513d;
  --nv2-line: rgba(57, 45, 36, 0.15);
  --nv2-white-line: rgba(255, 255, 255, 0.18);
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  overflow: clip;
  background: var(--nv2-paper);
  color: var(--nv2-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.nv2 img,
.nv2 video {
  display: block;
  max-width: 100%;
}

.nv2 picture {
  display: block;
}

.nv2 figure,
.nv2 h1,
.nv2 h2,
.nv2 h3,
.nv2 p,
.nv2 ol {
  margin-top: 0;
}

.nv2 h1,
.nv2 h2,
.nv2 h3 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

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

.nv2 a:focus-visible,
.nv2 summary:focus-visible,
.nv2 button:focus-visible,
.nv2 input:focus-visible,
.nv2 select:focus-visible,
.nv2 textarea:focus-visible {
  outline: 3px solid rgba(139, 108, 84, 0.55);
  outline-offset: 3px;
}

.nv2-shell {
  width: min(calc(100% - 24px), 1220px);
  margin-inline: auto;
}

.nv2-skip {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--nv2-ink);
  color: #fff !important;
  transform: translateY(-160%);
}

.nv2-skip:focus {
  transform: none;
}

.nv2-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--nv2-line);
  background: rgba(251, 248, 243, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.admin-bar .nv2-header {
  top: 46px;
}

.nv2-nav {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nv2-logo {
  flex: 0 1 190px;
  min-width: 146px;
}

.nv2-logo img {
  width: 100%;
  height: auto;
}

.nv2-desktop-menu {
  display: none;
}

.nv2-mobile-menu {
  position: relative;
  flex: 0 0 auto;
}

.nv2-mobile-menu summary {
  width: 44px;
  height: 44px;
  display: grid;
  cursor: pointer;
  list-style: none;
  place-items: center;
  border: 1px solid var(--nv2-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
}

.nv2-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.nv2-mobile-menu summary span,
.nv2-mobile-menu summary span::before,
.nv2-mobile-menu summary span::after {
  width: 18px;
  height: 1.5px;
  display: block;
  background: var(--nv2-ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nv2-mobile-menu summary span {
  position: relative;
}

.nv2-mobile-menu summary span::before,
.nv2-mobile-menu summary span::after {
  position: absolute;
  left: 0;
  content: "";
}

.nv2-mobile-menu summary span::before {
  top: -6px;
}

.nv2-mobile-menu summary span::after {
  top: 6px;
}

.nv2-mobile-menu[open] summary span {
  background: transparent;
}

.nv2-mobile-menu[open] summary span::before {
  top: 0;
  transform: rotate(45deg);
}

.nv2-mobile-menu[open] summary span::after {
  top: 0;
  transform: rotate(-45deg);
}

.nv2-mobile-menu nav {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(310px, calc(100vw - 24px));
  display: grid;
  padding: 10px;
  border: 1px solid var(--nv2-line);
  border-radius: 18px;
  background: var(--nv2-paper);
  box-shadow: 0 24px 70px rgba(38, 30, 24, 0.18);
}

.nv2-mobile-menu nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid var(--nv2-line);
  font-size: 14px;
  font-weight: 650;
}

.nv2-mobile-menu nav a:last-child {
  border-bottom: 0;
  color: var(--nv2-bronze-dark);
}

.nv2-mobile-languages {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.nv2-mobile-language-block {
  border-bottom: 1px solid var(--nv2-line);
}

.nv2-mobile-language-label {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 2px;
  color: var(--nv2-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.nv2-mobile-language-label svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.nv2-mobile-menu nav .nv2-mobile-languages a {
  min-width: 0;
  min-height: 44px;
  justify-content: center;
  padding: 8px 3px;
  border-right: 1px solid var(--nv2-line);
  border-bottom: 0;
  color: var(--nv2-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nv2-mobile-menu nav .nv2-mobile-languages a:last-child {
  border-right: 0;
  color: var(--nv2-muted);
}

.nv2-mobile-menu nav .nv2-mobile-languages a[aria-current="page"] {
  background: var(--nv2-soft);
  color: var(--nv2-bronze-dark);
}

.nv2-mobile-menu nav > a[aria-current="location"] {
  background: rgba(139, 108, 84, 0.1);
  color: var(--nv2-bronze-dark);
}

.nv2-lang-switcher {
  position: relative;
  flex: 0 0 auto;
  padding-left: 14px;
  border-left: 1px solid var(--nv2-line);
  color: var(--nv2-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.nv2-lang-switcher > summary {
  min-width: 32px;
  min-height: 42px;
  display: grid;
  cursor: pointer;
  list-style: none;
  place-items: center;
}

.nv2-lang-switcher > summary::-webkit-details-marker {
  display: none;
}

.nv2-lang-switcher > nav {
  position: absolute;
  z-index: 250;
  top: calc(100% + 10px);
  right: 0;
  width: 176px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--nv2-line);
  border-radius: 14px;
  background: var(--nv2-paper);
  box-shadow: 0 20px 55px rgba(38, 30, 24, 0.18);
}

.nv2-lang-switcher:not([open]) > nav {
  display: none;
}

.nv2-lang-switcher > nav a {
  min-height: 40px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--nv2-muted);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.nv2-lang-switcher > nav a:hover,
.nv2-lang-switcher > nav a[aria-current="page"] {
  background: var(--nv2-soft);
  color: var(--nv2-bronze-dark);
}

.nv2-lang-de .nv2-hero-copy h1,
.nv2-lang-fr .nv2-hero-copy h1,
.nv2-lang-ro .nv2-hero-copy h1,
.nv2-lang-es .nv2-hero-copy h1 {
  font-size: clamp(39px, 10.5vw, 58px);
}

.nv2-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--nv2-ink);
  border-radius: 999px;
  background: var(--nv2-ink);
  color: #fff !important;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nv2-button:hover {
  transform: translateY(-1px);
}

.nv2-button--ghost {
  background: rgba(251, 248, 243, 0.66);
  color: var(--nv2-ink) !important;
}

.nv2-button--small {
  min-height: 42px;
  padding-inline: 18px;
}

.nv2-hero {
  padding: 22px 0 44px;
  background: linear-gradient(180deg, #fbf8f3 0%, #f4e9de 100%);
}

.nv2-hero-stage {
  position: relative;
  display: block;
}

.nv2-hero-copy {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 22px;
  left: 20px;
  max-width: none;
  color: #fff;
}

.nv2-kicker,
.nv2-eyebrow {
  margin-bottom: 14px;
  color: var(--nv2-bronze-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nv2 h1 {
  max-width: 780px;
  margin-bottom: 14px;
  font-size: clamp(42px, 12vw, 66px);
  line-height: 0.98;
}

.nv2-hero-copy .nv2-kicker {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-shadow: 0 1px 12px rgba(32, 20, 13, 0.3);
  white-space: nowrap;
}

.nv2-hero-copy h1 {
  max-width: none;
  color: #fff;
  font-size: clamp(38px, 11vw, 54px);
  line-height: 0.94;
  text-shadow: 0 2px 24px rgba(32, 20, 13, 0.26);
}

.nv2 h1 em {
  color: var(--nv2-bronze-dark);
  font-weight: 400;
}

.nv2-hero-copy h1 em {
  color: #e7c5aa;
}

.nv2-hero-tagline,
.nv2-hero-category {
  max-width: 680px;
  margin-bottom: 7px;
  color: #fff;
  font-size: clamp(14px, 3.9vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 1px 14px rgba(32, 20, 13, 0.38);
}

.nv2-hero-category {
  max-width: 620px;
  margin-bottom: 10px;
  font-size: clamp(16px, 4.7vw, 20px);
  line-height: 1.26;
}

.nv2-hero-lead {
  max-width: 680px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(13px, 3.65vw, 15px);
  line-height: 1.48;
  text-shadow: 0 1px 14px rgba(32, 20, 13, 0.38);
}

.nv2-hero-copy .nv2-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.nv2-hero-copy .nv2-button {
  flex: 1 1 0;
  min-width: 0;
  min-height: 48px;
  padding-inline: 12px;
  background: #fff;
  color: var(--nv2-ink) !important;
  font-size: 13px;
}

.nv2-hero-copy .nv2-button--ghost {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(30, 21, 15, 0.2);
  color: #fff !important;
  backdrop-filter: blur(8px);
}

.nv2-hero-media {
  position: relative;
  height: clamp(530px, 155vw, 650px);
  overflow: hidden;
  border-radius: 24px;
  background: #c89d73 url("../images/05-video-modell-kezdokep-blazer-nelkul.png") center / cover no-repeat;
  box-shadow: 0 28px 80px rgba(70, 48, 31, 0.18);
}

@supports (background-image: image-set(url("../images/05-video-modell-kezdokep-blazer-nelkul.webp") type("image/webp"))) {
  .nv2-hero-media {
    background-image: image-set(
      url("../images/05-video-modell-kezdokep-blazer-nelkul.webp") type("image/webp"),
      url("../images/05-video-modell-kezdokep-blazer-nelkul.png") type("image/png")
    );
  }
}

.nv2-hero-media::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(28, 18, 12, 0.02) 16%, rgba(28, 18, 12, 0.16) 45%, rgba(28, 18, 12, 0.88) 100%);
}

.nv2-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.nv2-hero-video {
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-appearance: none;
}

.nv2-hero-video[hidden] {
  display: none !important;
}

.nv2-hero-media[data-video-state="playing"] .nv2-hero-video {
  visibility: visible;
  opacity: 1;
}

.nv2-hero-video::-webkit-media-controls,
.nv2-hero-video::-webkit-media-controls-panel,
.nv2-hero-video::-webkit-media-controls-play-button,
.nv2-hero-video::-webkit-media-controls-start-playback-button,
.nv2-hero-video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
}

.nv2-valuebar {
  border-top: 1px solid var(--nv2-line);
  border-bottom: 1px solid var(--nv2-line);
  background: rgba(255, 255, 255, 0.44);
}

.nv2-valuebar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nv2-valuebar a {
  min-width: 0;
  min-height: 56px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-right: 1px solid var(--nv2-line);
  border-bottom: 1px solid var(--nv2-line);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.nv2-valuebar a:nth-child(2n) {
  border-right: 0;
}

.nv2-valuebar a:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.nv2-section {
  padding: clamp(64px, 9vw, 118px) 0;
  scroll-margin-top: 90px;
}

.nv2-section--soft {
  background: var(--nv2-soft);
}

.nv2-heading {
  display: grid;
  gap: 22px;
  margin-bottom: clamp(34px, 6vw, 62px);
}

.nv2 h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(36px, 9.8vw, 60px);
  line-height: 1.02;
}

.nv2-heading > p,
.nv2-story-copy > p:last-child,
.nv2-audience > div:first-child > p:last-child,
.nv2-apply-copy > p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--nv2-muted);
  font-size: 16px;
  line-height: 1.72;
}

.nv2-card-grid {
  display: grid;
  gap: 14px;
}

.nv2-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--nv2-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.54);
}

.nv2-card > span,
.nv2-service-grid article > span,
.nv2-process li > span {
  display: block;
  margin-bottom: 38px;
  color: var(--nv2-bronze);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.nv2 h3 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.15;
}

.nv2-card p,
.nv2-service-grid p,
.nv2-process p {
  margin-bottom: 0;
  color: var(--nv2-muted);
  font-size: 14px;
}

.nv2-story {
  display: grid;
  gap: 30px;
  align-items: center;
}

.nv2-story-media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #dcc8b4;
  box-shadow: 0 24px 70px rgba(64, 43, 29, 0.14);
}

.nv2-story-media img {
  width: 100%;
  height: auto;
}

.nv2-story-media picture {
  width: 100%;
  height: 100%;
}

.nv2-story-copy {
  min-width: 0;
}

.nv2-story-copy h2 {
  margin-bottom: 18px;
}

.nv2-story--wide {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(64, 43, 29, 0.14);
}

.nv2-story--wide .nv2-story-media {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  box-shadow: none;
}

.nv2-story--wide .nv2-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nv2-focus--brunette-seated img {
  object-position: 72% 50%;
}

.nv2-focus--couple img {
  object-position: 68% 50%;
}

.nv2-story--wide .nv2-story-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(245, 237, 229, 0.98) 0%, rgba(245, 237, 229, 0.9) 42%, rgba(245, 237, 229, 0.14) 72%, transparent 100%);
}

.nv2-story--wide .nv2-story-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 18px;
  width: min(58%, 230px);
  transform: translateY(-50%);
}

.nv2-story--wide .nv2-story-copy .nv2-eyebrow {
  margin-bottom: 7px;
  font-size: 8px;
}

.nv2-story--wide .nv2-story-copy h2 {
  margin-bottom: 8px;
  font-size: clamp(26px, 8vw, 34px);
}

.nv2-story--wide .nv2-story-copy p:last-child {
  font-size: clamp(11px, 3.15vw, 13px);
  line-height: 1.45;
}

.nv2-section--ink {
  background: var(--nv2-ink);
  color: #fff;
}

.nv2-section--ink .nv2-eyebrow,
.nv2-section--ink .nv2-card-grid span,
.nv2-section--ink .nv2-service-grid span {
  color: #d4ad8f;
}

.nv2-section--ink .nv2-heading > p,
.nv2-section--ink .nv2-service-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.nv2-service-grid {
  display: grid;
  gap: 12px;
}

.nv2-service-grid article {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--nv2-white-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  scroll-margin-top: 100px;
}

.nv2-service-grid h3 {
  font-size: clamp(20px, 5.8vw, 25px);
}

.nv2-audience {
  display: grid;
  gap: 34px;
  align-items: center;
}

.nv2-audience h2 {
  margin-bottom: 22px;
}

.nv2-age-card {
  padding: 28px;
  border: 1px solid var(--nv2-line);
  border-radius: 26px;
  background: var(--nv2-soft);
}

.nv2-age-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--nv2-bronze-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 25vw, 128px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.nv2-age-card p {
  margin-bottom: 0;
  color: var(--nv2-muted);
}

.nv2-audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.nv2-audience-tags span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid var(--nv2-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #51463e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.nv2-fit-grid {
  display: grid;
  gap: 12px;
  margin-top: clamp(34px, 6vw, 60px);
}

.nv2-fit-grid article {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--nv2-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
}

.nv2-fit-grid__quiet {
  background: var(--nv2-soft) !important;
}

.nv2-fit-grid .nv2-eyebrow {
  margin-bottom: 18px;
}

.nv2-fit-grid ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nv2-fit-grid li {
  position: relative;
  padding-left: 20px;
  color: var(--nv2-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nv2-fit-grid li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nv2-bronze);
  content: "";
}

.nv2-onboarding {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.nv2-onboarding li {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--nv2-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
}

.nv2-onboarding li::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--nv2-bronze-dark), #c9a489);
}

.nv2-onboarding li > span {
  display: block;
  margin-bottom: 28px;
  color: var(--nv2-bronze);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.nv2-onboarding-time {
  margin-bottom: 8px;
  color: var(--nv2-bronze-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nv2-onboarding h3 {
  font-size: clamp(21px, 6vw, 27px);
}

.nv2-onboarding li > p:last-child {
  margin-bottom: 0;
  color: var(--nv2-muted);
  font-size: 14px;
}

.nv2-direction-grid,
.nv2-control-grid {
  display: grid;
  gap: 12px;
}

.nv2-direction-grid article,
.nv2-control-grid article {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--nv2-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
}

.nv2-direction-grid article > span,
.nv2-control-grid article > span {
  display: block;
  margin-bottom: 32px;
  color: var(--nv2-bronze);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.nv2-direction-grid h3,
.nv2-control-grid h3 {
  font-size: clamp(21px, 6vw, 26px);
}

.nv2-direction-grid p,
.nv2-control-grid p {
  margin-bottom: 0;
  color: var(--nv2-muted);
  font-size: 14px;
}

.nv2-section--control {
  background:
    radial-gradient(circle at 85% 15%, rgba(181, 143, 113, 0.2), transparent 34%),
    var(--nv2-ink);
  color: #fff;
}

.nv2-section--control .nv2-eyebrow,
.nv2-section--control .nv2-control-grid article > span {
  color: #d4ad8f;
}

.nv2-section--control .nv2-heading > p,
.nv2-section--control .nv2-control-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.nv2-section--control .nv2-control-grid article {
  border-color: var(--nv2-white-line);
  background: rgba(255, 255, 255, 0.04);
}

.nv2-process {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.nv2-process li {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--nv2-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.5);
}

.nv2-faq {
  display: grid;
  gap: 34px;
}

.nv2-faq-list {
  border-top: 1px solid var(--nv2-line);
}

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

.nv2-faq-list summary {
  position: relative;
  padding: 22px 46px 22px 0;
  cursor: pointer;
  list-style: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.25;
}

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

.nv2-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 28px;
  height: 28px;
  display: grid;
  content: "+";
  place-items: center;
  border: 1px solid var(--nv2-line);
  border-radius: 50%;
  font-family: Inter, sans-serif;
  font-size: 17px;
  transform: translateY(-50%);
}

.nv2-faq-list details[open] summary::after {
  content: "–";
}

.nv2-faq-list details p {
  max-width: 690px;
  margin-bottom: 24px;
  color: var(--nv2-muted);
}

.nv2-section--apply {
  background: linear-gradient(135deg, #e9d8c8 0%, #f5ece4 58%, #dac0aa 100%);
}

.nv2-apply {
  display: grid;
  gap: 30px;
  padding: clamp(24px, 5vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 28px;
  background: rgba(251, 248, 243, 0.78);
  box-shadow: 0 30px 90px rgba(70, 48, 31, 0.14);
}

.nv2-apply-copy h2 {
  margin-bottom: 20px;
}

.nv2-apply-meta {
  margin-bottom: 12px !important;
  color: var(--nv2-bronze-dark) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5 !important;
  text-transform: uppercase;
}

.nv2-email {
  display: inline-block;
  margin-top: 22px;
  border-bottom: 1px solid currentColor;
  color: var(--nv2-bronze-dark) !important;
  font-weight: 750;
}

.nv2-form-note {
  margin-top: 20px;
  font-size: 13px !important;
}

.nv2-form-card {
	position: relative;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--nv2-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
}

.nv2-form-card .nv2-honeypot {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.nv2-form-card .wpcf7-form > p {
  margin-bottom: 16px;
}

.nv2-form-card .nvx-form-row {
  display: grid;
  gap: 16px;
}

.nv2-form-card label {
  color: #463c34;
  font-size: 13px;
  font-weight: 700;
}

.nv2-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.nv2-form-card select,
.nv2-form-card textarea {
  width: 100%;
  min-width: 0;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid var(--nv2-line);
  border-radius: 12px;
  background: #fff;
  color: var(--nv2-ink);
  font: inherit;
  font-size: 15px;
}

.nv2-form-card textarea {
  min-height: 132px;
  resize: vertical;
}

.nv2-form-card input[type="checkbox"],
.nv2-form-card input[type="radio"] {
  flex: 0 0 18px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  margin: 2px 8px 0 0;
  accent-color: var(--nv2-bronze-dark);
}

.nv2-form-card .wpcf7-list-item {
  margin-left: 0;
}

.nv2-form-card .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1.45;
}

.nv2-form-card .wpcf7-list-item-label {
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: break-word;
}

.nv2-form-card input[type="submit"] {
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--nv2-ink);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
}

.nv2-form-card input[type="submit"]:disabled,
.nv2-form-card button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.nv2-form-card .wpcf7-form[aria-busy="true"] {
  cursor: progress;
}

.nv2-form-card .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #8d2f2f;
  font-size: 12px;
}

.nv2-form-card .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 13px 14px !important;
  border-width: 1px !important;
  border-radius: 12px;
  font-size: 13px;
}

.nv2-footer {
  padding: 52px 0;
  border-top: 1px solid var(--nv2-line);
  background: var(--nv2-paper);
}

.nv2-footer-grid {
  display: grid;
  gap: 28px;
}

.nv2-footer-logo {
  width: min(220px, 68vw);
  height: auto;
  margin-bottom: 13px;
}

.nv2-footer p,
.nv2-footer-links {
  color: var(--nv2-muted);
  font-size: 12px;
}

.nv2-footer-links {
  display: grid;
  gap: 8px;
}

.nv2-footer-links span[aria-disabled="true"] {
  opacity: 0.56;
}

@media (min-width: 620px) {
  .nv2-shell {
    width: min(calc(100% - 40px), 1220px);
  }

  .nv2-card-grid,
  .nv2-service-grid,
  .nv2-process,
  .nv2-onboarding,
  .nv2-fit-grid,
  .nv2-direction-grid,
  .nv2-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nv2-form-card {
    padding: 28px;
  }

  .nv2-form-card .nvx-form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nv2-hero-media {
    height: clamp(560px, 90vw, 680px);
  }

  .nv2-hero-copy {
    right: 36px;
    bottom: 36px;
    left: 36px;
  }
}

@media (min-width: 760px) {
  .admin-bar .nv2-header {
    top: 32px;
  }

  .nv2-hero {
    padding: 36px 0 58px;
  }

  .nv2-hero-media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .nv2-hero-media::after {
    background: linear-gradient(90deg, rgba(28, 18, 12, 0.76) 0%, rgba(28, 18, 12, 0.46) 50%, rgba(28, 18, 12, 0.04) 78%);
  }

  .nv2-hero-copy {
    top: 50%;
    right: auto;
    bottom: auto;
    left: clamp(34px, 6vw, 58px);
    width: min(58%, 520px);
    transform: translateY(-50%);
  }

  .nv2-hero-copy h1 {
    font-size: clamp(48px, 7vw, 64px);
  }

  .nv2-hero-copy .nv2-kicker {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }

  .nv2-valuebar-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nv2-valuebar a,
  .nv2-valuebar a:nth-child(2n),
  .nv2-valuebar a:nth-last-child(-n + 2) {
    min-height: 64px;
    border-right: 1px solid var(--nv2-line);
    border-bottom: 0;
    font-size: 11px;
  }

  .nv2-valuebar a:last-child {
    border-right: 0;
  }

  .nv2-heading {
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
    align-items: end;
    gap: 50px;
  }

  .nv2-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nv2-story--split {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(42px, 7vw, 90px);
  }

  .nv2-section--story {
    padding-block: clamp(52px, 5.5vw, 72px);
  }

  .nv2-story--reverse .nv2-story-media {
    order: 2;
  }

  .nv2-story--reverse .nv2-story-copy {
    order: 1;
  }

  .nv2-story-media--portrait {
    width: min(100%, 500px);
    max-width: 500px;
    aspect-ratio: 5 / 6;
  }

  .nv2-story-media--portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nv2-focus--brunette-standing img {
    object-position: 50% 24%;
  }

  .nv2-focus--blonde-seated img {
    object-position: 50% 25%;
  }

  .nv2-story--wide {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 28px 80px rgba(64, 43, 29, 0.14);
  }

  .nv2-story--wide .nv2-story-media {
    aspect-ratio: 21 / 9;
    border-radius: 0;
    box-shadow: none;
  }

  .nv2-story--wide .nv2-story-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nv2-focus--brunette-seated img {
    object-position: 72% 31%;
  }

  .nv2-focus--couple img {
    object-position: 68% 27%;
  }

  .nv2-story--wide .nv2-story-media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(245, 237, 229, 0.98) 0%, rgba(245, 237, 229, 0.87) 30%, rgba(245, 237, 229, 0.08) 58%, transparent 72%);
  }

  .nv2-story--wide .nv2-story-copy {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: clamp(34px, 6vw, 76px);
    width: min(43%, 500px);
    transform: translateY(-50%);
  }

  .nv2-story--wide .nv2-story-copy .nv2-eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .nv2-story--wide .nv2-story-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(40px, 5vw, 64px);
  }

  .nv2-story--wide .nv2-story-copy p:last-child {
    font-size: 16px;
    line-height: 1.72;
  }

  .nv2-audience {
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
    gap: 64px;
  }

  .nv2-faq {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 70px;
  }

  .nv2-apply {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: clamp(42px, 7vw, 90px);
    align-items: start;
  }

  .nv2-footer-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .nv2-footer-links {
    justify-items: end;
    text-align: right;
  }
}

@media (min-width: 760px) and (max-width: 979px) {
  .nv2-apply {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}

@media (min-width: 980px) {
  .nv2-nav {
    min-height: 80px;
  }

  .nv2-logo {
    flex-basis: 220px;
  }

  .nv2-hero {
    padding: 34px 0 72px;
  }

  .nv2-hero-stage {
    position: relative;
    display: block;
  }

  .nv2-hero-copy {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: auto;
    bottom: auto;
    left: clamp(34px, 5.5vw, 76px);
    width: min(47%, 570px);
    padding: 0;
    transform: translateY(-50%);
    color: var(--nv2-ink);
  }

  .nv2-hero-copy .nv2-kicker {
    margin-bottom: 14px;
    color: var(--nv2-bronze-dark);
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.25;
    text-shadow: none;
  }

  .nv2-hero-copy h1 {
    color: var(--nv2-ink);
    text-shadow: none;
  }

  .nv2-hero-copy h1 em {
    color: var(--nv2-bronze-dark);
  }

  .nv2-hero-tagline,
  .nv2-hero-category {
    margin-bottom: 8px;
    color: #463c34;
    font-size: 17px;
    line-height: 1.45;
    text-shadow: none;
  }

  .nv2-hero-category {
    max-width: 560px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.32;
  }

  .nv2-hero-lead {
    margin-bottom: 26px;
    color: #594f47;
    line-height: 1.62;
    text-shadow: none;
  }

  .nv2-hero-copy .nv2-actions {
    gap: 10px;
  }

  .nv2-hero-copy .nv2-button {
    flex: 0 0 auto;
    padding-inline: 20px;
    border-color: var(--nv2-ink);
    background: var(--nv2-ink);
    color: #fff !important;
    backdrop-filter: none;
  }

  .nv2-hero-copy .nv2-button--ghost {
    background: rgba(251, 248, 243, 0.66);
    color: var(--nv2-ink) !important;
  }

  .nv2-hero-media {
    aspect-ratio: 16 / 9;
    border-radius: 34px;
  }

  .nv2-hero-media::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgba(244, 232, 221, 0.98) 0%, rgba(244, 232, 221, 0.88) 31%, rgba(244, 232, 221, 0.1) 57%, transparent 70%);
  }

  .nv2 h1 {
    font-size: clamp(56px, 5.8vw, 82px);
  }

  .nv2-lang-de .nv2-hero-copy h1,
  .nv2-lang-fr .nv2-hero-copy h1,
  .nv2-lang-ro .nv2-hero-copy h1,
  .nv2-lang-es .nv2-hero-copy h1 {
    font-size: clamp(50px, 5vw, 70px);
  }

  .nv2-hero-lead {
    font-size: 16px;
  }

  .nv2-service-grid,
  .nv2-process,
  .nv2-onboarding,
  .nv2-direction-grid,
  .nv2-control-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nv2-service-grid h3,
  .nv2-onboarding h3,
  .nv2-direction-grid h3,
  .nv2-control-grid h3 {
    font-size: 21px;
  }

}

@media (min-width: 1180px) {
  .nv2-mobile-menu {
    display: none;
  }

  .nv2-desktop-menu {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.2vw, 20px);
    white-space: nowrap;
  }

  .nv2-desktop-menu > a:not(.nv2-button) {
    position: relative;
    font-size: 11px;
    font-weight: 650;
  }

  .nv2-desktop-menu > a:not(.nv2-button)[aria-current="location"] {
    color: var(--nv2-bronze-dark);
  }

  .nv2-desktop-menu > a:not(.nv2-button)[aria-current="location"]::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 1px;
    content: "";
    background: currentColor;
  }
}

@media (max-width: 374px) {
  .nv2-shell {
    width: min(calc(100% - 20px), 1220px);
  }

  .nv2-logo {
    flex-basis: 154px;
  }

  .nv2 h1 {
    font-size: 39px;
  }

  .nv2-hero-copy .nv2-kicker {
    font-size: 13px;
    letter-spacing: 0.09em;
  }

  .nv2-button {
    min-height: 46px;
    padding-inline: 17px;
  }

  .nv2-card,
  .nv2-service-grid article,
  .nv2-process li,
  .nv2-onboarding li,
  .nv2-fit-grid article,
  .nv2-direction-grid article,
  .nv2-control-grid article,
  .nv2-age-card {
    padding: 22px;
  }
}

@media (max-width: 340px) {
  .nv2-hero-copy .nv2-kicker {
    letter-spacing: 0.04em;
  }
}

.nv2-error-page {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.nv2-error-page .nv2-header {
  position: relative;
}

.nv2-error-main {
  flex: 1 0 auto;
  display: grid;
  align-items: center;
  padding: clamp(54px, 9vw, 120px) 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(139, 108, 84, 0.18), transparent 34%),
    linear-gradient(135deg, #fbf8f3 0%, #f2e8de 100%);
}

.nv2-error-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(38px, 7vw, 92px);
  border: 1px solid var(--nv2-line);
  border-radius: clamp(26px, 4vw, 46px);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 30px 90px rgba(73, 52, 38, 0.12);
}

.nv2-error-card::after {
  position: absolute;
  z-index: -1;
  width: clamp(210px, 35vw, 480px);
  aspect-ratio: 1;
  right: clamp(-180px, -12vw, -70px);
  bottom: clamp(-230px, -14vw, -100px);
  border-radius: 50%;
  content: "";
  background: linear-gradient(145deg, rgba(139, 108, 84, 0.28), rgba(241, 231, 220, 0.08));
}

.nv2-error-card .nv2-kicker {
  margin-bottom: 18px;
  color: var(--nv2-bronze-dark);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.18em;
}

.nv2-error-card h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.95;
}

.nv2-error-description {
  max-width: 670px;
  margin-bottom: 32px;
  color: var(--nv2-muted);
  font-size: clamp(17px, 2vw, 21px);
}

.nv2-error-card .nv2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nv2-error-card .nv2-button--ghost {
  background: transparent;
}

.nv2-error-page .nv2-footer {
  flex: 0 0 auto;
}

@media (max-width: 520px) {
  .nv2-error-page .nv2-nav {
    min-height: 78px;
  }

  .nv2-error-page .nv2-nav > .nv2-button {
    display: none;
  }

  .nv2-error-card .nv2-actions {
    display: grid;
  }

  .nv2-error-card .nv2-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nv2 *,
  .nv2 *::before,
  .nv2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
