/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Montserrat',sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
  }
  body.jvn-site {
    margin: 0;
    background: #fff;
    color: #111214;
    font: 15px/1.75 'Montserrat',sans-serif;
  }
  h1,h2,h3,p,figure {
    margin: 0;
  }
  h1,h2,h3 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -.045em;
  }
  h1 {
    font-size: clamp(54px,7.5vw,98px);
  }
  h2 {
    font-size: clamp(36px,4.8vw,60px);
  }
  h3 {
    font-size: 25px;
  }
  p {
    color: #64666b;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,input,textarea,select {
    font: inherit;
  }
  button,a,input,select,textarea {
    -webkit-tap-highlight-color: transparent;
  }
  button {
    cursor: pointer;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  svg {
    display: block;
    width: 21px;
    height: 21px;
  }
  a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
    outline: 3px solid #ffc82f;
    outline-offset: 4px;
  }
  em {
    font-style: normal;
    color: #ffc82f;
  }
  ::selection {
    background: #ffc82f;
    color: #111;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .wrap {
    width: min(1180px,calc(100% - 40px));
    margin-inline: auto;
  }
  .section {
    padding-block: 105px;
  }
  .kicker {
    display: block;
    font-size: 10px;
    letter-spacing: .18em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #7e8085;
  }
  .kicker:before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 4px;
    background: #ffc82f;
    vertical-align: middle;
    margin-right: 12px;
    border-radius: 99px;
  }
  .jvn-header {
    background: rgba(10,10,11,.94);
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid #ffffff14;
    backdrop-filter: blur(12px);
  }
  .admin-bar .jvn-header {
    top: 32px;
  }
  .navigation {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .brand-mark {
    display: block;
    width: 43px;
    height: 58px;
    overflow: hidden;
    flex: 0 0 43px;
  }
  .brand-mark img,.brand-mark .jvn-logo {
    width: 218px !important;
    height: 58px !important;
    max-width: none !important;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 5px 12px rgba(0,0,0,.4));
  }
  .brand-word {
    font-family: 'Montserrat',sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.045em;
    color: #fff;
    white-space: nowrap;
    line-height: 1;
  }
  .footer-brand .brand-mark {
    width: 46px;
    height: 62px;
    flex-basis: 46px;
  }
  .footer-brand .brand-mark img {
    width: 232px !important;
    height: 62px !important;
  }
  .footer-brand .brand-word {
    font-size: 27px;
  }
  .nav-links {
    display: flex;
    align-items: center;
    gap: 29px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
  }
  .nav-links>a {
    position: relative;
    padding-block: 12px;
    color: #efefef;
  }
  .nav-links>a:not(.nav-contact):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 3px;
    background: #ffc82f;
    transition: width .2s;
  }
  .nav-links>a:not(.nav-contact):hover:after {
    width: 100%;
  }
  .nav-links>a:hover {
    color: #fff;
  }
  .nav-links .nav-contact {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffc82f;
    color: #111;
    padding: 14px 18px;
    border-radius: 8px;
    box-shadow: 0 10px 25px #ffc82f25;
  }
  .nav-links .nav-contact:hover {
    background: #ffd75a;
    color: #111;
  }
  .menu-toggle {
    display: none;
  }
  .hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    background: #111;
    color: #fff;
    isolation: isolate;
    overflow: hidden;
  }
  .hero-picture {
    position: absolute;
    inset: 0;
    z-index: -3;
  }
  .hero-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
  }
  .hero:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg,rgba(6,6,7,.92),rgba(6,6,7,.72) 48%,rgba(6,6,7,.20));
  }
  .hero:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 330px;
    height: 780px;
    right: -115px;
    top: 30px;
    background: #ffc82fe6;
    transform: skewX(-10deg);
  }
  .hero-inner {
    padding-block: 95px 120px;
  }
  .hero .kicker {
    color: #d8d8d8;
  }
  .hero h1 {
    max-width: 850px;
    line-height: .96;
    color: #fff;
  }
  .hero h1 span {
    color: #ffc82f;
  }
  .hero p {
    font-size: 17px;
    line-height: 1.85;
    color: #e0e0e0;
    max-width: 680px;
    margin: 28px 0 34px;
  }
  .button-row {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    min-height: 52px;
    background: #ffc82f;
    color: #111;
    border: 2px solid transparent;
    padding: 13px 21px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
    border-radius: 9px;
    transition: .2s;
    box-shadow: 0 10px 24px #ffc82f22;
  }
  .button:hover {
    background: #ffd75a;
    transform: translateY(-2px);
  }
  .button.dark {
    background: #111214;
    color: #fff;
    box-shadow: none;
  }
  .button.dark:hover {
    background: #2b2c30;
  }
  .button.outline {
    border-color: #c9c9c6;
    background: transparent;
    color: #111;
    box-shadow: none;
  }
  .hero-link {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: 1px solid #ffffff66;
    padding: 15px 19px;
    border-radius: 9px;
    color: #fff;
  }
  .hero-link:hover {
    border-color: #ffc82f;
    color: #ffc82f;
  }
  .hero-label {
    position: absolute;
    right: 48px;
    bottom: 82px;
    border-left: 4px solid #ffc82f;
    padding-left: 18px;
    font-size: 10px;
    letter-spacing: .17em;
    line-height: 1.8;
  }
  .hero-label strong {
    font-size: 23px;
    font-family: 'Montserrat',sans-serif;
  }
  .promise-strip {
    background: #111214;
    color: #fff;
    border-bottom: 1px solid #26272b;
  }
  .promise-strip .wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-block: 22px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .promise-strip span:before {
    content: '+';
    margin-right: 11px;
    color: #ffc82f;
  }
  .section-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 42px;
  }
  .section-heading p {
    max-width: 480px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .text-link {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-bottom: 2px solid #d0d1cd;
    padding-bottom: 5px;
  }
  .text-link:hover {
    border-color: #ffc82f;
    color: #111;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .service-card {
    background: #fff;
    border: 1px solid #e4e4e0;
    padding: 29px;
    position: relative;
    min-height: 300px;
    transition: .23s;
    border-radius: 14px;
    overflow: hidden;
  }
  .service-card:after {
    content: '';
    position: absolute;
    right: -42px;
    bottom: -42px;
    width: 100px;
    height: 100px;
    background: #ffc82f;
    transform: rotate(45deg);
    opacity: .12;
    transition: .23s;
  }
  .service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 48px #00000013;
    border-color: transparent;
  }
  .service-card:hover:after {
    opacity: 1;
  }
  .service-number {
    display: block;
    font-size: 10px;
    color: #95969a;
    letter-spacing: .15em;
    font-weight: 900;
    margin-bottom: 68px;
  }
  .service-card h3 {
    font-size: 23px;
  }
  .service-card p {
    font-size: 13px;
    line-height: 1.8;
    margin: 17px 0 25px;
  }
  .service-card .text-link {
    border: 0;
    font-size: 10px;
  }
  .project-section {
    background: #0d0d0f;
    color: #fff;
  }
  .project-section .kicker,.project-section .section-heading p {
    color: #9d9ea3;
  }
  .project-section .text-link {
    color: #fff;
    border-color: #4a4b50;
  }
  .project-section .text-link:hover {
    border-color: #ffc82f;
  }
  .project-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .project-card {
    min-width: 0;
  }
  .project-image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #222;
    aspect-ratio: 4/3;
    border-radius: 14px;
  }
  .project-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
  }
  .project-image:hover>img {
    transform: scale(1.045);
  }
  .circle-arrow {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: #ffc82f;
    color: #111;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
  }
  .project-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 9px;
    letter-spacing: .12em;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffc82f;
    margin: 18px 0 9px;
  }
  .project-card h3 {
    font-size: 24px;
    color: #fff;
  }
  .project-card p {
    font-size: 12px;
    margin-top: 12px;
    color: #a8a9ad;
  }
  .image-empty {
    display: grid;
    place-content: center;
    height: 100%;
    font: 900 34px 'Montserrat',sans-serif;
    text-align: center;
    color: #fff;
  }
  .image-empty span {
    font: 600 11px 'Montserrat',sans-serif;
    margin-top: 10px;
    color: #bbb;
  }
  .empty-projects {
    border: 1px solid #303136;
    background: linear-gradient(120deg,#17181b,#0d0d0f);
    padding: 44px;
    border-radius: 16px;
  }
  .empty-projects h3 {
    font-size: 33px;
    margin-bottom: 14px;
    color: #fff;
  }
  .empty-projects p {
    max-width: 600px;
    font-size: 14px;
    margin-bottom: 24px;
    color: #a9aaae;
  }
  .empty-projects .text-link {
    margin-left: 18px;
  }
  .approach {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 110px;
  }
  .approach-title p {
    max-width: 440px;
    font-size: 14px;
    margin: 23px 0 28px;
  }
  .steps {
    padding-top: 20px;
  }
  .step {
    display: flex;
    gap: 23px;
    padding: 24px 0;
    border-bottom: 1px solid #e0e0dd;
  }
  .step>span {
    color: #c19412;
    font-size: 11px;
    font-weight: 900;
    padding-top: 5px;
  }
  .step h3 {
    font-size: 23px;
  }
  .step p {
    font-size: 12px;
    margin-top: 10px;
  }
  .news-section {
    background: #f4f4f2;
  }
  .news-list {
    padding-top: 20px;
  }
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .blog-card {
    background: #fff;
    border: 1px solid #e2e2df;
    border-radius: 14px;
    overflow: hidden;
    transition: .22s;
  }
  .blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px #00000012;
  }
  .blog-image {
    display: block;
    height: 225px;
    background: #1a1a1c;
    overflow: hidden;
  }
  .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s;
  }
  .blog-card:hover .blog-image img {
    transform: scale(1.04);
  }
  .blog-image-empty {
    height: 100%;
    display: grid;
    place-content: center;
    text-align: center;
    color: #ffc82f;
    font-size: 35px;
    font-weight: 900;
  }
  .blog-image-empty span {
    display: block;
    color: #aaa;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 8px;
  }
  .blog-body {
    padding: 22px;
  }
  .blog-meta {
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #a77b00;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .blog-card h3 {
    font-size: 22px;
    margin-bottom: 11px;
  }
  .blog-card p {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 17px;
  }
  .blog-card .text-link {
    font-size: 10px;
  }
  .empty-news {
    background: #fff;
    border: 1px solid #e0e0dc;
    padding: 38px;
    border-radius: 14px;
  }
  .empty-news h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .empty-news p {
    max-width: 650px;
    font-size: 13px;
  }
  .cta-band {
    background: #ffc82f;
    padding: 68px 0;
  }
  .split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 90px;
  }
  .cta-band .kicker {
    color: #4f430f;
  }
  .cta-band .kicker:before {
    background: #111;
  }
  .cta-band h2 {
    font-size: clamp(45px,5vw,67px);
  }
  .cta-band p {
    color: #4a421f;
    font-size: 14px;
    margin-bottom: 22px;
  }
  .jvn-footer {
    padding-top: 62px;
    background: #09090a;
    color: #fff;
    border-top: 6px solid #ffc82f;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.3fr .7fr .8fr;
    gap: 60px;
    padding-bottom: 52px;
  }
  .footer-grid p {
    color: #8f9094;
    font-size: 12px;
    margin-top: 20px;
    max-width: 420px;
  }
  .footer-grid h2 {
    font: 900 10px 'Montserrat',sans-serif;
    text-transform: uppercase;
    letter-spacing: .13em;
    margin-bottom: 22px;
    color: #fff;
  }
  .footer-grid>div>a:not(.brand) {
    display: block;
    font-size: 12px;
    margin-bottom: 11px;
    color: #aeb0b5;
  }
  .footer-grid>div>a:not(.brand):hover {
    color: #ffc82f;
  }
  .footer-bottom {
    border-top: 1px solid #ffffff17;
    padding-block: 22px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #66676b;
  }
  .page-intro {
    padding-top: 86px;
    padding-bottom: 44px;
  }
  .page-intro p {
    max-width: 650px;
    margin-top: 22px;
  }
  .page-intro .project-meta {
    max-width: 650px;
    margin: 32px 0 14px;
  }
  .page-intro h1 {
    max-width: 1050px;
  }
  .filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 38px;
  }
  .filters a {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 1px solid #d3d4d0;
    border-radius: 8px;
  }
  .filters a:hover,.filters .selected {
    background: #111214;
    color: #fff;
    border-color: #111214;
  }
  .projects-list {
    padding-top: 20px;
  }
  .projects-list .project-card h3,.projects-list .project-card p {
    color: #111;
  }
  .projects-list .project-meta {
    color: #a77b00;
  }
  .pagination,.nav-links.pagination {
    display: flex;
    gap: 10px;
    margin-top: 35px;
    flex-wrap: wrap;
  }
  .page-numbers {
    padding: 8px 13px;
    border: 1px solid #dededb;
    border-radius: 7px;
  }
  .page-numbers.current {
    background: #ffc82f;
    border-color: #ffc82f;
  }
  .service-list {
    padding-bottom: 100px;
  }
  .service-detail {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 35px;
    border-top: 1px solid #dededb;
    padding: 52px 0;
    scroll-margin-top: 120px;
  }
  .service-detail h2 {
    font-size: 40px;
  }
  .service-detail p {
    max-width: 740px;
    font-size: 14px;
    margin-top: 18px;
  }
  .service-detail .service-tags {
    font-size: 10px;
    font-weight: 900;
    margin-bottom: 22px;
    color: #777a7e;
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
  }
  .about-statement {
    background: #111214;
    color: #fff;
    min-height: 350px;
    padding: 48px;
    font: 900 48px/1.08 'Montserrat',sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 8px solid #ffc82f;
  }
  .about-statement span {
    color: #ffc82f;
  }
  .about-grid p {
    margin-top: 18px;
    font-size: 14px;
  }
  .about-grid .text-link {
    margin-top: 22px;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    padding-top: 20px;
  }
  .contact-panel {
    background: #111214;
    color: #fff;
    padding: 42px;
    border-radius: 15px;
  }
  .contact-panel .kicker {
    color: #a8a8ac;
  }
  .contact-panel p {
    color: #aaa;
  }
  .email-link {
    font-size: clamp(16px,2vw,23px);
    font-weight: 800;
    display: block;
    margin: 30px 0;
    overflow-wrap: anywhere;
    color: #ffc82f;
  }
  .contact-checklist h2 {
    font-size: 34px;
  }
  .contact-checklist ol {
    padding-left: 20px;
    margin: 24px 0 32px;
  }
  .contact-checklist li {
    padding-bottom: 13px;
    color: #66686d;
    font-size: 14px;
  }
  .small {
    font-size: 10px !important;
    line-height: 1.8 !important;
    margin: 12px 0;
    color: #85868b;
  }
  .project-cover img,.article-cover img {
    width: 100%;
    max-height: 720px;
    object-fit: cover;
    border-radius: 16px;
  }
  .project-story,.article-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
  }
  .prose {
    font-size: 15px;
    line-height: 1.85;
    color: #54565b;
  }
  .prose p {
    margin-bottom: 18px;
  }
  .prose h2,.prose h3 {
    margin: 28px 0 13px;
  }
  .prose a {
    text-decoration: underline;
    text-decoration-color: #ffc82f;
    text-decoration-thickness: 2px;
  }
  .prose ul,.prose ol {
    padding-left: 24px;
  }
  .gallery-section {
    padding-bottom: 100px;
  }
  .photo-gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
  }
  .photo-gallery>a {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 12px;
  }
  .photo-gallery>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: #050505f2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 25px 25px;
  }
  .lightbox>img {
    max-width: 95vw;
    max-height: 85vh;
    object-fit: contain;
  }
  .lightbox>button {
    position: absolute;
    right: 25px;
    top: 15px;
    color: #111;
    background: #ffc82f;
    padding: 9px 18px;
    border: 0;
    border-radius: 7px;
    font-weight: 900;
  }
  .manage-intro {
    padding-top: 62px;
  }
  .manage-intro h1 {
    font-size: 70px;
  }
  .manage-intro p {
    max-width: 620px;
    margin-top: 20px;
    font-size: 14px;
  }
  .manage-layout {
    display: grid;
    grid-template-columns: minmax(0,2fr) minmax(220px,1fr);
    gap: 55px;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .form-panel {
    padding: 34px;
    background: #fff;
    border: 1px solid #dfdfdc;
    border-radius: 16px;
    box-shadow: 0 18px 45px #0000000d;
  }
  .form-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
  }
  .form-heading h2 {
    font-size: 31px;
  }
  .project-form fieldset {
    border: 0;
    border-top: 1px solid #e0e0dd;
    margin: 24px 0;
    padding: 24px 0 0;
    min-width: 0;
  }
  .project-form legend {
    padding-right: 14px;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  .project-form legend span {
    color: #b68700;
    margin-right: 9px;
  }
  .project-form label:not(.upload-zone) {
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin: 12px 0 7px;
  }
  .project-form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),.project-form textarea,.project-form select {
    width: 100%;
    background: #fbfbfa;
    border: 1px solid #d7d7d3;
    border-radius: 8px;
    padding: 12px;
    color: #222;
    min-height: 47px;
  }
  .project-form textarea {
    resize: vertical;
  }
  .form-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
  }
  .upload-zone {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 32px 20px;
    background: #fffaf0;
    border: 2px dashed #d4b85d;
    border-radius: 12px;
    cursor: pointer;
    margin: 18px 0 10px;
  }
  .upload-zone svg {
    width: 36px;
    height: 36px;
    color: #a77b00;
  }
  .upload-zone strong {
    font-size: 13px;
  }
  .upload-zone span {
    font-size: 10px;
    color: #75767a;
  }
  .project-form input[type=file] {
    font-size: 10px;
    width: 100%;
  }
  .project-form input::file-selector-button {
    border: 0;
    background: #111214;
    color: #fff;
    border-radius: 7px;
    padding: 8px 11px;
    margin-right: 10px;
    cursor: pointer;
  }
  .upload-previews,.existing-photos {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin-top: 18px;
  }
  .upload-previews:empty {
    margin: 0;
  }
  .upload-preview img,.existing-photo>img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
  }
  .upload-preview {
    border: 1px solid #dededb;
    background: #f7f7f5;
    min-width: 0;
    padding: 6px;
    border-radius: 9px;
  }
  .upload-preview strong {
    display: block;
    font-size: 9px;
    padding: 4px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .upload-preview button {
    font-size: 9px;
    min-height: 32px;
    padding: 5px;
    border: 0;
    background: #fff;
    margin: 4px;
    border-radius: 5px;
  }
  .upload-preview .cover-label {
    font-size: 8px;
    font-weight: 900;
    color: #8a6900;
    padding: 4px 6px;
    display: block;
  }
  .existing-photo {
    background: #f5f5f3;
    padding: 7px;
    border-radius: 9px;
  }
  .existing-photo label {
    font-size: 9px !important;
  }
  .existing-photo input {
    margin-right: 4px;
  }
  .form-actions {
    gap: 10px;
  }
  .form-status {
    font-size: 11px;
    font-weight: 800;
    color: #655011;
  }
  .form-status:not(:empty) {
    padding: 14px;
    background: #fff4ce;
    margin-bottom: 14px;
    border-radius: 8px;
  }
  .notice {
    padding: 16px 20px;
    margin-bottom: 18px;
    background: #eff8e9;
    border-left: 4px solid #5f8c3e;
    font-size: 12px;
    border-radius: 8px;
  }
  .notice.error {
    background: #fff0ea;
    border-color: #aa4b2b;
  }
  .manage-aside {
    padding-top: 18px;
  }
  .manage-aside h2 {
    font-size: 33px;
  }
  .manage-aside ol {
    padding-left: 20px;
    margin: 23px 0;
  }
  .manage-aside li,.manage-aside p {
    font-size: 11px;
    line-height: 1.9;
    color: #6e7074;
    margin-bottom: 13px;
  }
  .manage-aside .text-link {
    margin-top: 18px;
  }
  .muted {
    color: #949599;
    font-weight: 400;
  }
  .manage-list {
    padding-top: 38px;
  }
  .manage-row {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #dededb;
  }
  .manage-thumb {
    width: 84px;
    height: 66px;
    background: #ededeb;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .manage-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .manage-row-title {
    flex: 1;
  }
  .manage-row h3 {
    font-size: 22px;
  }
  .status-pill {
    font-size: 8px;
    background: #fff3c6;
    padding: 3px 7px;
    display: inline-block;
    margin-top: 6px;
    border-radius: 99px;
    font-weight: 800;
  }
  .trash-button {
    font-size: 10px;
    color: #9a3d27;
    background: transparent;
    border: 0;
    text-decoration: underline;
    min-height: 40px;
  }
  .login-panel {
    max-width: 600px;
  }
  .login-panel p {
    margin: 18px 0;
  }
  .skip-link {
    position: fixed;
    left: 20px;
    top: -100px;
    z-index: 100001;
    background: #ffc82f;
    padding: 15px;
  }
  .skip-link:focus {
    top: 12px;
  }
  .partner-hero {
    background: #0d0d0f;
    color: #fff;
    padding: 92px 0 84px;
    position: relative;
    overflow: hidden;
  }
  .partner-hero:after {
    content: '';
    position: absolute;
    width: 360px;
    height: 620px;
    right: -170px;
    top: -70px;
    background: #b82117;
    transform: skewX(-12deg);
    opacity: .95;
  }
  .partner-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .partner-hero-copy {
    max-width: 760px;
  }
  .partner-hero .kicker {
    color: #b8b8bb;
  }
  .partner-hero h1 {
    color: #fff;
  }
  .partner-hero h1 em {
    color: #ffc82f;
  }
  .partner-hero p {
    color: #c8c9cd;
    font-size: 16px;
    line-height: 1.85;
    max-width: 680px;
    margin: 26px 0 32px;
  }
  .partner-hero p strong {
    color: #fff;
  }
  .partner-logo-card {
    background: #fff;
    border-radius: 18px;
    padding: 34px 34px 24px;
    box-shadow: 0 28px 70px #00000038;
    transform: rotate(1.5deg);
    position: relative;
  }
  .partner-logo-card:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 18px;
    width: 46px;
    height: 6px;
    background: #ffc82f;
    border-radius: 99px;
  }
  .partner-logo-stage {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
  }
  .partner-logo-stage .partner-logo-image {
    width: min(100%,460px) !important;
    height: auto !important;
    max-height: 390px !important;
    object-fit: contain !important;
    display: block !important;
  }
  .partner-logo-card>span {
    display: block;
    text-align: center;
    margin-top: 16px;
    color: #4e4f53;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .partner-intro {
    background: #fff;
  }
  .partner-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
  }
  .partner-copy p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 18px;
  }
  .partner-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }
  .partner-values span {
    background: #111214;
    color: #fff;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .partner-values span:before {
    content: '+';
    color: #ffc82f;
    margin-right: 8px;
  }
  .partner-work {
    background: #f3f3f1;
  }
  .partner-project-card {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e0e0dd;
    box-shadow: 0 20px 55px #0000000d;
  }
  .partner-project-image {
    background: #1a1a1c;
    min-height: 470px;
  }
  .partner-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .partner-project-card figcaption {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .partner-project-card .project-meta {
    margin: 0 0 18px;
    color: #a77b00;
  }
  .partner-project-card .project-meta b {
    font-weight: 900;
    color: #b82117;
  }
  .partner-project-card h3 {
    font-size: 34px;
    max-width: 560px;
    margin-bottom: 17px;
  }
  .partner-project-card p {
    font-size: 14px;
    line-height: 1.85;
    max-width: 560px;
  }
  .partner-note {
    background: #161719;
    color: #fff;
    padding: 72px 0;
  }
  .partner-note-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }
  .partner-note .kicker {
    color: #9fa0a4;
  }
  .partner-note h2 {
    color: #fff;
  }
  .partner-note p {
    color: #bfc0c4;
    max-width: 560px;
    line-height: 1.9;
  }
  .partner-tease {
    background: #fff7df;
    border-top: 1px solid #f0df9a;
    border-bottom: 1px solid #f0df9a;
    padding: 58px 0;
  }
  .partner-tease-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
  }
  .partner-tease .kicker {
    color: #8e7418;
  }
  .partner-tease h2 {
    font-size: clamp(34px,4vw,52px);
  }
  .partner-tease p {
    font-size: 13px;
    line-height: 1.85;
    margin-bottom: 18px;
    max-width: 560px;
  }
  .nav-links .nav-partner {
    color: #ffc82f;
  }
  .nav-links .nav-partner:after {
    background: #ffc82f !important;
  }
  @media (max-width:1000px) {
    .wrap {
      width: calc(100% - 48px);
    }
    .nav-links {
      gap: 17px;
    }
    .nav-links>a {
      font-size: 10px;
    }
    .brand-mark {
      width: 39px;
      height: 53px;
      flex-basis: 39px;
    }
    .brand-mark img,.brand-mark .jvn-logo {
      width: 199px !important;
      height: 53px !important;
    }
    .brand-word {
      font-size: 21px;
    }
    .section-heading {
      gap: 40px;
    }
    .approach {
      gap: 55px;
    }
    .service-card {
      padding: 24px;
    }
    .manage-layout {
      gap: 28px;
    }
    .form-panel {
      padding: 24px;
    }
    .footer-grid {
      gap: 30px;
    }
    .partner-hero-grid,.partner-intro-grid,.partner-note-inner,.partner-tease-inner {
      gap: 45px;
    }
    .partner-project-card figcaption {
      padding: 34px;
    }
  }
  @media (max-width:760px) {
    .wrap {
      width: calc(100% - 30px);
    }
    .section {
      padding-block: 72px;
    }
    .navigation {
      height: 78px;
    }
    .brand-mark {
      width: 34px;
      height: 46px;
      flex-basis: 34px;
    }
    .brand-mark img,.brand-mark .jvn-logo {
      width: 175px !important;
      height: 46px !important;
    }
    .brand-word {
      font-size: 18px;
    }
    .menu-toggle {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #fff;
      border: 1px solid #555;
      background: transparent;
      padding: 8px 11px;
      font-size: 11px;
      border-radius: 7px;
    }
    .nav-links {
      display: none;
      position: absolute;
      top: 78px;
      left: 0;
      right: 0;
      background: #0b0b0c;
      padding: 18px;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      border-bottom: 1px solid #333;
    }
    .nav-links.is-open {
      display: flex;
    }
    .nav-links>a {
      padding: 13px;
      font-size: 11px;
    }
    .nav-contact {
      margin-top: 8px;
    }
    .admin-bar .jvn-header {
      top: 46px;
    }
    .hero {
      min-height: 640px;
    }
    .hero-inner {
      padding-top: 62px;
      padding-bottom: 90px;
    }
    .hero h1 {
      font-size: 58px;
    }
    .hero .kicker {
      font-size: 8px;
    }
    .hero p {
      font-size: 14px;
      max-width: 480px;
    }
    .hero:after {
      right: -240px;
      opacity: .65;
    }
    .hero-label {
      display: none;
    }
    .hero .button-row {
      gap: 10px;
      display: grid;
    }
    .hero .button,.hero-link {
      width: 100%;
    }
    .promise-strip .wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      font-size: 8px;
      padding-block: 17px;
    }
    .section-heading {
      grid-template-columns: 1fr;
      gap: 22px;
      margin-bottom: 30px;
    }
    .services-grid,.project-grid,.blog-grid {
      grid-template-columns: 1fr;
    }
    .service-card {
      padding: 24px;
      min-height: 240px;
    }
    .service-number {
      margin-bottom: 40px;
    }
    .approach,.split,.about-grid,.contact-grid,.project-story,.article-layout {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .steps {
      padding-top: 0;
    }
    .cta-band {
      padding: 48px 0;
    }
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .jvn-footer {
      padding-top: 44px;
    }
    .page-intro {
      padding-top: 54px;
    }
    .page-intro h1 {
      font-size: 54px;
    }
    .empty-projects {
      padding: 26px;
    }
    .empty-projects h3 {
      font-size: 28px;
    }
    .empty-projects .text-link {
      margin: 18px 0 0;
    }
    .service-detail {
      grid-template-columns: 28px 1fr;
      gap: 15px;
      padding: 36px 0;
    }
    .service-detail h2 {
      font-size: 31px;
    }
    .about-statement {
      font-size: 38px;
      padding: 30px;
      min-height: 270px;
    }
    .contact-panel {
      padding: 27px;
    }
    .photo-gallery {
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
    .gallery-section {
      padding-bottom: 65px;
    }
    .manage-layout {
      grid-template-columns: 1fr;
      padding-top: 28px;
    }
    .manage-aside {
      border-bottom: 1px solid #ddd;
      padding-bottom: 24px;
    }
    .manage-intro h1 {
      font-size: 50px;
    }
    .form-panel {
      padding: 20px;
    }
    .form-columns {
      grid-template-columns: 1fr;
      gap: 0;
    }
    .upload-previews,.existing-photos {
      grid-template-columns: 1fr 1fr;
    }
    .manage-row {
      gap: 12px;
      flex-wrap: wrap;
    }
    .manage-row-title {
      min-width: calc(100% - 110px);
    }
    .form-actions {
      align-items: stretch;
      flex-direction: column;
    }
    .button {
      font-size: 10px;
    }
    .partner-hero {
      padding: 65px 0 58px;
    }
    .partner-hero-grid,.partner-intro-grid,.partner-note-inner,.partner-project-card,.partner-tease-inner {
      grid-template-columns: 1fr;
      gap: 28px;
    }
    .partner-logo-card {
      max-width: 470px;
      margin-inline: auto;
      padding: 28px 28px 20px;
      transform: none;
    }
    .partner-project-image {
      min-height: 350px;
    }
    .partner-project-card figcaption {
      padding: 26px;
    }
    .partner-project-card h3 {
      font-size: 27px;
    }
    .partner-note {
      padding: 55px 0;
    }
    .partner-tease {
      padding: 45px 0;
    }
    .partner-hero:after {
      right: -280px;
      opacity: .7;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    html {
      scroll-behavior: auto;
    }
    *,*:before,*:after {
      animation: none !important;
      transition: none !important;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-outline-style: solid;
    }
  }
}
