/*
Theme Name: Salient NoCap Child
Theme URI: https://nocap-barbers.at
Description: Child theme for NoCap Barbers modern front page redesign.
Author: Local Team
Template: salient
Version: 1.0.0
Text Domain: salient-nocap-child
*/

:root {
  --nc-bg: #0e0f11;
  --nc-panel: #13151a;
  --nc-panel-soft: #1a1d24;
  --nc-surface: #f4f1eb;
  --nc-surface-2: #efebe3;
  --nc-text: #161616;
  --nc-muted: #6f737a;
  --nc-light: #f8f6f2;
  --nc-accent: #c39a62;
  --nc-accent-strong: #a87d42;
  --nc-shadow-sm: 0 12px 26px rgba(5, 6, 9, 0.16);
  --nc-shadow-lg: 0 24px 52px rgba(5, 6, 9, 0.28);
  --nc-radius-sm: 14px;
  --nc-radius-md: 20px;
  --nc-radius-lg: 30px;
  --nc-max: 1260px;
}

.home.nocap-frontpage-refresh #ajax-content-wrap {
  background: linear-gradient(180deg, #ece8df 0%, #f6f3ed 32%, #f0ece4 100%);
}

.home.nocap-frontpage-refresh .container-wrap,
.home.nocap-frontpage-refresh .main-content {
  background: transparent;
}

.home.nocap-frontpage-refresh .skip-link {
  position: absolute;
  top: -120px;
  left: 16px;
  z-index: 200000;
  padding: 12px 14px;
  border-radius: 10px;
  background: #111319;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}

.home.nocap-frontpage-refresh .skip-link:focus {
  top: 14px;
}

.home.nocap-frontpage-refresh .nocap-modern-home {
  color: var(--nc-text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  overflow: clip;
  max-width: 100vw;
}

.home.nocap-frontpage-refresh,
.home.nocap-frontpage-refresh body {
  overflow-x: hidden;
}

.home.nocap-frontpage-refresh #header-outer #logo img.stnd,
.home.nocap-frontpage-refresh #header-outer #logo img.starting-logo,
.home.nocap-frontpage-refresh #header-outer #logo img {
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  object-position: center;
}

.home.nocap-frontpage-refresh #header-outer #logo {
  display: block !important;
  width: auto;
  min-height: 0;
  line-height: 0;
}

@media only screen and (min-width: 1000px) {
  .home.nocap-frontpage-refresh #top nav {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .home.nocap-frontpage-refresh #top nav > ul {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .home.nocap-frontpage-refresh #top nav > ul.buttons {
    flex: 0 0 auto;
  }

  .home.nocap-frontpage-refresh #top nav a {
    position: relative;
  }

  .home.nocap-frontpage-refresh #header-outer[data-format="default"] #top > .container > .row {
    position: relative;
    min-height: 88px;
  }

  .home.nocap-frontpage-refresh #header-outer[data-format="default"] #top > .container > .row > .span_3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 88px;
    text-align: center;
    pointer-events: none;
    z-index: 2;
  }

  .home.nocap-frontpage-refresh #header-outer[data-format="default"] #top > .container > .row > .span_3 #logo {
    display: inline-flex !important;
    position: relative;
    top: auto;
    transform: none;
    margin-top: clamp(18px, 2vw, 22px);
    pointer-events: auto;
  }
}

.home.nocap-frontpage-refresh #footer-outer #block-3 img,
.home.nocap-frontpage-refresh #footer-outer .widget_media_image img[alt*="NoCap"],
.home.nocap-frontpage-refresh #footer-outer .widget_media_image img[alt*="No Cap"] {
  width: min(150px, 100%) !important;
  max-width: min(150px, 100%) !important;
  height: auto;
  object-fit: contain;
}

.home.nocap-frontpage-refresh #top nav a.nocap-nav-active,
.home.nocap-frontpage-refresh #top nav li.nocap-nav-active > a,
.home.nocap-frontpage-refresh .off-canvas-menu-container a.nocap-nav-active {
  color: var(--nc-accent) !important;
  background: transparent !important;
}

.home.nocap-frontpage-refresh #top nav a.nocap-nav-active::after,
.home.nocap-frontpage-refresh #top nav li.nocap-nav-active > a::after {
  display: none;
}

.home.nocap-frontpage-refresh .nocap-lang-switcher {
  --lang-h: 40px;
  --lang-w: 248px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: var(--lang-w);
  height: var(--lang-h);
  align-items: stretch;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(12, 14, 18, 0.62);
  backdrop-filter: blur(16px);
  border-radius: 999px;
  overflow: hidden;
  box-sizing: border-box;
}

.home.nocap-frontpage-refresh .nocap-hero-language {
  display: flex;
  min-height: 40px;
  margin: 0 0 24px;
}


.home.nocap-frontpage-refresh .nocap-lang-switcher button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  font: 800 10px/1 "Manrope", sans-serif;
  letter-spacing: 0.08em;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.18s ease, color 0.18s ease;
}

.home.nocap-frontpage-refresh .nocap-lang-switcher button:first-child {
  border-radius: 999px 0 0 999px;
}

.home.nocap-frontpage-refresh .nocap-lang-switcher button:last-child {
  border-radius: 0 999px 999px 0;
}

.home.nocap-frontpage-refresh .nocap-lang-switcher button:hover,
.home.nocap-frontpage-refresh .nocap-lang-switcher button:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.home.nocap-frontpage-refresh .nocap-lang-switcher button.is-active {
  background: #f7f3ea;
  color: #111319;
}

.home.nocap-frontpage-refresh .nocap-lang-switcher img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  border: 0;
  flex: 0 0 auto;
  margin: 0;
}

.home.nocap-frontpage-refresh .nocap-modern-home * {
  box-sizing: border-box;
}

.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] :where(h1, h2, h3, p, li, blockquote),
.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] :where(h1, h2, h3, p, li, blockquote) {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] :where(.nocap-hero-copy, .nocap-service-item, .nocap-story-node, .nocap-review-content, .nocap-review-quote, .nocap-product-copy, .nocap-gallery-cta, .nocap-team-copy, .nocap-booking-strip, .nocap-faq-item, .nocap-contact-card),
.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] :where(.nocap-hero-copy, .nocap-service-item, .nocap-story-node, .nocap-review-content, .nocap-review-quote, .nocap-product-copy, .nocap-gallery-cta, .nocap-team-copy, .nocap-booking-strip, .nocap-faq-item, .nocap-contact-card) {
  min-width: 0;
}

.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] :where(.nocap-kicker, .nocap-booking-kicker, .nocap-product-kicker, .nocap-gallery-cta-copy span, .nocap-review-chip, .nocap-btn, .nocap-team-role),
.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] :where(.nocap-kicker, .nocap-booking-kicker, .nocap-product-kicker, .nocap-gallery-cta-copy span, .nocap-review-chip, .nocap-btn, .nocap-team-role) {
  letter-spacing: 0.08em;
}

.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] .nocap-quote-meta,
.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] .nocap-quote-meta {
  height: auto;
  min-height: 54px;
}

.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] .nocap-review-chip,
.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] .nocap-review-chip {
  white-space: normal;
  line-height: 1.25;
}

.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] .nocap-btn,
.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] .nocap-btn {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] .nocap-service-item-top,
.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] .nocap-service-item-top {
  min-width: 0;
}

.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] .nocap-service-mark,
.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] .nocap-service-mark {
  display: none;
}

.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] .nocap-service-heading,
.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] .nocap-service-heading,
.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] .nocap-service-body,
.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] .nocap-service-body {
  width: 100%;
  min-width: 0;
}

.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] .nocap-service-body p,
.home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] .nocap-service-body p {
  width: 100%;
  max-width: none;
  overflow-wrap: normal;
}

.home.nocap-frontpage-refresh .nocap-shell {
  width: min(var(--nc-max), calc(100% - 2.6rem));
  margin: 0 auto;
}

.home.nocap-frontpage-refresh h1,
.home.nocap-frontpage-refresh h2,
.home.nocap-frontpage-refresh h3,
.home.nocap-frontpage-refresh h4,
.home.nocap-frontpage-refresh h5 {
  font-family: "Fraunces", Georgia, serif;
  color: #111215;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.home.nocap-frontpage-refresh p,
.home.nocap-frontpage-refresh li,
.home.nocap-frontpage-refresh a,
.home.nocap-frontpage-refresh span {
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.home.nocap-frontpage-refresh .nocap-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.72);
}

.home.nocap-frontpage-refresh .nocap-hero {
  position: relative;
  padding: 120px 0 86px;
  min-height: 100svh;
  box-sizing: border-box;
  color: #ffffff;
  background: #08090d;
  overflow: hidden;
}

.home.nocap-frontpage-refresh .nocap-hero::after {
  display: none;
}

.home.nocap-frontpage-refresh .nocap-hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.home.nocap-frontpage-refresh .nocap-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: rgba(7, 9, 12, 0.68);
  pointer-events: none;
}

.home.nocap-frontpage-refresh .nocap-hero-overlay::before,
.home.nocap-frontpage-refresh .nocap-hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home.nocap-frontpage-refresh .nocap-hero-overlay::before {
  display: none;
}

.home.nocap-frontpage-refresh .nocap-hero-overlay::after {
  display: none;
}

.home.nocap-frontpage-refresh .nocap-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
}

.home.nocap-frontpage-refresh .nocap-shell {
  position: relative;
  z-index: 2;
}

.home.nocap-frontpage-refresh .nocap-hero-copy {
  position: relative;
  max-width: 820px;
  padding-top: 24px;
}

.home.nocap-frontpage-refresh .nocap-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 5.8vw, 5.15rem);
  text-wrap: balance;
  font-family: "Roboto Slab", "Segoe UI", sans-serif;
}

.home.nocap-frontpage-refresh .nocap-lead {
  margin: 16px 0 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.72;
}

.home.nocap-frontpage-refresh .nocap-hero-signal {
  width: min(500px, 100%);
  margin-top: clamp(42px, 5vw, 70px);
  display: grid;
  gap: 8px;
}

.home.nocap-frontpage-refresh .nocap-hero-reviews {
  position: relative;
  display: grid;
  gap: 10px;
  width: min(360px, 100%);
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  clip-path: none;
  transition: transform 0.24s ease, color 0.24s ease;
}

.home.nocap-frontpage-refresh .nocap-hero-reviews::after {
  display: none;
}

.home.nocap-frontpage-refresh .nocap-hero-reviews:hover,
.home.nocap-frontpage-refresh .nocap-hero-reviews:focus-visible {
  transform: translateY(-2px);
}

.home.nocap-frontpage-refresh .nocap-hero-reviews-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
  min-width: 0;
}

.home.nocap-frontpage-refresh .nocap-hero-reviews-main strong {
  color: rgba(255, 255, 255, 0.68);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.home.nocap-frontpage-refresh .nocap-hero-stars {
  color: #d8ad38;
  display: inline-block;
  font-size: clamp(1.55rem, 3.4vw, 2.15rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: none;
  white-space: nowrap;
}

.home.nocap-frontpage-refresh .nocap-hero-reviews-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  min-width: 0;
}

.home.nocap-frontpage-refresh .nocap-hero-review-logos {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  flex: 0 1 auto;
}

.home.nocap-frontpage-refresh .nocap-hero-review-logos img {
  width: 23px;
  height: 23px;
  padding: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  object-fit: contain;
}

.home.nocap-frontpage-refresh .nocap-actions {
  margin-top: clamp(16px, 2vw, 22px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.home.nocap-frontpage-refresh .nocap-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.home.nocap-frontpage-refresh .nocap-btn:hover {
  transform: translateY(-2px);
}

.home.nocap-frontpage-refresh .nocap-btn-primary {
  gap: 12px;
  padding-right: 16px;
  border-color: rgba(255, 255, 255, 0.24);
  background: #c99a56;
  color: #101216;
  box-shadow: none;
}

.home.nocap-frontpage-refresh .nocap-btn-primary::after {
  content: "\2192";
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(16, 18, 22, 0.92);
  color: #f5e4c2;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}

.home.nocap-frontpage-refresh .nocap-btn-primary:hover {
  background: #d7ad6b;
  box-shadow: none;
}

.home.nocap-frontpage-refresh .nocap-btn-ghost {
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
  background: rgba(8, 10, 14, 0.44);
  backdrop-filter: blur(7px);
}

.home.nocap-frontpage-refresh .nocap-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.1);
}

.home.nocap-frontpage-refresh .nocap-proof {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.home.nocap-frontpage-refresh .nocap-hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.home.nocap-frontpage-refresh .nocap-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 2;
  transform: scale(1.025);
  filter: blur(1.35px) saturate(0.96) contrast(1.04) brightness(0.82);
}

.home.nocap-frontpage-refresh .nocap-hero-video-soft {
  z-index: 1;
  transform: scale(1.08);
  filter: blur(22px) saturate(0.95) contrast(1.06) brightness(0.78);
  opacity: 0.5;
}

.home.nocap-frontpage-refresh .nocap-floating-note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 300px;
  padding: 16px 17px;
  border-radius: 14px;
  background: rgba(12, 13, 18, 0.84);
  color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
}

.home.nocap-frontpage-refresh .nocap-floating-note strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  letter-spacing: 0.06em;
  font-size: 11px;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-floating-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.home.nocap-frontpage-refresh .nocap-section {
  position: relative;
  padding: clamp(52px, 8vw, 110px) 0;
}

.home.nocap-frontpage-refresh .nocap-section-title {
  margin: 0;
  font-size: clamp(1.85rem, 4.3vw, 3.45rem);
  text-wrap: balance;
}

.home.nocap-frontpage-refresh .nocap-section-intro {
  margin: 16px 0 0;
  color: var(--nc-muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.72;
  max-width: 66ch;
}

.home.nocap-frontpage-refresh .nocap-story-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.home.nocap-frontpage-refresh .nocap-story-media-column {
  position: relative;
}

.home.nocap-frontpage-refresh .nocap-story-video-wrap {
  position: sticky;
  top: 110px;
  overflow: hidden;
  min-height: min(58vh, 620px);
  border: 1px solid rgba(17, 19, 23, 0.14);
  border-radius: 24px 24px 24px 6px;
  background: #0d1015;
}

.home.nocap-frontpage-refresh .nocap-story-video-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, rgba(13, 16, 21, 0) 0%, rgba(13, 16, 21, 0.78) 100%);
  pointer-events: none;
}

.home.nocap-frontpage-refresh .nocap-story-video {
  width: 100%;
  height: 100%;
  min-height: min(58vh, 620px);
  object-fit: cover;
  display: block;
  filter: saturate(1.04) contrast(1.02);
}

.home.nocap-frontpage-refresh .nocap-story-video-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(17, 19, 23, 0.12);
  color: #51555d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-story-copy-column {
  padding-top: clamp(8px, 2vw, 24px);
  position: relative;
}

.home.nocap-frontpage-refresh .nocap-story-copy-column::before {
  content: none;
}

.home.nocap-frontpage-refresh .nocap-story-lead {
  max-width: 58ch;
  position: relative;
  margin-top: 18px;
  padding: 18px 22px 0 0;
}

.home.nocap-frontpage-refresh .nocap-story-lead::after {
  content: none;
}

.home.nocap-frontpage-refresh .nocap-story-flow {
  margin-top: clamp(20px, 2.6vw, 34px);
  display: grid;
  gap: 8px;
}

.home.nocap-frontpage-refresh .nocap-story-flow-editorial {
  gap: 0;
  margin-top: clamp(26px, 3vw, 38px);
}

.home.nocap-frontpage-refresh .nocap-story-node {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: clamp(16px, 2.2vw, 24px) 0;
  border-top: 1px solid rgba(17, 19, 23, 0.14);
}

.home.nocap-frontpage-refresh .nocap-story-node-feature {
  grid-template-columns: minmax(24px, auto) minmax(0, 1fr);
  gap: 16px;
  padding-right: clamp(6px, 1vw, 18px);
}

.home.nocap-frontpage-refresh .nocap-story-node-alt {
  padding-left: clamp(12px, 2.2vw, 24px);
}

.home.nocap-frontpage-refresh .nocap-story-index {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 0.72rem;
  border-radius: 50%;
  background:
    linear-gradient(180deg, #111319 0%, #323844 100%);
  flex: 0 0 auto;
  color: transparent;
  overflow: hidden;
}

.home.nocap-frontpage-refresh .nocap-story-node-copy h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  color: #111319;
}

.home.nocap-frontpage-refresh .nocap-story-node-copy p {
  margin: 10px 0 0;
  color: #333842;
  line-height: 1.74;
}

.home.nocap-frontpage-refresh .nocap-meaning-band {
  margin-top: 8px;
  padding: clamp(18px, 2.4vw, 28px) 0 0;
  border-top: 1px dashed rgba(17, 19, 23, 0.26);
}

.home.nocap-frontpage-refresh .nocap-meaning-band-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(18px, 3vw, 32px);
  border-top-style: solid;
  margin-top: 0;
}

.home.nocap-frontpage-refresh .nocap-meaning-band h3 {
  margin: 0;
  color: #111319;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
}

.home.nocap-frontpage-refresh .nocap-meaning-band p {
  margin: 12px 0 0;
  color: #30353f;
  line-height: 1.75;
}

.home.nocap-frontpage-refresh .nocap-meaning-band-editorial p {
  margin-top: 0;
}

.home.nocap-frontpage-refresh .nocap-story-actions {
  margin-top: 26px;
}

.home.nocap-frontpage-refresh .nocap-kicker-dark::before {
  background: rgba(17, 19, 23, 0.72);
}

.home.nocap-frontpage-refresh .nocap-meaning-section {
  padding-top: 10px;
}

.home.nocap-frontpage-refresh .nocap-meaning-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.42fr) minmax(160px, 0.24fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding: clamp(22px, 3vw, 34px) 0;
  border-top: 1px solid rgba(17, 19, 23, 0.12);
  border-bottom: 1px solid rgba(17, 19, 23, 0.12);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(90deg, rgba(17, 19, 23, 0.04) 0 1px, transparent 1px 80px);
}

.home.nocap-frontpage-refresh .nocap-meaning-section-title h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.8vw, 3.3rem);
}

.home.nocap-frontpage-refresh .nocap-meaning-section-copy p {
  margin: 0;
  color: #2f343d;
  line-height: 1.78;
}

.home.nocap-frontpage-refresh .nocap-meaning-section-copy p + p {
  margin-top: 12px;
}

.home.nocap-frontpage-refresh .nocap-meaning-section-mark {
  display: grid;
  justify-items: start;
  gap: 2px;
  color: #111319;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.9rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
}

.home.nocap-frontpage-refresh .nocap-meaning-section-mark span:last-child {
  color: #c39a62;
}

.home.nocap-frontpage-refresh .nocap-new-shop {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(195, 154, 98, 0.08), transparent 42%),
    #f8f5ef;
  color: #17191e;
  border-bottom: 1px solid rgba(17, 19, 23, 0.1);
}

.home.nocap-frontpage-refresh .nocap-new-shop-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.home.nocap-frontpage-refresh .nocap-new-shop-media {
  position: relative;
  min-height: clamp(430px, 48vw, 660px);
  overflow: hidden;
  border-radius: 30px 8px 30px 8px;
  background:
    linear-gradient(135deg, #151922, #292f3a);
  box-shadow: 0 28px 70px rgba(17, 19, 23, 0.16);
}

.home.nocap-frontpage-refresh .nocap-new-shop-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.home.nocap-frontpage-refresh .nocap-new-shop-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  background: rgba(10, 13, 18, 0.76);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  backdrop-filter: blur(12px);
}

.home.nocap-frontpage-refresh .nocap-new-shop-copy {
  min-width: 0;
  padding-block: clamp(8px, 2vw, 28px);
}

.home.nocap-frontpage-refresh .nocap-new-shop-copy .nocap-section-title {
  max-width: 14ch;
  font-size: clamp(2.15rem, 4.4vw, 4.4rem);
}

.home.nocap-frontpage-refresh .nocap-new-shop-text {
  max-width: 60ch;
  margin: clamp(20px, 2.6vw, 30px) 0 0;
  color: #3c414a;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.home.nocap-frontpage-refresh .nocap-new-shop-details {
  display: grid;
  gap: 8px;
  margin-top: clamp(22px, 3vw, 36px);
  padding: 18px 0 18px 20px;
  border-left: 3px solid #c39a62;
}

.home.nocap-frontpage-refresh .nocap-new-shop-address,
.home.nocap-frontpage-refresh .nocap-new-shop-meta {
  margin: 0;
}

.home.nocap-frontpage-refresh .nocap-new-shop-address {
  color: #15171c;
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
  font-weight: 800;
}

.home.nocap-frontpage-refresh .nocap-new-shop-meta {
  color: #656a72;
  line-height: 1.6;
}

.home.nocap-frontpage-refresh .nocap-new-shop-cta {
  width: fit-content;
  margin-top: clamp(22px, 3vw, 34px);
}

.home.nocap-frontpage-refresh .nocap-services {
  background:
    linear-gradient(180deg, #f6f0e6 0%, #f3ece2 100%);
  color: #14161a;
  padding-bottom: clamp(72px, 9vw, 132px);
  border-top: 1px solid rgba(15, 16, 20, 0.06);
  border-bottom: 1px solid rgba(15, 16, 20, 0.08);
}

.home.nocap-frontpage-refresh .nocap-services::after {
  display: none;
}

.home.nocap-frontpage-refresh .nocap-services .nocap-section-title,
.home.nocap-frontpage-refresh .nocap-services .nocap-section-intro {
  color: #14161a;
}

.home.nocap-frontpage-refresh .nocap-services .nocap-section-intro {
  color: #5a5f67;
}

.home.nocap-frontpage-refresh .nocap-services-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 2.8vw, 28px);
  align-items: end;
}

.home.nocap-frontpage-refresh .nocap-services-grid {
  margin-top: clamp(28px, 3vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.24fr);
  gap: clamp(18px, 2.4vw, 28px);
  align-items: start;
}

.home.nocap-frontpage-refresh .nocap-services-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.home.nocap-frontpage-refresh .nocap-service-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  padding: 0;
  border-top: 0;
  align-content: start;
  height: 100%;
}

.home.nocap-frontpage-refresh .nocap-service-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 4.7;
  border-radius: 22px 6px 22px 6px;
  background: #1b1f26;
}

.home.nocap-frontpage-refresh .nocap-service-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(9, 11, 15, 0) 0%, rgba(9, 11, 15, 0.72) 100%);
  pointer-events: none;
}

.home.nocap-frontpage-refresh .nocap-service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home.nocap-frontpage-refresh .nocap-service-item-top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.home.nocap-frontpage-refresh .nocap-service-mark {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 0.7rem;
  border-radius: 50%;
  border: 1px solid rgba(17, 19, 23, 0.2);
  background:
    linear-gradient(180deg, #c39a62 0%, #a87d42 100%);
  flex: 0 0 auto;
}

.home.nocap-frontpage-refresh .nocap-service-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 42px;
  flex: 1 1 auto;
}

.home.nocap-frontpage-refresh .nocap-service-heading h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  line-height: 1.15;
}

.home.nocap-frontpage-refresh .nocap-service-body {
  display: flex;
  align-items: flex-start;
}

.home.nocap-frontpage-refresh .nocap-service-body p {
  margin: 0;
  color: #30353f;
  line-height: 1.68;
}

.home.nocap-frontpage-refresh .nocap-services-cta {
  align-self: stretch;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 20px 0 0 20px;
  border-top: 0;
  border-left: 2px solid #111319;
  position: sticky;
  top: 110px;
}

.home.nocap-frontpage-refresh .nocap-services-cta-line {
  margin: 0;
  color: #222831;
  line-height: 1.58;
  max-width: 20ch;
  font-size: 1.02rem;
  font-weight: 700;
}

.home.nocap-frontpage-refresh .nocap-services-cta .nocap-btn {
  width: 100%;
  justify-self: start;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  min-height: 54px;
  border-radius: 16px 4px 16px 4px;
  border: 1px solid #111319;
  background: #111319;
  color: #111319;
  color: #f6f0e6;
  box-shadow: none;
  letter-spacing: 0.12em;
  position: relative;
  text-align: center;
}

.home.nocap-frontpage-refresh .nocap-services-cta .nocap-btn:hover,
.home.nocap-frontpage-refresh .nocap-services-cta .nocap-btn:focus-visible {
  background: #8a6a3c;
  border-color: #8a6a3c;
  color: #ffffff;
  box-shadow: none;
  transform: translateY(0);
}

.home.nocap-frontpage-refresh .nocap-services-cta .nocap-btn:hover::after,
.home.nocap-frontpage-refresh .nocap-services-cta .nocap-btn:focus-visible::after {
  transform: none;
}

.home.nocap-frontpage-refresh .nocap-services-cta .nocap-btn-primary::after {
  flex: 0 0 auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  transform: translateY(-0.5px);
  transition: none;
  background: transparent;
}

.home.nocap-frontpage-refresh .nocap-quote {
  margin-top: 0;
  background:
    linear-gradient(180deg, #171d27 0%, #121821 100%);
  color: #ffffff;
  overflow: hidden;
}

.home.nocap-frontpage-refresh .nocap-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: clamp(18px, 2.2vw, 24px);
  position: relative;
}

.home.nocap-frontpage-refresh .nocap-quote h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.15rem, 4.5vw, 4.2rem);
  line-height: 1.02;
  max-width: 11ch;
  text-wrap: balance;
}

.home.nocap-frontpage-refresh .nocap-quote-copy {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: clamp(18px, 2vw, 28px) 0;
}

.home.nocap-frontpage-refresh .nocap-quote-copy::before {
  content: "\201C";
  position: absolute;
  top: 0;
  left: -20rem;
  color: rgba(195, 154, 98, 0.18);
  font-family: "Fraunces", Georgia, serif;
  font-size: 40dvw;
  line-height: 0.8;
  pointer-events: none;
}

.home.nocap-frontpage-refresh .nocap-quote-copy {
  font-style: italic;
}

.home.nocap-frontpage-refresh .nocap-quote-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-quote-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-content: start;
  position: relative;
}

.home.nocap-frontpage-refresh .nocap-quote-stage::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.home.nocap-frontpage-refresh .nocap-quote-media {
  min-height: 420px;
  overflow: hidden;
  border-radius: 28px 6px 28px 6px;
  background: #232837;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home.nocap-frontpage-refresh .nocap-quote-media::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  background:
    linear-gradient(160deg, rgba(7, 9, 12, 0.08), rgba(7, 9, 12, 0.46)),
    var(--quote-image);
  background-size: cover;
  background-position: center;
}

.home.nocap-frontpage-refresh .nocap-quote-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-review-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 3.8vw, 58px);
  align-items: stretch;
}

.home.nocap-frontpage-refresh .nocap-review-badge {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid rgba(17, 19, 23, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.18)),
    repeating-linear-gradient(0deg, rgba(17, 19, 23, 0.045) 0 1px, transparent 1px 44px);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  min-height: 100%;
}

.home.nocap-frontpage-refresh .nocap-review-ledger {
  display: grid;
  gap: 16px;
}

.home.nocap-frontpage-refresh .nocap-review-ledger-kicker {
  margin: 0;
  color: #11151d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-review-spark {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(17, 21, 29, 0.12);
  background: rgba(255, 252, 244, 0.8);
}

.home.nocap-frontpage-refresh .nocap-review-star {
  display: inline-block;
  font-size: 5rem;
  color: #f7c900;
}

.home.nocap-frontpage-refresh .nocap-review-spark p {
  margin: 0;
  color: #242b34;
  font-size: 0.94rem;
  line-height: 1.45;
}

.home.nocap-frontpage-refresh .nocap-review-scoreboard {
  display: grid;
  gap: 2px;
  padding: 14px 0 12px;
  border-top: 1px solid rgba(17, 19, 23, 0.2);
  border-bottom: 1px solid rgba(17, 19, 23, 0.2);
}

.home.nocap-frontpage-refresh .nocap-review-score {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  color: #10141a;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.9;
  padding-bottom: 0.5rem;

}

.home.nocap-frontpage-refresh .nocap-review-label {
  margin: 0;
  color: #4b5058;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-review-score-note {
  margin: 6px 0 0;
  max-width: 22ch;
  color: #4b5058;
  font-size: 0.95rem;
  line-height: 1.55;
}

.home.nocap-frontpage-refresh .nocap-review-brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home.nocap-frontpage-refresh .nocap-brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 21, 29, 0.12);
  color: #11151d;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.58);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.home.nocap-frontpage-refresh .nocap-brand-pill:hover,
.home.nocap-frontpage-refresh .nocap-brand-pill:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(17, 21, 29, 0.3);
}

.home.nocap-frontpage-refresh .nocap-brand-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #11151d;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: lowercase;
}

.home.nocap-frontpage-refresh .nocap-brand-pill-google {
  gap: 8px;
}

.home.nocap-frontpage-refresh .nocap-brand-google-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.home.nocap-frontpage-refresh .nocap-brand-google-dots i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.home.nocap-frontpage-refresh .nocap-brand-google-dots i:nth-child(1) {
  background: #4285f4;
}

.home.nocap-frontpage-refresh .nocap-brand-google-dots i:nth-child(2) {
  background: #ea4335;
}

.home.nocap-frontpage-refresh .nocap-brand-google-dots i:nth-child(3) {
  background: #fbbc05;
}

.home.nocap-frontpage-refresh .nocap-brand-google-dots i:nth-child(4) {
  background: #34a853;
}

.home.nocap-frontpage-refresh .nocap-review-source-list {
  display: grid;
  gap: 10px;
}

.home.nocap-frontpage-refresh .nocap-review-source {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px 12px 16px;
  border-left: 3px solid rgba(17, 21, 29, 0.72);
  color: #141922;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.28);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.home.nocap-frontpage-refresh .nocap-review-source-badge {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(17, 21, 29, 0.12);
  background: #ffffff;
  flex-shrink: 0;
}

.home.nocap-frontpage-refresh .nocap-review-source-badge img {
  width: 76%;
  height: 76%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.home.nocap-frontpage-refresh .nocap-review-source-copy-wrap {
  display: grid;
  gap: 4px;
}

.home.nocap-frontpage-refresh .nocap-review-source:hover,
.home.nocap-frontpage-refresh .nocap-review-source:focus-visible {
  transform: translateX(4px);
  border-color: #6f4f25;
  background: rgba(255, 255, 255, 0.5);
}

.home.nocap-frontpage-refresh .nocap-review-source-name {
  font-size: 1rem;
  font-weight: 700;
}

.home.nocap-frontpage-refresh .nocap-review-source-meta,
.home.nocap-frontpage-refresh .nocap-google-caption {
  margin: 0;
  color: #4b5058;
  font-size: 0.92rem;
  line-height: 1.55;
}

.home.nocap-frontpage-refresh .nocap-review-proofline {
  display: flex;
  gap: 8px;
}

.home.nocap-frontpage-refresh .nocap-review-proofline span {
  display: block;
  height: 2px;
  background: rgba(17, 21, 29, 0.72);
}

.home.nocap-frontpage-refresh .nocap-review-proofline span:nth-child(1) {
  width: 34%;
  background: #f4a261;
}

.home.nocap-frontpage-refresh .nocap-review-proofline span:nth-child(2) {
  width: 18%;
  background: #11151d;
}

.home.nocap-frontpage-refresh .nocap-review-proofline span:nth-child(3) {
  width: 48%;
  background: #4285f4;
}

.home.nocap-frontpage-refresh .nocap-review-badge-foot {
  padding-top: 2px;
}

.home.nocap-frontpage-refresh .nocap-review-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.home.nocap-frontpage-refresh .nocap-review-metrics {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home.nocap-frontpage-refresh .nocap-review-metrics span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(16, 19, 25, 0.18);
  background: rgba(255, 255, 255, 0.52);
  color: #222831;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.home.nocap-frontpage-refresh .nocap-review-metrics strong {
  color: #111319;
  font-size: 13px;
}

.home.nocap-frontpage-refresh .nocap-review-switch {
  margin-top: 20px;
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(17, 21, 29, 0.14);
  background: rgba(255, 255, 255, 0.36);
}

.home.nocap-frontpage-refresh .nocap-review-chip {
  appearance: none;
  border: 0;
  background: transparent;
  color: #222831;
  min-height: 48px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.22s ease, background-color 0.22s ease;
}

.home.nocap-frontpage-refresh .nocap-review-chip:hover,
.home.nocap-frontpage-refresh .nocap-review-chip:focus-visible {
  color: #11151d;
}

.home.nocap-frontpage-refresh .nocap-review-chip.is-active {
  background: #11151d;
  color: #ffffff;
}

.home.nocap-frontpage-refresh .nocap-review-stream {
  position: relative;
  margin-top: 16px;
  min-height: 340px;
  overflow: hidden;
  flex: 1 1 auto;
}

.home.nocap-frontpage-refresh .nocap-review-quote {
  position: absolute;
  inset: 0;
  margin: 0;
  display: block;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  color: #1f242d;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid rgba(17, 21, 29, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.26)),
    linear-gradient(90deg, rgba(17, 21, 29, 0.045) 0, rgba(17, 21, 29, 0.045) 1px, transparent 1px);
  background-size: auto, 18px 18px;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
  text-decoration: none;
  cursor: pointer;
}

.home.nocap-frontpage-refresh .nocap-review-quote.is-active {
  opacity: 1;
  transform: translateY(0);
}

.home.nocap-frontpage-refresh .nocap-review-panel-label {
  margin: 0 0 12px;
  color: #6f4f25;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-review-quote-copy {
  margin: 0;
}

.home.nocap-frontpage-refresh .nocap-review-quote-copy p {
  margin: 0;
  max-width: 30ch;
  color: #1f242d;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.5rem, 2.2vw, 2.45rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  padding-bottom: 0;
}

.home.nocap-frontpage-refresh .nocap-review-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 21, 29, 0.14);
}

.home.nocap-frontpage-refresh .nocap-review-author {
  margin: 0;
  color: #11151d;
  font-size: 1rem;
  font-weight: 700;
}

.home.nocap-frontpage-refresh .nocap-review-badge-cta {
  display: grid;
  gap: 14px;
  margin-top: auto;
  padding-top: 8px;
}

.home.nocap-frontpage-refresh .nocap-review-badge-copy {
  margin: 0;
  color: #343a43;
  font-size: 0.95rem;
  line-height: 1.6;
}

.home.nocap-frontpage-refresh .nocap-review-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid rgba(17, 21, 29, 0.14);
  background: rgba(255, 255, 255, 0.58);
  color: #11151d;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-review-booking:hover,
.home.nocap-frontpage-refresh .nocap-review-booking:focus-visible {
  color: #11151d;
  background: rgba(255, 255, 255, 0.74);
}

.home.nocap-frontpage-refresh .nocap-review-score-value {
  display: inline-block;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
}

.home.nocap-frontpage-refresh .nocap-review-score-max {
  display: inline-block;
  margin-left: 4px;
  transform: translateY(-0.12em);
  color: #3f454d;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.home.nocap-frontpage-refresh .nocap-review-meta {
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
}

.home.nocap-frontpage-refresh .nocap-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(20, 122, 72, 0.2);
  border-radius: 999px;
  background: rgba(229, 247, 237, 0.92);
  color: #12683d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  padding: 6px 10px;
}

.home.nocap-frontpage-refresh .nocap-review-verified-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #16864d;
  color: #fff;
  font-size: 0.68rem;
  line-height: 1;
}

.home.nocap-frontpage-refresh .nocap-review-booking {
  justify-content: space-between;
  gap: 12px;
  border-color: rgba(17, 21, 29, 0.9);
  border-radius: 999px;
  background: #11151d;
  box-shadow: none;
  color: #fff;
  padding: 12px 16px 12px 22px;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.home.nocap-frontpage-refresh .nocap-review-booking:hover,
.home.nocap-frontpage-refresh .nocap-review-booking:focus-visible {
  color: #11151d;
  background: #d7ff72;
  transform: translateY(-2px);
}

.home.nocap-frontpage-refresh .nocap-review-booking-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.05rem;
  letter-spacing: 0;
  line-height: 1;
}

.home.nocap-frontpage-refresh .nocap-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 12px;
}

.home.nocap-frontpage-refresh .nocap-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #11151d;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}

.home.nocap-frontpage-refresh .nocap-text-link-muted {
  color: #5d6168;
}

.home.nocap-frontpage-refresh .nocap-text-link:hover {
  color: #6f4f25;
}

.home.nocap-frontpage-refresh .nocap-products {
  background: linear-gradient(180deg, #111720 0%, #171f2d 100%);
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home.nocap-frontpage-refresh .nocap-products .nocap-section-title,
.home.nocap-frontpage-refresh .nocap-products .nocap-section-intro {
  color: #ffffff;
}

.home.nocap-frontpage-refresh .nocap-products-head {
  display: grid;
  gap: 12px;
  max-width: 820px;
}

.home.nocap-frontpage-refresh .nocap-partner-runner {
  --partner-speed: 23s;
  position: relative;
  margin-top: clamp(24px, 3.4vw, 42px);
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.14);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 34px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
}

.home.nocap-frontpage-refresh .nocap-partner-runner::before,
.home.nocap-frontpage-refresh .nocap-partner-runner::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: min(120px, 18vw);
  pointer-events: none;
  background: linear-gradient(90deg, #111720, rgba(17, 23, 32, 0));
}

.home.nocap-frontpage-refresh .nocap-partner-runner::after {
  inset: 0 0 0 auto;
  background: linear-gradient(270deg, #111720, rgba(17, 23, 32, 0));
}

.home.nocap-frontpage-refresh .nocap-partner-track {
  display: flex;
  width: max-content;
  animation: nocap-partner-marquee var(--partner-speed) linear infinite;
}

.home.nocap-frontpage-refresh .nocap-partner-runner:hover .nocap-partner-track {
  animation-play-state: paused;
}

.home.nocap-frontpage-refresh .nocap-partner-logo {
  display: grid;
  place-items: center;
  width: clamp(150px, 18vw, 230px);
  min-height: clamp(78px, 8vw, 110px);
  padding: clamp(16px, 2.2vw, 26px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
  opacity: 0.78;
  transition: opacity 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.home.nocap-frontpage-refresh .nocap-partner-logo:hover,
.home.nocap-frontpage-refresh .nocap-partner-logo:focus-visible {
  opacity: 1;
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.home.nocap-frontpage-refresh .nocap-partner-logo img {
  display: block;
  width: 100%;
  max-width: 160px;
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.18) contrast(1.05);
}

.home.nocap-frontpage-refresh .nocap-partner-logo:hover img,
.home.nocap-frontpage-refresh .nocap-partner-logo:focus-visible img {
  filter: grayscale(0) brightness(1.08) contrast(1.04);
}

.home.nocap-frontpage-refresh .nocap-products-atlas {
  margin-top: clamp(22px, 3vw, 38px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.home.nocap-frontpage-refresh .nocap-product-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(14px, 2vw, 22px);
  align-items: stretch;
  padding-top: clamp(22px, 3vw, 38px);
  min-height: clamp(240px, 24vw, 340px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.home.nocap-frontpage-refresh .nocap-product-feature::before {
  content: none;
}

.home.nocap-frontpage-refresh .nocap-product-feature-alt .nocap-product-media {
  order: 0;
  border-radius: 26px 6px 26px 6px;
}

.home.nocap-frontpage-refresh .nocap-product-feature-alt .nocap-product-copy {
  order: 0;
  padding-left: 0;
  padding-right: 0;
}

.home.nocap-frontpage-refresh .nocap-product-media {
  position: relative;
  min-height: 100%;
  border-radius: 26px 6px 26px 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.home.nocap-frontpage-refresh .nocap-product-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(10, 13, 20, 0.74) 16%, rgba(10, 13, 20, 0.18) 62%, rgba(10, 13, 20, 0.68) 100%),
    var(--product-image);
  background-size: cover;
  background-position: center;
  transition: transform 0.62s ease, filter 0.62s ease;
}

.home.nocap-frontpage-refresh .nocap-product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 80% at 100% 100%, rgba(195, 154, 98, 0.34) 0%, rgba(195, 154, 98, 0) 62%),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 22px);
  opacity: 0.46;
  pointer-events: none;
}

.home.nocap-frontpage-refresh .nocap-product-logo {
  display: none;
}

.home.nocap-frontpage-refresh .nocap-product-logo img {
  display: block;
  width: 100%;
  max-width: 120px;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}

.home.nocap-frontpage-refresh .nocap-product-copy-logo img {
  display: block;
  width: 100%;
  max-width: 110px;
  max-height: 42px;
  object-fit: contain;
  object-position: center;
}

.home.nocap-frontpage-refresh .nocap-product-copy-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: 160px;
  min-height: 48px;
  margin: 0 0 16px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.home.nocap-frontpage-refresh .nocap-product-media:hover::before {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.home.nocap-frontpage-refresh .nocap-product-number {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  min-width: 0;
  min-height: 36px;
  border-radius: 0;
  border: 0;
  border-left: 2px solid rgba(195, 154, 98, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px 7px 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-products .nocap-product-copy {
  max-width: none;
  padding: clamp(12px, 1.7vw, 20px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home.nocap-frontpage-refresh .nocap-product-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-products .nocap-product-copy h3 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: clamp(1.38rem, 2.4vw, 2.25rem);
}

.home.nocap-frontpage-refresh .nocap-products .nocap-product-copy p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.58;
  font-size: clamp(0.92rem, 1vw, 1rem);
}

.home.nocap-frontpage-refresh .nocap-product-points {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 5px;
}

.home.nocap-frontpage-refresh .nocap-product-points li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.45;
  font-size: 0.88rem;
  list-style: none;
}

.home.nocap-frontpage-refresh .nocap-product-points li::before {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 10px;
  height: 1px;
  background: rgba(195, 154, 98, 0.9);
}

.home.nocap-frontpage-refresh .nocap-products .nocap-product-copy h3 {
  margin: 0;
  font-size: clamp(1.38rem, 2.4vw, 2.25rem);
}

@keyframes nocap-partner-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes nocap-orbit-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.home.nocap-frontpage-refresh .nocap-gallery-head,
.home.nocap-frontpage-refresh .nocap-team-head {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
  gap: clamp(20px, 4vw, 52px);
  align-items: end;
}

.home.nocap-frontpage-refresh .nocap-gallery-wall {
  width: min(1380px, calc(100vw - 1rem));
  margin: clamp(30px, 4vw, 52px) 0 0 50%;
  transform: translateX(-50%);
  columns: 4 250px;
  column-gap: clamp(8px, 1vw, 14px);
}

.home.nocap-frontpage-refresh .nocap-gallery-item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: clamp(8px, 1vw, 14px);
  min-height: 0;
  overflow: hidden;
  background: #151923;
  border: 1px solid rgba(17, 19, 23, 0.12);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
  break-inside: avoid;
  contain: layout paint;
}

.home.nocap-frontpage-refresh .nocap-gallery-item:nth-child(4n + 2) {
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.home.nocap-frontpage-refresh .nocap-gallery-item-xl {
  aspect-ratio: 1.12;
}

.home.nocap-frontpage-refresh .nocap-gallery-item-wide {
  aspect-ratio: 1.62;
}

.home.nocap-frontpage-refresh .nocap-gallery-item-tall {
  aspect-ratio: 0.72;
}

.home.nocap-frontpage-refresh .nocap-gallery-item-medium {
  aspect-ratio: 1;
}

.home.nocap-frontpage-refresh .nocap-gallery-item-small {
  aspect-ratio: 1.18;
}

.home.nocap-frontpage-refresh .nocap-gallery-item-portrait {
  aspect-ratio: 0.82;
}

.home.nocap-frontpage-refresh .nocap-gallery-item-video {
  width: 100%;
  aspect-ratio: 0.86;
}

.home.nocap-frontpage-refresh .nocap-gallery-item-video-left {
  transform: none;
}

.home.nocap-frontpage-refresh .nocap-gallery-item-video-right {
  transform: none;
}

.home.nocap-frontpage-refresh .nocap-gallery-item-pull {
  transform: none;
}

.home.nocap-frontpage-refresh .nocap-gallery-item-push {
  transform: none;
}

.home.nocap-frontpage-refresh .nocap-gallery-image,
.home.nocap-frontpage-refresh .nocap-gallery-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home.nocap-frontpage-refresh .nocap-gallery-video {
  filter: saturate(0.96) contrast(1.02);
}

.home.nocap-frontpage-refresh .nocap-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.18));
  mix-blend-mode: soft-light;
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-row {
  position: relative;
  width: min(1380px, calc(100vw - 1rem));
  margin: clamp(28px, 4vw, 52px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 20px);
  box-sizing: border-box;
}

.home.nocap-frontpage-refresh .nocap-gallery-cta {
  position: relative;
  min-height: 132px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  padding: clamp(18px, 2.6vw, 30px);
  color: #111319;
  text-decoration: none;
  border: 1px solid rgba(17, 19, 23, 0.18);
  overflow: hidden;
  box-shadow: none;
  isolation: isolate;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.home.nocap-frontpage-refresh .nocap-gallery-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 18px);
  opacity: 0.72;
}

.home.nocap-frontpage-refresh .nocap-gallery-cta:hover,
.home.nocap-frontpage-refresh .nocap-gallery-cta:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(17, 19, 23, 0.42);
  color: #111319;
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-instagram {
  order: 1;
  background:
    linear-gradient(135deg, rgba(245, 198, 89, 0.74), rgba(230, 55, 121, 0.62) 50%, rgba(93, 54, 194, 0.56)),
    #f3eee5;
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-tiktok {
  order: 3;
  background:
    linear-gradient(90deg, rgba(37, 244, 238, 0.14) 0 1px, transparent 1px 18px),
    #101216;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-tiktok .nocap-gallery-cta-icon {
  color: #111319;
  background: #ffffff;
  box-shadow:
    -5px 0 0 rgba(37, 244, 238, 0.88),
    5px 0 0 rgba(254, 44, 85, 0.84);
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-tiktok:hover,
.home.nocap-frontpage-refresh .nocap-gallery-cta-tiktok:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-booking {
  order: 2;
  background:
    linear-gradient(135deg, rgba(17, 19, 25, 0.96), rgba(58, 47, 31, 0.9)),
    #111319;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-booking:hover,
.home.nocap-frontpage-refresh .nocap-gallery-cta-booking:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  background: rgba(255, 255, 255, 0.18);
  color: inherit;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-icon svg {
  width: 25px;
  height: 25px;
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-copy span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.78;
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-copy strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.home.nocap-frontpage-refresh .nocap-gallery-cta-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-left: 1px solid currentColor;
  font-size: 1.35rem;
  font-weight: 800;
}

.home.nocap-frontpage-refresh .nocap-team-roster {
  position: relative;
  margin-top: clamp(32px, 4vw, 54px);
  display: grid;
  gap: clamp(28px, 4vw, 54px);
  padding-block: clamp(12px, 2vw, 24px);
}

.home.nocap-frontpage-refresh .nocap-team-head {
  display: block;
  margin-bottom: clamp(14px, 2vw, 22px);
}

.home.nocap-frontpage-refresh .nocap-team-head .nocap-section-title {
  margin: 0;
}

.home.nocap-frontpage-refresh .nocap-team-roster::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(17, 19, 23, 0.18);
}

.home.nocap-frontpage-refresh .nocap-team-person {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(18px, 3vw, 46px);
  align-items: center;
  padding: clamp(22px, 3vw, 38px) 0;
  border-bottom: 1px solid rgba(17, 19, 23, 0.14);
}

.home.nocap-frontpage-refresh .nocap-team-person::after {
  content: "";
  position: absolute;
  left: calc(28% + 12px);
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, rgba(17, 19, 23, 0), rgba(17, 19, 23, 0.2), rgba(17, 19, 23, 0));
}

.home.nocap-frontpage-refresh .nocap-team-person-alt {
  grid-template-columns: minmax(0, 0.72fr) minmax(150px, 0.28fr);
}

.home.nocap-frontpage-refresh .nocap-team-person-alt .nocap-team-photo-wrap {
  order: 2;
}

.home.nocap-frontpage-refresh .nocap-team-person-alt .nocap-team-copy {
  order: 1;
  padding-left: 0;
  padding-right: clamp(10px, 2vw, 26px);
}

.home.nocap-frontpage-refresh .nocap-team-photo-wrap {
  position: relative;
  width: min(100%, 260px);
  justify-self: center;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #151923;
  border: 1px solid rgba(17, 19, 23, 0.18);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
}

.home.nocap-frontpage-refresh .nocap-team-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 18, 24, 0) 56%, rgba(15, 18, 24, 0.34) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 22px);
  pointer-events: none;
}

.home.nocap-frontpage-refresh .nocap-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home.nocap-frontpage-refresh .nocap-team-copy {
  position: relative;
  padding-left: clamp(10px, 2vw, 26px);
}

.home.nocap-frontpage-refresh .nocap-team-signal {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 0 7px 12px;
  border-left: 2px solid #111319;
  color: #6f4f25;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-team-copy h3 {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 4.2rem);
}

.home.nocap-frontpage-refresh .nocap-team-role {
  margin: 8px 0 0;
  color: var(--nc-accent-strong);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-team-copy p {
  max-width: 62ch;
  margin: 18px 0 0;
  color: #343741;
  line-height: 1.75;
}

.home.nocap-frontpage-refresh .nocap-booking-strip {
  position: relative;
  margin-top: clamp(28px, 4vw, 48px);
  padding: clamp(22px, 3.6vw, 42px);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 28px),
    linear-gradient(130deg, #11131a 0%, #1a1f2a 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 32px 100%, 0 calc(100% - 32px));
}

.home.nocap-frontpage-refresh .nocap-booking-kicker {
  margin: 0 0 10px;
  color: var(--nc-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home.nocap-frontpage-refresh .nocap-booking-strip h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 3vw, 2.65rem);
}

.home.nocap-frontpage-refresh .nocap-booking-strip p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.home.nocap-frontpage-refresh .nocap-booking-strip .nocap-btn {
  flex: 0 0 auto;
  min-width: 176px;
  min-height: 52px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: none;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.home.nocap-frontpage-refresh .nocap-faq {
  position: relative;
  margin-top: 0;
  padding-top: clamp(108px, 16vw, 226px);
  background: transparent;
  overflow: visible;
  z-index: 1;
}

.home.nocap-frontpage-refresh .nocap-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(17, 19, 25, 0.08) 1px, transparent 1px) 0 0 / 44px 44px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.65) 10%, #000 22%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.65) 10%, #000 22%, #000 100%);
}

.home.nocap-frontpage-refresh .nocap-faq::after {
  content: none;
}

.home.nocap-frontpage-refresh .nocap-faq-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.home.nocap-frontpage-refresh .nocap-faq-heading {
  position: sticky;
  top: 120px;
}

.home.nocap-frontpage-refresh .nocap-faq-list {
  display: grid;
  gap: 0;
  border-top: 2px solid #111319;
}

.home.nocap-frontpage-refresh .nocap-faq-item {
  display: grid;
  grid-template-columns: minmax(170px, 0.48fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  padding: clamp(20px, 3.2vw, 36px) 0;
  border-bottom: 1px solid rgba(17, 19, 25, 0.22);
}

.home.nocap-frontpage-refresh .nocap-faq-item h3 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  line-height: 1.25;
  letter-spacing: 0;
}

.home.nocap-frontpage-refresh .nocap-faq-item p {
  margin: 0;
  color: #3d4148;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.7;
}

.home.nocap-frontpage-refresh .nocap-contact {
  background: linear-gradient(180deg, #111319 0%, #171a21 100%);
  color: #ffffff;
}

.home.nocap-frontpage-refresh .nocap-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: stretch;
}

.home.nocap-frontpage-refresh .nocap-map-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 24px);
}

.home.nocap-frontpage-refresh .nocap-map,
.home.nocap-frontpage-refresh .nocap-contact-card {
  border-radius: var(--nc-radius-md);
  overflow: hidden;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home.nocap-frontpage-refresh .nocap-map {
  display: grid;
  grid-template-rows: minmax(240px, 1fr) auto;
  min-height: 320px;
  background: #111319;
}

.home.nocap-frontpage-refresh .nocap-map iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 0;
  display: block;
}

.home.nocap-frontpage-refresh .nocap-map-caption {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  background: rgba(17, 19, 25, 0.94);
  color: #ffffff;
}

.home.nocap-frontpage-refresh .nocap-map-caption strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.home.nocap-frontpage-refresh .nocap-map-caption span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.35;
}

.home.nocap-frontpage-refresh .nocap-contact-card {
  min-height: 100%;
  background: linear-gradient(180deg, #f5f1e8 0%, #ebe4d8 100%);
  color: #14161a;
  padding: clamp(20px, 2.4vw, 30px);
}

.home.nocap-frontpage-refresh .nocap-contact-card h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
}

.home.nocap-frontpage-refresh .nocap-hours {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.home.nocap-frontpage-refresh .nocap-hours li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(17, 19, 23, 0.2);
}

.home.nocap-frontpage-refresh .nocap-hours li span {
  color: #353941;
}

.home.nocap-frontpage-refresh .nocap-hours li strong {
  color: #111319;
}

.home.nocap-frontpage-refresh .nocap-contact-links {
  margin-top: 18px;
  display: grid;
  gap: 9px;
}

.home.nocap-frontpage-refresh .nocap-contact-links a {
  color: #111319;
  font-weight: 700;
  text-decoration: none;
}

.home.nocap-frontpage-refresh .nocap-contact-links a:hover {
  color: var(--nc-accent-strong);
}

.home.nocap-frontpage-refresh .nocap-social {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.home.nocap-frontpage-refresh .nocap-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #111319;
  border: 1px solid rgba(17, 19, 23, 0.24);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.home.nocap-frontpage-refresh .nocap-social-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.home.nocap-frontpage-refresh .nocap-social-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home.nocap-frontpage-refresh .nocap-social a:hover {
  color: #ffffff;
  border-color: var(--nc-accent-strong);
  background: var(--nc-accent-strong);
}

.home.nocap-frontpage-refresh #copyright .social {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center;
  align-items: center;
  gap: 26px;
  width: 100%;
}

.home.nocap-frontpage-refresh #copyright .social li {
  display: inline-flex !important;
  float: none !important;
  margin: 0 !important;
  width: auto !important;
  clear: none !important;
}

.home.nocap-frontpage-refresh #copyright .social a {
  display: inline-grid !important;
  place-items: center;
  width: 28px;
  height: 28px;
  line-height: 1;
  vertical-align: middle;
}

.home.nocap-frontpage-refresh #copyright .social svg {
  width: 20px;
  height: 20px;
  display: block;
}

.home.nocap-frontpage-refresh #copyright .social i {
  display: block;
  line-height: 28px;
  font-size: 19px;
}

.home.nocap-frontpage-refresh #footer-outer,
.home.nocap-frontpage-refresh #copyright {
  padding-bottom: clamp(38px, 7vw, 82px) !important;
}

.home.nocap-frontpage-refresh .nocap-modern-home:not(.is-reveal-ready) [data-reveal] {
  opacity: 1;
  transform: none;
  filter: none;
}

.home.nocap-frontpage-refresh .nocap-modern-home.is-reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition: opacity 0.48s ease, transform 0.48s ease, clip-path 0.54s cubic-bezier(0.22, 1, 0.36, 1), filter 0.48s ease;
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform, clip-path, filter;
}

.home.nocap-frontpage-refresh .nocap-modern-home.is-reveal-ready [data-reveal-style="hero"] {
  transform: translateY(36px) scale(1.015);
  filter: blur(12px) saturate(0.92);
}

.home.nocap-frontpage-refresh .nocap-modern-home.is-reveal-ready [data-reveal-style="clip"] {
  transform: translateY(20px);
  clip-path: inset(0 100% 0 0);
  filter: blur(0);
}

.home.nocap-frontpage-refresh .nocap-modern-home.is-reveal-ready [data-reveal-style="tilt"] {
  transform: translateY(34px) rotate(-1.8deg);
  transform-origin: 25% 80%;
}

.home.nocap-frontpage-refresh .nocap-modern-home.is-reveal-ready [data-reveal-style="slide-left"] {
  transform: translateX(-34px);
}

.home.nocap-frontpage-refresh .nocap-modern-home.is-reveal-ready [data-reveal-style="scale"] {
  transform: translateY(24px) scale(0.96);
}

.home.nocap-frontpage-refresh .nocap-modern-home.is-reveal-ready [data-reveal-style="lift"] {
  transform: translateY(42px);
}

.home.nocap-frontpage-refresh .nocap-modern-home.is-reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.home.nocap-frontpage-refresh .nocap-modern-home.is-reveal-ready .nocap-hero [data-reveal] {
  transform: translateY(36px);
}

.home.nocap-frontpage-refresh .nocap-modern-home.is-reveal-ready [data-reveal-style="clip"].is-visible {
  clip-path: inset(0);
}

.home.nocap-frontpage-refresh .nocap-modern-home.is-reveal-ready .nocap-hero [data-reveal].is-visible {
  transform: translateY(0);
}

.home.nocap-frontpage-refresh.nocap-reduced-motion [data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (max-width: 1180px) {
  .home.nocap-frontpage-refresh .nocap-modern-home {
    display: flex;
    flex-direction: column;
  }

  .home.nocap-frontpage-refresh .nocap-hero {
    order: 10;
  }

  .home.nocap-frontpage-refresh .nocap-new-shop {
    order: 20;
  }

  .home.nocap-frontpage-refresh .nocap-services {
    order: 30;
  }

  .home.nocap-frontpage-refresh .nocap-quote {
    order: 40;
  }

  .home.nocap-frontpage-refresh #uber-uns {
    order: 50;
  }

  .home.nocap-frontpage-refresh .nocap-reviews {
    order: 60;
  }

  .home.nocap-frontpage-refresh .nocap-meaning-section {
    order: 70;
  }

  .home.nocap-frontpage-refresh .nocap-products {
    order: 80;
  }

  .home.nocap-frontpage-refresh #gallerie {
    order: 90;
  }

  .home.nocap-frontpage-refresh #team {
    order: 100;
  }

  .home.nocap-frontpage-refresh .nocap-faq {
    order: 110;
  }

  .home.nocap-frontpage-refresh .nocap-contact {
    order: 120;
  }

  .home.nocap-frontpage-refresh .nocap-shell {
    width: calc(100% - 2rem);
  }

  .home.nocap-frontpage-refresh #top nav {
    gap: 10px;
  }

  .home.nocap-frontpage-refresh #top nav > ul {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .home.nocap-frontpage-refresh #top nav a.nocap-nav-active::after,
  .home.nocap-frontpage-refresh #top nav li.nocap-nav-active > a::after {
    bottom: 8px;
  }

  .home.nocap-frontpage-refresh .nocap-services-grid {
    grid-template-columns: 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-product-lab,
  .home.nocap-frontpage-refresh .nocap-review-layout,
  .home.nocap-frontpage-refresh .nocap-faq-grid,
  .home.nocap-frontpage-refresh .nocap-contact-grid,
  .home.nocap-frontpage-refresh .nocap-quote-grid,
  .home.nocap-frontpage-refresh .nocap-story-grid,
  .home.nocap-frontpage-refresh .nocap-hero-grid {
    grid-template-columns: 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-review-badge {
    max-width: 620px;
  }

  .home.nocap-frontpage-refresh .nocap-meaning-section-grid {
    grid-template-columns: 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-meaning-section-mark {
    justify-items: start;
  }

  .home.nocap-frontpage-refresh .nocap-meaning-section-copy,
  .home.nocap-frontpage-refresh .nocap-meaning-section-mark {
    max-width: 760px;
  }

  .home.nocap-frontpage-refresh .nocap-services-head,
  .home.nocap-frontpage-refresh .nocap-gallery-head,
  .home.nocap-frontpage-refresh .nocap-team-head,
  .home.nocap-frontpage-refresh .nocap-quote-stage {
    grid-template-columns: 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-quote-stage::before {
    display: none;
  }

  .home.nocap-frontpage-refresh .nocap-services-list {
    grid-template-columns: 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-service-item {
    grid-template-columns: minmax(180px, 32vw) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: clamp(14px, 2.6vw, 24px);
  }

  .home.nocap-frontpage-refresh .nocap-service-visual {
    grid-row: 1 / 3;
    aspect-ratio: 16 / 11;
    min-height: 0;
  }

  .home.nocap-frontpage-refresh .nocap-service-item-top,
  .home.nocap-frontpage-refresh .nocap-service-body {
    grid-column: 2;
  }

  .home.nocap-frontpage-refresh .nocap-story-video-wrap,
  .home.nocap-frontpage-refresh .nocap-story-video {
    min-height: clamp(260px, 38vw, 420px);
    max-height: 46vh;
  }

  .home.nocap-frontpage-refresh .nocap-product-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
  }

  .home.nocap-frontpage-refresh .nocap-products-atlas {
    grid-template-columns: 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-product-feature,
  .home.nocap-frontpage-refresh .nocap-product-feature-alt {
    grid-template-columns: minmax(180px, 0.45fr) minmax(0, 0.55fr);
  }

  .home.nocap-frontpage-refresh .nocap-product-media {
    min-height: clamp(230px, 34vw, 360px);
  }

  .home.nocap-frontpage-refresh .nocap-product-feature-alt .nocap-product-media {
    order: 0;
  }

  .home.nocap-frontpage-refresh .nocap-product-feature-alt .nocap-product-copy {
    order: 1;
  }

  .home.nocap-frontpage-refresh .nocap-product-track,
  .home.nocap-frontpage-refresh .nocap-product-track:hover,
  .home.nocap-frontpage-refresh .nocap-product-track.is-active {
    border-radius: 16px;
    transform: none;
  }

  .home.nocap-frontpage-refresh .nocap-story-video-wrap {
    position: relative;
    top: auto;
    min-height: 46vh;
  }

  .home.nocap-frontpage-refresh .nocap-story-video {
    min-height: 46vh;
  }

  .home.nocap-frontpage-refresh .nocap-faq-heading {
    position: relative;
    top: auto;
  }

  .home.nocap-frontpage-refresh .nocap-services-cta {
    position: relative;
    top: auto;
    padding-left: 0;
    border-left: 0;
    border-top: 2px solid #111319;
    padding-top: 18px;
    align-items: center;
  }

  .home.nocap-frontpage-refresh .nocap-booking-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-wall {
    width: calc(100vw - 1rem);
    columns: 3 220px;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-item-video {
    width: 100%;
    aspect-ratio: 0.88;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-cta-row {
    width: calc(100% - 2rem);
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 761px) and (max-width: 999px) {
  .home.nocap-frontpage-refresh .nocap-lang-switcher {
    --lang-h: 36px;
    --lang-w: 224px;
  }
}

@media (max-width: 760px) {
  .home.nocap-frontpage-refresh .nocap-shell {
    width: calc(100% - 1.2rem);
  }

  .home.nocap-frontpage-refresh .nocap-hero {
    min-height: 100svh;
    padding: 102px 0 58px;
  }

  .home.nocap-frontpage-refresh .nocap-hero-copy {
    max-width: 100%;
    padding-top: 0;
  }

  .home.nocap-frontpage-refresh .nocap-hero h1 {
    font-size: clamp(2.15rem, 14vw, 4rem);
  }

  .home.nocap-frontpage-refresh .nocap-actions,
  .home.nocap-frontpage-refresh .nocap-proof {
    width: 100%;
  }

  .home.nocap-frontpage-refresh .nocap-hero-signal,
  .home.nocap-frontpage-refresh .nocap-hero-reviews {
    width: 100%;
  }

  .home.nocap-frontpage-refresh .nocap-hero-reviews {
    padding: 0;
  }

  .home.nocap-frontpage-refresh .nocap-hero-signal {
    margin-top: clamp(32px, 10vw, 48px);
  }

  .home.nocap-frontpage-refresh .nocap-hero-reviews-main strong {
    font-size: 0.82rem;
  }

  .home.nocap-frontpage-refresh .nocap-hero-stars {
    font-size: clamp(1.36rem, 7vw, 1.82rem);
  }

  .home.nocap-frontpage-refresh .nocap-hero-reviews-foot {
    align-items: flex-start;
  }

  .home.nocap-frontpage-refresh .nocap-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-btn {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    text-align: center;
  }

  .home.nocap-frontpage-refresh .nocap-section {
    padding: clamp(44px, 14vw, 76px) 0;
  }

  .home.nocap-frontpage-refresh .nocap-section-title,
  .home.nocap-frontpage-refresh .nocap-quote h2,
  .home.nocap-frontpage-refresh .nocap-meaning-section-title h2 {
    overflow-wrap: anywhere;
  }

  .home.nocap-frontpage-refresh .nocap-lang-switcher {
    --lang-h: 36px;
    --lang-w: min(224px, 100%);
  }

  .home.nocap-frontpage-refresh .nocap-new-shop-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home.nocap-frontpage-refresh .nocap-new-shop-media {
    min-height: clamp(300px, 92vw, 480px);
  }

  .home.nocap-frontpage-refresh .nocap-new-shop-copy .nocap-section-title {
    max-width: none;
    font-size: clamp(2rem, 11vw, 3.5rem);
  }

  .home.nocap-frontpage-refresh .nocap-new-shop-cta {
    width: 100%;
  }

  .home.nocap-frontpage-refresh .nocap-services-grid {
    grid-template-columns: 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-services-cta .nocap-btn {
    width: min(100%, 420px);
    margin-inline: auto;
    justify-self: center;
  }

  .home.nocap-frontpage-refresh .nocap-quote-media,
  .home.nocap-frontpage-refresh .nocap-quote-media::before {
    min-height: 320px;
  }

  .home.nocap-frontpage-refresh .nocap-review-metrics {
    flex-direction: column;
    align-items: flex-start;
  }

  .home.nocap-frontpage-refresh .nocap-review-switch {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    overflow: hidden;
    padding: 4px;
    gap: 4px;
  }

  .home.nocap-frontpage-refresh .nocap-review-chip {
    white-space: nowrap;
    min-width: 0;
    padding: 8px 4px;
    font-size: 10px;
    letter-spacing: 0.08em;
    min-height: 42px;
  }

  .home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] .nocap-review-switch,
  .home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] .nocap-review-switch {
    grid-template-columns: 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] .nocap-review-chip,
  .home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] .nocap-review-chip {
    white-space: normal;
    padding: 10px 12px;
  }

  .home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="ru"] .nocap-hero h1,
  .home.nocap-frontpage-refresh .nocap-modern-home[data-current-language="uk"] .nocap-hero h1 {
    font-size: clamp(2rem, 12vw, 3.5rem);
  }

  .home.nocap-frontpage-refresh .nocap-review-quote {
    padding: 18px;
  }

  .home.nocap-frontpage-refresh .nocap-review-quote-copy p {
    max-width: none;
  }

  .home.nocap-frontpage-refresh .nocap-review-stream {
    min-height: 360px;
  }

  .home.nocap-frontpage-refresh .nocap-review-actions {
    gap: 12px;
    align-items: flex-start;
  }

  .home.nocap-frontpage-refresh .nocap-faq-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home.nocap-frontpage-refresh .nocap-product-stage {
    min-height: 390px;
  }

  .home.nocap-frontpage-refresh .nocap-product-feature,
  .home.nocap-frontpage-refresh .nocap-product-feature-alt {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home.nocap-frontpage-refresh .nocap-product-selector {
    grid-template-columns: 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-floating-note {
    right: 14px;
    left: 14px;
    bottom: 14px;
    max-width: none;
  }

  .home.nocap-frontpage-refresh .nocap-story-node-feature,
  .home.nocap-frontpage-refresh .nocap-meaning-band-editorial {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home.nocap-frontpage-refresh .nocap-story-index {
    width: max-content;
    max-width: 100%;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-wall {
    width: calc(100vw - 1rem);
    columns: 2 150px;
    column-gap: 8px;
    margin-left: 50%;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-item-video {
    width: 100%;
    aspect-ratio: 0.9;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-item-video-left,
  .home.nocap-frontpage-refresh .nocap-gallery-item-video-right {
    transform: none;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-cta {
    min-height: 118px;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .home.nocap-frontpage-refresh .nocap-services-list {
    grid-template-columns: 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-service-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-service-visual,
  .home.nocap-frontpage-refresh .nocap-service-item-top,
  .home.nocap-frontpage-refresh .nocap-service-body {
    grid-column: 1;
  }

  .home.nocap-frontpage-refresh .nocap-service-visual {
    grid-row: auto;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-cta-row {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    justify-items: stretch;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-cta-arrow {
    display: none;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-item-pull {
    transform: none;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-item-push {
    transform: none;
  }

  .home.nocap-frontpage-refresh .nocap-team-person,
  .home.nocap-frontpage-refresh .nocap-team-person-alt {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home.nocap-frontpage-refresh .nocap-team-person::after {
    display: none;
  }

  .home.nocap-frontpage-refresh .nocap-team-person-alt .nocap-team-photo-wrap,
  .home.nocap-frontpage-refresh .nocap-team-person-alt .nocap-team-copy {
    order: initial;
  }

  .home.nocap-frontpage-refresh .nocap-team-photo-wrap {
    justify-self: start;
    width: min(210px, 72vw);
  }

  .home.nocap-frontpage-refresh .nocap-team-copy,
  .home.nocap-frontpage-refresh .nocap-team-person-alt .nocap-team-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .home.nocap-frontpage-refresh .nocap-booking-strip .nocap-btn {
    width: 100%;
  }

  .home.nocap-frontpage-refresh .nocap-map,
  .home.nocap-frontpage-refresh .nocap-contact-card {
    min-height: 340px;
  }

  .home.nocap-frontpage-refresh .nocap-map iframe {
    min-height: 260px;
  }

  .home.nocap-frontpage-refresh .nocap-contact-card {
    padding: 24px 18px;
  }

  .home.nocap-frontpage-refresh .nocap-hours li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .home.nocap-frontpage-refresh .nocap-social {
    flex-wrap: wrap;
  }

  .home.nocap-frontpage-refresh .nocap-story-video-wrap,
  .home.nocap-frontpage-refresh .nocap-story-video {
    min-height: clamp(240px, 58vw, 360px);
    max-height: 48vh;
  }
}

@media (max-width: 1180px) {
  html.nocap-mobile-menu-locked,
  body.nocap-mobile-menu-locked {
    overflow: hidden !important;
    height: 100dvh;
    touch-action: none;
  }

  body.nocap-mobile-menu-locked {
    position: fixed;
    inset: var(--nocap-lock-top, 0) 0 auto 0;
    width: 100%;
  }

  body.nocap-mobile-menu-locked #ajax-content-wrap {
    overflow: hidden !important;
  }

  body.nocap-mobile-menu-locked .off-canvas-menu-container,
  body.nocap-mobile-menu-locked .off-canvas-menu-container .inner,
  body.nocap-mobile-menu-locked .off-canvas-menu-container .inner-wrap {
    max-height: 100dvh !important;
    overflow: hidden !important;
    overscroll-behavior: contain;
  }
}

@media (max-width: 480px) {
  .home.nocap-frontpage-refresh .nocap-shell {
    width: calc(100% - 1rem);
  }

  .home.nocap-frontpage-refresh .nocap-gallery-wall {
    columns: 1 100%;
    width: calc(100vw - 1rem);
  }

  .home.nocap-frontpage-refresh .nocap-gallery-item {
    margin-bottom: 8px;
  }

  .home.nocap-frontpage-refresh .nocap-service-item,
  .home.nocap-frontpage-refresh .nocap-product-feature,
  .home.nocap-frontpage-refresh .nocap-booking-strip,
  .home.nocap-frontpage-refresh .nocap-review-badge {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home.nocap-frontpage-refresh .nocap-product-media {
    min-height: 220px;
  }

  .home.nocap-frontpage-refresh .nocap-review-switch {
    margin-right: calc(-0.5rem);
  }
}

@media (min-width: 481px) and (max-width: 760px) {
  .home.nocap-frontpage-refresh .nocap-service-item {
    grid-template-columns: minmax(170px, 34vw) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: 18px;
  }

  .home.nocap-frontpage-refresh .nocap-service-visual {
    grid-row: 1 / 3;
    aspect-ratio: 16 / 11;
  }

  .home.nocap-frontpage-refresh .nocap-service-item-top,
  .home.nocap-frontpage-refresh .nocap-service-body {
    grid-column: 2;
  }

  .home.nocap-frontpage-refresh .nocap-product-feature,
  .home.nocap-frontpage-refresh .nocap-product-feature-alt {
    grid-template-columns: minmax(190px, 0.45fr) minmax(0, 0.55fr);
  }

  .home.nocap-frontpage-refresh .nocap-product-media {
    min-height: clamp(240px, 44vw, 330px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home.nocap-frontpage-refresh [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home.nocap-frontpage-refresh .nocap-review-ring {
    animation: none;
  }

  .home.nocap-frontpage-refresh .nocap-review-quote {
    transition: none;
  }

  .home.nocap-frontpage-refresh .nocap-product-stage::before {
    transition: none;
  }
}

/* === Gallery / Social CTA divider + spacing === */
.home.nocap-frontpage-refresh .nocap-gallery-cta-row {
  margin-top: clamp(40px, 6vw, 80px);
  padding-top: clamp(28px, 4vw, 48px);
  border-top: 1px solid rgba(17, 19, 23, 0.18);
}

/* === TikTok icon parity in header / footer === */
.home.nocap-frontpage-refresh #header-outer .nocap-tiktok-li,
.home.nocap-frontpage-refresh #footer-outer .nocap-tiktok-li {
  list-style: none;
}

.home.nocap-frontpage-refresh #header-outer .nocap-tiktok-link i,
.home.nocap-frontpage-refresh #footer-outer .nocap-tiktok-link i,
.home.nocap-frontpage-refresh #social-in-menu .nocap-tiktok-link i,
.home.nocap-frontpage-refresh #copyright .social .nocap-tiktok-link i {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}

.home.nocap-frontpage-refresh #header-outer .nocap-tiktok-link,
.home.nocap-frontpage-refresh #footer-outer .nocap-tiktok-link,
.home.nocap-frontpage-refresh #social-in-menu .nocap-tiktok-link,
.home.nocap-frontpage-refresh #copyright .social .nocap-tiktok-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home.nocap-frontpage-refresh #header-outer .nocap-tiktok-svg,
.home.nocap-frontpage-refresh #footer-outer .nocap-tiktok-svg,
.home.nocap-frontpage-refresh #social-in-menu .nocap-tiktok-svg,
.home.nocap-frontpage-refresh #copyright .social .nocap-tiktok-svg {
  width: 22px !important;
  height: 22px !important;
}

.home.nocap-frontpage-refresh .nocap-social .nocap-tiktok-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #111319;
  border: 1px solid rgba(17, 19, 23, 0.24);
  text-decoration: none;
}

.home.nocap-frontpage-refresh .nocap-social .nocap-tiktok-link:hover {
  color: #ffffff;
  border-color: var(--nc-accent-strong);
  background: var(--nc-accent-strong);
}

/* === Mobile fixes (text alignment, services height, quote swap, about trim, off-canvas no-scroll, products) === */
@media (max-width: 760px) {
  .home.nocap-frontpage-refresh .nocap-shell {
    width: calc(100% - 1.2rem);
  }

  /* Remove story node index circle to align content with headings above */
  .home.nocap-frontpage-refresh .nocap-story-node-feature {
    grid-template-columns: 1fr;
  }

  .home.nocap-frontpage-refresh .nocap-story-index {
    display: none;
  }

  /* Kicker line: reduce width so kicker aligns closer to headings */
  .home.nocap-frontpage-refresh .nocap-kicker::before {
    width: 18px;
  }

  .home.nocap-frontpage-refresh .nocap-service-visual {
    aspect-ratio: 16 / 11;
    border-radius: 18px 4px 18px 4px;
  }

  .home.nocap-frontpage-refresh .nocap-quote-grid {
    display: flex;
    flex-direction: column;
  }

  .home.nocap-frontpage-refresh .nocap-quote-stage {
    order: -1;
  }

  .home.nocap-frontpage-refresh .nocap-story-lead {
    padding-right: 0;
  }

  .home.nocap-frontpage-refresh .nocap-story-video-wrap,
  .home.nocap-frontpage-refresh .nocap-story-video {
    min-height: clamp(240px, 58vw, 360px);
    max-height: 48vh;
    border-radius: 16px 4px 16px 4px;
  }

  .home.nocap-frontpage-refresh .nocap-product-feature,
  .home.nocap-frontpage-refresh .nocap-product-feature-alt {
    padding-top: 26px;
    gap: 18px;
  }

  .home.nocap-frontpage-refresh .nocap-product-copy-logo {
    margin-bottom: 12px;
    max-width: 140px;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-cta-row {
    margin-top: 36px;
    padding-top: 28px;
    justify-items: center;
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }

  .home.nocap-frontpage-refresh .nocap-gallery-cta {
    width: 100%;
  }

  /* Services CTA: center on mobile */
  .home.nocap-frontpage-refresh .nocap-services-cta {
    text-align: center;
    align-items: center;
  }

  .home.nocap-frontpage-refresh .nocap-services-cta-line {
    max-width: none;
  }

  /* FAQ headings: more prominent on mobile */
  .home.nocap-frontpage-refresh .nocap-faq-item h3 {
    font-size: clamp(1.12rem, 4.5vw, 1.38rem);
    font-weight: 800;
    color: #111319;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 8px;
  }

  /* Social links: center */
  .home.nocap-frontpage-refresh .nocap-social {
    justify-content: center;
  }

  /* Booking strip: center text on mobile */
  .home.nocap-frontpage-refresh .nocap-booking-strip {
    text-align: center;
    align-items: center;
  }

  /* Off-canvas mobile menu: lock scroll */
  body.mobile-active,
  body.mobile-menu-overlay-active,
  body.material-ocm-open,
  body.ascend-mobile-menu-open,
  body.nocap-mobile-menu-locked {
    position: fixed;
    inset: var(--nocap-lock-top, 0) 0 auto 0;
    width: 100%;
    height: 100dvh;
    overflow: hidden !important;
    touch-action: none;
  }

  body.mobile-active #ajax-content-wrap,
  body.mobile-menu-overlay-active #ajax-content-wrap,
  body.material-ocm-open #ajax-content-wrap,
  body.ascend-mobile-menu-open #ajax-content-wrap,
  body.nocap-mobile-menu-locked #ajax-content-wrap {
    overflow: hidden !important;
  }

  body.mobile-active .off-canvas-menu-container,
  body.mobile-active .off-canvas-menu-container .inner,
  body.mobile-active .off-canvas-menu-container .inner-wrap,
  body.mobile-menu-overlay-active .off-canvas-menu-container,
  body.mobile-menu-overlay-active .off-canvas-menu-container .inner,
  body.material-ocm-open .off-canvas-menu-container,
  body.material-ocm-open .off-canvas-menu-container .inner,
  body.nocap-mobile-menu-locked .off-canvas-menu-container,
  body.nocap-mobile-menu-locked .off-canvas-menu-container .inner {
    max-height: 100dvh !important;
    max-height: 100vh !important;
    overflow: hidden !important;
  }

  body.mobile-active .off-canvas-menu-container ul,
  body.mobile-menu-overlay-active .off-canvas-menu-container ul,
  body.material-ocm-open .off-canvas-menu-container ul,
  body.nocap-mobile-menu-locked .off-canvas-menu-container ul {
    overflow: hidden !important;
  }

  .home.nocap-frontpage-refresh .off-canvas-menu-container .nocap-lang-switcher-mobile {
    margin: 18px auto 20px;
  }
}

@media (max-width: 480px) {
  .home.nocap-frontpage-refresh .nocap-shell {
    width: calc(100% - 1.8rem);
  }

  .home.nocap-frontpage-refresh .nocap-service-visual {
    aspect-ratio: 16 / 10;
  }

  .home.nocap-frontpage-refresh .nocap-lang-switcher {
    --lang-w: min(216px, 100%);
    --lang-h: 34px;
  }
}
