:root {
  --nkn-v3-navy: #06152e;
  --nkn-v3-deep: #062451;
  --nkn-v3-ink: #071c3a;
  --nkn-v3-blue: #0872b7;
  --nkn-v3-bright: #62d8f2;
  --nkn-v3-paper: #fffefb;
  --nkn-v3-pale: #ebf7fb;
  --nkn-v3-line: rgba(100, 210, 237, 0.54);
  --nkn-v3-content: min(86.666vw, 1248px);
  --nkn-v3-sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo,
    sans-serif;
  --nkn-v3-serif: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman",
    serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--nkn-v3-navy);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--nkn-v3-paper);
  color: var(--nkn-v3-ink);
  font-family: var(--nkn-v3-sans);
  font-size: 16px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a,
summary {
  cursor: pointer;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

::selection {
  background: #70dff4;
  color: var(--nkn-v3-navy);
}

:focus-visible {
  outline: 2px solid #6ee3ff;
  outline-offset: 4px;
}

.nkn-v3 {
  position: relative;
  width: 100%;
  overflow: clip;
  background: var(--nkn-v3-paper);
}

/*
 * Arkhe 3.4.3 adds a legacy inner wrapper to every core Group block on the
 * frontend. Keep the Group itself editable while allowing the original V3
 * Grid/Flex layout to treat its inner blocks as direct layout items.
 */
body.nkn-v3-active .wp-block-group__inner-container {
  display: contents;
}

body.nkn-v3-active,
body.nkn-v3-active .nkn-v3 {
  cursor: auto !important;
}

body.nkn-v3-active a,
body.nkn-v3-active button,
body.nkn-v3-active summary,
body.nkn-v3-active select,
body.nkn-v3-active label[for],
body.nkn-v3-active [role="button"] {
  cursor: pointer !important;
}

body.nkn-v3-active input:not([type="button"]):not([type="submit"]):not([type="reset"]),
body.nkn-v3-active textarea {
  cursor: text !important;
}

.nkn-v3-skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 18px;
  transform: translateY(-160%);
  background: #fff;
  color: var(--nkn-v3-ink);
  font-size: 12px;
  transition: transform 0.2s ease;
}

.nkn-v3-skip-link:focus {
  transform: translateY(0);
}

/* Arkhe frontend wrappers are kept visible in the preview. */
.nkn-v3 .nkn-v3-section-shell,
.nkn-v3 .ark-block-section,
.nkn-v3 .ark-block-section__body,
.nkn-v3 .ark-block-section__bodyInner,
.nkn-v3 .ark-block-container,
.nkn-v3 .ark-block-container__inner {
  width: 100%;
  max-width: none;
  margin: 0;
}

.nkn-v3 .ark-block-section {
  position: relative;
  left: auto;
  padding: 0 !important;
  overflow: hidden;
}

.nkn-v3 .ark-block-section__body {
  position: relative;
  z-index: 2;
  display: block;
}

.nkn-v3 .ark-block-section__bodyInner {
  padding: 0;
}

.nkn-v3 .nkn-v3-content-container .ark-block-container__inner,
.nkn-v3 .nkn-v3-hero-container .ark-block-container__inner {
  width: var(--nkn-v3-content);
  margin-inline: auto;
}

.nkn-v3-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-top: 1px solid #64bde3;
  background: var(--nkn-v3-deep);
  box-shadow: 0 0.45rem 1.4rem rgba(2, 21, 49, 0.16);
  color: #fff;
}

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

.nkn-v3-header-inner {
  display: flex;
  width: 100%;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem clamp(1.5rem, 4vw, 3.5rem);
}

.nkn-v3-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 1rem;
  line-height: 1;
}

.nkn-v3-brand-mark {
  display: block;
  width: 64px;
  height: 23px;
  transform: skewX(-24deg);
  border: 3px solid #fff;
}

.nkn-v3-brand-copy {
  display: grid;
  gap: 0.38rem;
}

.nkn-v3-brand-copy strong {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nkn-v3-brand-copy small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.45rem;
  letter-spacing: 0.11em;
}

.nkn-v3-header-links,
.nkn-v3-global-nav {
  display: flex;
  align-items: center;
}

.nkn-v3-header-links {
  gap: clamp(0.9rem, 1.6vw, 1.6rem);
}

.nkn-v3-global-nav {
  gap: clamp(1rem, 2vw, 1.8rem);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.7rem;
}

.nkn-v3-global-nav a {
  position: relative;
  padding-block: 0.7rem;
}

.nkn-v3-global-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--nkn-v3-bright);
  content: "";
  transition: transform 0.24s ease;
}

.nkn-v3-global-nav a:hover::after,
.nkn-v3-global-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nkn-v3-header-phone {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.8rem;
  color: #fff;
  border: 1px solid rgba(98, 216, 242, 0.82);
  background: rgba(98, 216, 242, 0.12);
  line-height: 1;
  white-space: nowrap;
  transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.nkn-v3-header-phone small {
  padding: 0.2rem 0.28rem;
  color: var(--nkn-v3-deep);
  background: var(--nkn-v3-bright);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.nkn-v3-header-phone strong {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.045em;
}

.nkn-v3-header-phone:hover,
.nkn-v3-header-phone:focus-visible {
  color: var(--nkn-v3-deep);
  border-color: var(--nkn-v3-bright);
  background: var(--nkn-v3-bright);
}

.nkn-v3-header-phone:hover small,
.nkn-v3-header-phone:focus-visible small {
  background: #fff;
}

.nkn-v3-header-contact {
  display: grid;
  align-self: center;
  min-width: 8.5rem;
  min-height: 2.75rem;
  margin: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.84);
  font-size: 0.7rem;
  font-weight: 700;
  transition: background 0.24s ease, color 0.24s ease;
}

.nkn-v3-header-contact:hover,
.nkn-v3-header-contact:focus-visible {
  background: #fff;
  color: var(--nkn-v3-deep);
}

.nkn-v3-menu {
  display: none;
}

.nkn-v3-mobile-header-actions {
  display: none;
  align-items: center;
  gap: 1rem;
}

.nkn-v3-section-label {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: #008dce;
  font-size: clamp(0.68rem, 0.9vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.nkn-v3-section-label span {
  display: block;
  width: 2rem;
  height: 2px;
  background: currentColor;
}

.nkn-v3 h2 {
  font-family: var(--nkn-v3-serif);
  font-size: clamp(2.25rem, 3.55vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.4;
}

.nkn-v3-split-heading {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(15rem, 0.8fr) minmax(20rem, 1.2fr);
  gap: clamp(2rem, 7vw, 7rem);
}

/* Hero */
.nkn-v3-hero .ark-block-section {
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 32%, rgba(255, 255, 255, 0.34), transparent 23%),
    radial-gradient(circle at 17% 100%, rgba(183, 200, 227, 0.5), transparent 39%),
    linear-gradient(118deg, #0753a2 0%, #2986c5 47%, #9ee4f1 100%);
  color: #fff;
}

.nkn-v3-hero .ark-block-section::before,
.nkn-v3-hero .ark-block-section::after {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  content: "";
}

.nkn-v3-hero .ark-block-section::before {
  top: -38%;
  right: -14%;
  width: min(105vw, 94rem);
  aspect-ratio: 1.75;
  transform: rotate(8deg);
  background: repeating-radial-gradient(
    ellipse at 67% 49%,
    transparent 0 17px,
    rgba(220, 248, 255, 0.45) 18px 19px
  );
  mask-image: radial-gradient(ellipse at 69% 49%, #000 18%, transparent 73%);
  opacity: 0.64;
}

.nkn-v3-hero .ark-block-section::after {
  right: -9%;
  bottom: -32%;
  width: min(72vw, 68rem);
  aspect-ratio: 1.6;
  transform: rotate(-17deg);
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: 0 0 0 2.4rem rgba(255, 255, 255, 0.055),
    0 0 0 4.8rem rgba(255, 255, 255, 0.045), 0 0 0 7.2rem rgba(255, 255, 255, 0.035);
  opacity: 0.72;
}

.nkn-v3-hero .ark-block-section__bodyInner {
  padding-block: clamp(5.5rem, 9vw, 8.5rem) clamp(4.5rem, 8vw, 7rem);
}

.nkn-v3-hero-container {
  position: relative;
  z-index: 3;
}

.nkn-v3-hero-copy {
  width: min(47rem, 78%);
}

.nkn-v3-eyebrow {
  margin-bottom: clamp(1rem, 2.2vw, 2rem);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.nkn-v3-hero h1 {
  max-width: 12ch;
  font-family: "Times New Roman", var(--nkn-v3-serif);
  font-size: clamp(3.6rem, 6.2vw, 5.6rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.nkn-v3-hero-ja {
  margin-top: clamp(2.5rem, 5.2vw, 4.8rem);
  font-family: var(--nkn-v3-serif);
  font-size: clamp(1.18rem, 2vw, 1.65rem);
  letter-spacing: 0.02em;
}

.nkn-v3-hero-lead {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.89);
  font-size: clamp(0.82rem, 1.08vw, 0.96rem);
  line-height: 1.9;
}

.nkn-v3 .ark-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.nkn-v3-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-top: 2.3rem;
}

.nkn-v3-hero-actions .ark-block-buttons {
  margin: 0 !important;
}

.nkn-v3-hero-actions .ark-block-button {
  margin: 0 !important;
}

.nkn-v3 .ark-block-button {
  width: auto;
  margin: 0;
}

.nkn-v3 .ark-block-button__link {
  display: inline-flex;
  min-width: 14rem;
  min-height: 3.7rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid transparent;
  background: #fff;
  color: #0868a8;
  font-size: 0.78rem;
  font-weight: 700;
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease,
    box-shadow 0.24s ease;
}

.nkn-v3 .ark-block-button__link::after {
  content: "→";
  font-size: 1rem;
  font-weight: 400;
}

.nkn-v3 .ark-block-button__link:hover,
.nkn-v3 .ark-block-button__link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(3, 49, 87, 0.18);
}

.nkn-v3 .is-btn-outline .ark-block-button__link {
  border-color: currentColor;
  background: transparent;
}

.nkn-v3-scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.7rem;
  color: #fff;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nkn-v3-scroll i {
  width: 1px;
  height: 3.3rem;
  background: currentColor;
}

/* About */
.nkn-v3-about .ark-block-section__bodyInner {
  padding-block: clamp(6.5rem, 10vw, 10rem);
}

.nkn-v3-about-columns {
  margin-top: clamp(4.5rem, 8vw, 7.5rem);
}

.nkn-v3 .ark-block-columns__inner {
  display: grid;
  margin: 0;
  gap: clamp(2rem, 4vw, 4rem);
}

.nkn-v3 .ark-block-column {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}

.nkn-v3-about-columns .ark-block-columns__inner {
  align-items: center;
  grid-template-columns: minmax(22rem, 0.95fr) minmax(22rem, 1.05fr);
}

.nkn-v3-about-visual-column {
  display: grid;
  place-items: center;
}

.nkn-v3-orbit {
  position: relative;
  display: grid;
  width: min(100%, 32rem);
  aspect-ratio: 1;
  place-items: center;
}

.nkn-v3-orbit-ring,
.nkn-v3-orbit-core {
  position: absolute;
  border-radius: 50%;
}

.nkn-v3-orbit-ring {
  border: 1px solid #9edfed;
}

.nkn-v3-orbit-ring-a {
  width: 94%;
  aspect-ratio: 1;
}

.nkn-v3-orbit-ring-b {
  width: 72%;
  aspect-ratio: 1;
  border-color: #c3e8f0;
}

.nkn-v3-orbit-ring-c {
  width: 100%;
  aspect-ratio: 2.45;
  border-color: #65d3eb;
  transform: rotate(22deg);
}

.nkn-v3-orbit-ring-c::after {
  position: absolute;
  inset: -1px;
  transform: rotate(90deg);
  border: 1px solid #65d3eb;
  border-radius: 50%;
  content: "";
}

.nkn-v3-orbit-core {
  z-index: 2;
  display: flex;
  width: 51%;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  border: 2px solid #65d5ef;
  background: #117cc4;
  color: #fff;
  text-align: center;
}

.nkn-v3-orbit-core strong {
  font-size: clamp(0.64rem, 1vw, 0.82rem);
  letter-spacing: 0.03em;
}

.nkn-v3-orbit-core small {
  font-size: 0.5rem;
}

.nkn-v3-about-copy {
  color: #526b84;
  font-size: clamp(0.9rem, 1.08vw, 1rem);
  line-height: 2.3;
}

.nkn-v3-flow {
  margin-top: clamp(2.7rem, 6vw, 5.7rem);
  padding-top: 1.5rem;
  border-top: 1px solid #aad8e8;
  color: #008dce;
  font-size: 0.84rem;
  font-weight: 700;
}

.nkn-v3-flow i {
  padding-inline: 0.35rem;
  font-style: normal;
}

/* Core themes and reasons */
.nkn-v3-core .ark-block-section {
  background:
    radial-gradient(circle at 85% 16%, rgba(85, 198, 231, 0.16), transparent 27%),
    linear-gradient(100deg, #073877 0%, #0a5899 54%, #1179b6 100%);
  color: #fff;
}

.nkn-v3-core .ark-block-section__bodyInner {
  padding-block: clamp(6.5rem, 9vw, 9rem);
}

.nkn-v3-core .nkn-v3-section-label {
  color: #79def4;
}

.nkn-v3-core-heading {
  display: grid;
  max-width: 45rem;
  gap: 2.4rem;
}

.nkn-v3-core-heading p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
}

.nkn-v3-theme-grid {
  margin-top: clamp(4rem, 7vw, 6.7rem);
}

.nkn-v3-theme-grid .ark-block-columns__inner {
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nkn-v3 .nkn-v3-theme-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1rem, 1.5vw, 1.4rem);
  border-left: 1px solid var(--nkn-v3-line);
}

.nkn-v3-theme-card:last-child {
  border-right: 1px solid var(--nkn-v3-line);
}

.nkn-v3-theme-image {
  display: grid;
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 3;
  grid-template-rows: minmax(0, 1fr);
  place-items: center;
  padding: clamp(0.55rem, 0.9vw, 0.85rem);
  border: 1px solid rgba(122, 224, 246, 0.78);
  background: rgba(2, 36, 79, 0.12);
  overflow: hidden;
}

.nkn-v3-theme-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(122, 224, 246, 0.58);
  background: rgba(3, 27, 59, 0.38);
  object-fit: contain;
  object-position: center;
}

.nkn-v3-theme-number {
  margin-top: 1.25rem;
  color: #7cddf2;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nkn-v3-theme-card h3 {
  margin-top: 0.7rem;
  font-family: var(--nkn-v3-serif);
  font-size: clamp(1.18rem, 1.65vw, 1.48rem);
  font-weight: 400;
  line-height: 1.45;
}

.nkn-v3-theme-description {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  line-height: 1.75;
}

.nkn-v3-text-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.2rem;
  padding-top: 1rem;
  border-top: 1px solid currentColor;
  color: #6fdcf2;
  font-size: 0.7rem;
  font-weight: 700;
}

.nkn-v3-reasons {
  display: grid;
  margin-top: clamp(3rem, 5vw, 5rem);
  padding-top: clamp(2.75rem, 4vw, 4rem);
  border-top: 1px solid var(--nkn-v3-line);
  grid-template-columns: minmax(20rem, 0.8fr) minmax(30rem, 1.2fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.nkn-v3-reason-kicker {
  margin-bottom: 2rem;
  color: #79def4;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.nkn-v3-reason-intro p:last-child {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.79);
  font-size: 0.78rem;
}

.nkn-v3-reason-list {
  border-top: 1px solid var(--nkn-v3-line);
}

.nkn-v3-reason-list li {
  display: grid;
  min-height: 8.6rem;
  align-items: center;
  border-bottom: 1px solid var(--nkn-v3-line);
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1.2rem, 2.5vw, 2.4rem);
}

.nkn-v3-reason-number {
  display: grid;
  width: 3.7rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid #79def4;
  border-radius: 50%;
  color: #85e1f4;
  font-size: 0.67rem;
  font-weight: 700;
}

.nkn-v3-reason-list p {
  font-family: var(--nkn-v3-serif);
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.55;
}

.nkn-v3-reason-plus {
  color: #73d7ec;
  font-size: 1rem;
}

/* Featured */
.nkn-v3-featured .ark-block-section {
  background: var(--nkn-v3-pale);
}

.nkn-v3-featured .ark-block-section__bodyInner {
  padding-block: clamp(6.5rem, 10vw, 10rem);
}

.nkn-v3-featured-heading div p {
  margin-top: 0.75rem;
  color: #596f86;
  font-size: 0.88rem;
}

.nkn-v3-featured-grid {
  width: min(75rem, 86%);
  margin: clamp(4rem, 7vw, 7rem) auto 0;
}

.nkn-v3-featured-grid .ark-block-columns__inner {
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4.5vw, 4.5rem);
}

.nkn-v3-featured-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 36px rgba(43, 99, 123, 0.12);
}

.nkn-v3-featured-card-offset {
  margin-top: clamp(2.5rem, 6vw, 6rem);
}

.nkn-v3-featured-card figure {
  overflow: hidden;
  aspect-ratio: 1.62;
  background: var(--nkn-v3-navy);
}

.nkn-v3-featured-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.nkn-v3-featured-card:hover img {
  transform: scale(1.025);
}

.nkn-v3-featured-card-copy {
  display: flex;
  min-height: 19rem;
  flex-direction: column;
  padding: clamp(1.5rem, 2.6vw, 2.4rem);
}

.nkn-v3-card-kicker {
  color: #008dce;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nkn-v3-featured-card h3 {
  margin-top: 1.2rem;
  color: #0086c8;
  font-size: clamp(1.15rem, 1.65vw, 1.45rem);
  line-height: 1.35;
}

.nkn-v3-card-title {
  margin-top: 1rem;
  font-family: var(--nkn-v3-serif);
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.7;
}

.nkn-v3-featured-card .nkn-v3-text-link {
  margin-top: auto;
  color: #0084c5;
}

.nkn-v3-featured .ark-block-buttons {
  justify-content: center;
  margin-top: clamp(3.5rem, 6vw, 6rem);
}

.nkn-v3-featured .is-btn-outline .ark-block-button__link {
  min-width: min(23rem, 100%);
  color: #0875b6;
}

.nkn-v3-featured .is-btn-outline .ark-block-button__link:hover,
.nkn-v3-featured .is-btn-outline .ark-block-button__link:focus-visible {
  background: #0875b6;
  color: #fff;
}

/* Arkhe dynamic post list */
.nkn-v3-news .ark-block-section__bodyInner {
  padding-block: clamp(6.5rem, 9vw, 9rem);
}

.nkn-v3-news-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(14rem, 0.55fr) minmax(30rem, 1.45fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.nkn-v3-news-heading h2 {
  margin-top: 2rem;
  font-family: "Times New Roman", var(--nkn-v3-serif);
  font-size: clamp(3.4rem, 6vw, 5.6rem);
  line-height: 1;
}

.nkn-v3-news-heading a {
  display: inline-block;
  margin-top: 2.7rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #9ccfdf;
  color: #0085c5;
  font-size: 0.72rem;
  font-weight: 700;
}

.nkn-v3-post-list .p-postList {
  border-top: 1px solid #b7dbe7;
}

.nkn-v3-post-list .p-postList__item {
  margin: 0;
}

.nkn-v3-post-list .p-postList__link {
  position: relative;
  display: block;
  padding: clamp(1.65rem, 2.6vw, 2.35rem) 3.6rem clamp(1.65rem, 2.6vw, 2.35rem) 0;
  border-bottom: 1px solid #b7dbe7;
  transition: color 0.22s ease, background 0.22s ease;
}

.nkn-v3-post-list .p-postList__link::after {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  color: #008acb;
  content: "+";
  font-size: 1rem;
}

.nkn-v3-post-list .p-postList__link:hover,
.nkn-v3-post-list .p-postList__link:focus-visible {
  color: #0084c4;
}

.nkn-v3-post-list .p-postList__body {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(11rem, auto) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
}

.nkn-v3-post-list .p-postList__meta {
  display: grid;
  align-items: center;
  grid-template-columns: 6.5rem 5.5rem;
  gap: 1rem;
  margin: 0;
}

.nkn-v3-post-list .p-postList__times {
  color: #64788d;
  font-size: 0.72rem;
}

.nkn-v3-post-list .p-postList__category {
  display: grid;
  min-height: 1.8rem;
  place-items: center;
  margin: 0;
  border: 1px solid #8bcfe4;
  color: #0086c6;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nkn-v3-post-list .c-postMetas__icon {
  display: none;
}

.nkn-v3-post-list .p-postList__title {
  margin: 0;
  font-size: clamp(0.85rem, 1.13vw, 1rem);
  font-weight: 600;
  line-height: 1.65;
}

/* Contact */
.nkn-v3-contact.ark-block-section,
.nkn-v3-contact .ark-block-section {
  isolation: isolate;
  background:
    radial-gradient(circle at 75% 50%, rgba(74, 206, 238, 0.26), transparent 26%),
    linear-gradient(118deg, #04142e 0%, #052653 51%, #066399 100%);
  color: #fff;
}

.nkn-v3-contact.ark-block-section::before,
.nkn-v3-contact.ark-block-section::after,
.nkn-v3-contact .ark-block-section::before,
.nkn-v3-contact .ark-block-section::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -6%;
  width: min(44vw, 38rem);
  aspect-ratio: 1;
  transform: translateY(-50%);
  border: 1px solid rgba(104, 220, 244, 0.38);
  border-radius: 50%;
  pointer-events: none;
  content: "";
}

.nkn-v3-contact.ark-block-section::after,
.nkn-v3-contact .ark-block-section::after {
  right: 5%;
  width: min(29vw, 25rem);
}

.nkn-v3-contact .ark-block-section__bodyInner {
  padding-block: clamp(6.5rem, 10vw, 9.5rem);
}

.nkn-v3-contact .nkn-v3-content-container {
  position: relative;
  z-index: 2;
}

.nkn-v3-contact .nkn-v3-section-label {
  color: #75dff3;
}

.nkn-v3-contact h2 {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.nkn-v3-contact-lead {
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
}

.nkn-v3-contact-actions {
  display: grid;
  align-items: stretch;
  width: fit-content;
  max-width: 100%;
  grid-template-columns: repeat(2, clamp(16rem, 25vw, 22rem));
  gap: 1rem;
  margin-top: clamp(2.7rem, 5vw, 4.4rem);
}

.nkn-v3-contact-actions .ark-block-buttons {
  align-self: stretch;
  width: 100%;
  margin: 0 !important;
}

.nkn-v3-contact-actions .ark-block-button {
  width: 100%;
  height: 100%;
  margin: 0;
}

.nkn-v3-contact-actions .ark-block-button__link {
  width: 100%;
  min-width: 0;
  height: 100%;
}

.nkn-v3-contact-actions .is-btn-outline .ark-block-button__link {
  color: #fff;
}

.nkn-v3-contact-actions .is-btn-outline .ark-block-button__link:hover,
.nkn-v3-contact-actions .is-btn-outline .ark-block-button__link:focus-visible {
  background: #fff;
  color: var(--nkn-v3-deep);
}

/* Footer is mapped to Arkhe's footer template, not page content. */
.nkn-v3-footer {
  background: var(--nkn-v3-navy);
  color: #fff;
}

.nkn-v3-footer-inner {
  display: grid;
  width: var(--nkn-v3-content);
  margin-inline: auto;
  padding-block: clamp(4.5rem, 7vw, 7rem);
  grid-template-columns: minmax(18rem, 0.8fr) minmax(24rem, 1.2fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.nkn-v3-footer-brand strong {
  font-family: "Times New Roman", var(--nkn-v3-serif);
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.03em;
}

.nkn-v3-footer-brand p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.61);
  font-size: 0.7rem;
}

.nkn-v3-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.nkn-v3-footer nav a {
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(130, 213, 235, 0.26);
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.73rem;
}

.nkn-v3-copyright {
  width: var(--nkn-v3-content);
  margin-inline: auto;
  padding-block: 1.5rem;
  border-top: 1px solid rgba(130, 213, 235, 0.22);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.56rem;
  letter-spacing: 0.06em;
}

@media (max-width: 1100px) {
  :root {
    --nkn-v3-content: min(89vw, 960px);
  }

  .nkn-v3-global-nav {
    gap: 1rem;
  }

  .nkn-v3-header-links {
    gap: 1.5rem;
  }

  .nkn-v3-theme-grid .ark-block-columns__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nkn-v3-theme-card {
    border-bottom: 1px solid var(--nkn-v3-line);
  }

  .nkn-v3-reasons {
    grid-template-columns: minmax(18rem, 0.72fr) minmax(26rem, 1.28fr);
    gap: 3.5rem;
  }

  .nkn-v3-featured-grid {
    width: 92%;
  }

  .nkn-v3-news-layout {
    gap: 4rem;
  }

  .nkn-v3-post-list .p-postList__body {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

@media (max-width: 900px) {
  .nkn-v3-header-links {
    display: none;
  }

  .nkn-v3-mobile-header-actions {
    display: flex;
  }

  .nkn-v3-menu {
    position: relative;
    display: block;
  }

  .nkn-v3-menu summary {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    list-style: none;
    font-size: 0.65rem;
    font-weight: 700;
  }

  .nkn-v3-menu summary::-webkit-details-marker {
    display: none;
  }

  .nkn-v3-menu-icon {
    position: relative;
    display: block;
    width: 1.8rem;
    height: 1rem;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }

  .nkn-v3-mobile-nav {
    position: absolute;
    top: calc(100% + 1.5rem);
    right: 0;
    display: grid;
    width: min(22rem, 82vw);
    padding: 1rem 1.4rem;
    background: var(--nkn-v3-navy);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  }

  .nkn-v3-mobile-nav a {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.8rem;
  }

  .nkn-v3-split-heading {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .nkn-v3-about-columns .ark-block-columns__inner {
    grid-template-columns: minmax(18rem, 0.9fr) minmax(19rem, 1.1fr);
  }

  .nkn-v3-reasons,
  .nkn-v3-news-layout,
  .nkn-v3-footer-inner {
    grid-template-columns: 1fr;
  }

  .nkn-v3-reasons {
    gap: 3.5rem;
  }

  .nkn-v3-news-layout {
    gap: 3.5rem;
  }

  .nkn-v3-news-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .nkn-v3-news-heading .nkn-v3-section-label {
    grid-column: 1 / -1;
  }

  .nkn-v3-news-heading a {
    margin-top: 0;
  }
}

@media (max-width: 782px) {
  body.admin-bar .nkn-v3-header {
    top: 46px;
  }
}

@media (max-width: 700px) {
  :root {
    --nkn-v3-content: min(89.75vw, 39rem);
  }

  .nkn-v3-header-inner {
    min-height: 72px;
    gap: 0.8rem;
    padding-inline: 5.125vw;
  }

  .nkn-v3-brand {
    gap: 0.7rem;
  }

  .nkn-v3-brand-mark {
    width: 46px;
    height: 17px;
    border-width: 2px;
  }

  .nkn-v3-brand-copy strong {
    font-size: 0.78rem;
  }

  .nkn-v3-brand-copy small {
    font-size: 0.38rem;
  }

  .nkn-v3-mobile-header-actions {
    gap: 0.75rem;
  }

  .nkn-v3-header-phone--mobile strong {
    font-size: 0.74rem;
  }

  .nkn-v3 h2 {
    font-size: clamp(2rem, 9.2vw, 2.75rem);
  }

  .nkn-v3-hero .ark-block-section__bodyInner {
    padding-block: 4.8rem 4rem;
  }

  .nkn-v3-hero-copy {
    width: 100%;
  }

  .nkn-v3-hero h1 {
    font-size: clamp(3rem, 14.3vw, 4.3rem);
    line-height: 0.95;
  }

  .nkn-v3-hero-ja {
    margin-top: 3.2rem;
    font-size: clamp(1.02rem, 4.8vw, 1.3rem);
  }

  .nkn-v3-hero-lead br {
    display: none;
  }

  .nkn-v3-scroll {
    display: none;
  }

  .nkn-v3 .ark-block-button,
  .nkn-v3 .ark-block-button__link {
    width: 100%;
  }

  .nkn-v3 .ark-block-button__link {
    min-width: 0;
  }

  .nkn-v3-hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .nkn-v3-hero-actions .ark-block-buttons {
    width: 100%;
  }

  .nkn-v3-about .ark-block-section__bodyInner,
  .nkn-v3-core .ark-block-section__bodyInner,
  .nkn-v3-featured .ark-block-section__bodyInner,
  .nkn-v3-news .ark-block-section__bodyInner,
  .nkn-v3-contact .ark-block-section__bodyInner {
    padding-block: 5.5rem;
  }

  .nkn-v3-about-columns {
    margin-top: 3.7rem;
  }

  .nkn-v3-about-columns .ark-block-columns__inner,
  .nkn-v3-featured-grid .ark-block-columns__inner {
    grid-template-columns: 1fr;
  }

  .nkn-v3-orbit {
    width: min(100%, 25rem);
  }

  .nkn-v3-about-copy {
    line-height: 2.1;
  }

  .nkn-v3-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.15rem;
  }

  .nkn-v3-theme-grid .ark-block-columns__inner {
    grid-template-columns: 1fr;
  }

  .nkn-v3 .nkn-v3-theme-card,
  .nkn-v3 .nkn-v3-theme-card:last-child {
    padding: 1rem 1rem 1.7rem;
    border-right: 1px solid var(--nkn-v3-line);
    border-bottom: 1px solid var(--nkn-v3-line);
  }

  .nkn-v3-theme-image {
    aspect-ratio: 1.6;
  }

  .nkn-v3-theme-image img {
    width: 100%;
  }

  .nkn-v3-reasons {
    margin-top: 3.5rem;
    padding-top: 3rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .nkn-v3-reason-list li {
    min-height: 7.5rem;
    gap: 1rem;
  }

  .nkn-v3-reason-number {
    width: 3.2rem;
  }

  .nkn-v3-featured-grid {
    width: 100%;
    margin-top: 3.5rem;
  }

  .nkn-v3-featured-card-offset {
    margin-top: 0;
  }

  .nkn-v3-featured-card-copy {
    min-height: 17.5rem;
  }

  .nkn-v3-news-heading {
    grid-template-columns: 1fr;
  }

  .nkn-v3-news-heading a {
    margin-top: 1.8rem;
    justify-self: start;
  }

  .nkn-v3-post-list .p-postList__link {
    padding-right: 2rem;
  }

  .nkn-v3-post-list .p-postList__meta {
    grid-template-columns: 6.2rem 5.2rem;
  }

  .nkn-v3-contact.ark-block-section::before,
  .nkn-v3-contact.ark-block-section::after,
  .nkn-v3-contact .ark-block-section::before,
  .nkn-v3-contact .ark-block-section::after {
    right: -44%;
    width: 95vw;
    opacity: 0.7;
  }

  .nkn-v3-contact.ark-block-section::after,
  .nkn-v3-contact .ark-block-section::after {
    right: -16%;
    width: 65vw;
  }

  .nkn-v3-contact h2 br {
    display: none;
  }

  .nkn-v3-contact-actions {
    width: min(100%, 22rem);
    grid-template-columns: 1fr;
  }

  .nkn-v3-footer-inner {
    padding-block: 4.5rem;
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .nkn-v3-footer nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .nkn-v3-header-inner {
    gap: 0.55rem;
  }

  .nkn-v3-header-phone--mobile {
    min-height: 2.5rem;
    gap: 0;
    padding: 0.45rem 0.58rem;
  }

  .nkn-v3-header-phone--mobile small {
    display: none;
  }

  .nkn-v3-header-phone--mobile strong {
    font-size: 0.68rem;
  }

  .nkn-v3-menu summary > span:first-child {
    display: none;
  }

  .nkn-v3-hero h1 {
    font-size: 13.8vw;
  }

  .nkn-v3-eyebrow {
    font-size: 0.54rem;
  }

  .nkn-v3-section-label {
    gap: 0.7rem;
    font-size: 0.62rem;
  }

  .nkn-v3-section-label span {
    width: 1.5rem;
  }

  .nkn-v3-orbit-core strong {
    font-size: 0.55rem;
  }

  .nkn-v3-orbit-core small {
    font-size: 0.42rem;
  }

  .nkn-v3-theme-image {
    aspect-ratio: 1.55;
  }

  .nkn-v3-theme-image img {
    width: 100%;
  }

  .nkn-v3-reason-list li {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .nkn-v3-reason-plus {
    display: none;
  }

  .nkn-v3-post-list .p-postList__meta {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .nkn-v3-post-list .p-postList__category {
    width: 5.2rem;
  }
}

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

  .nkn-v3 *,
  .nkn-v3 *::before,
  .nkn-v3 *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
  }
}
