/* [project]/src/app/globals.css [app-client] (css) */
@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-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: Arial, Helvetica, sans-serif;
    --default-mono-font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .h-full {
    height: 100%;
  }

  .min-h-full {
    min-height: 100%;
  }

  .flex-col {
    flex-direction: column;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

:root {
  --vs-bg-base: #091c36;
  --vs-bg-surface: #10284b;
  --vs-bg-elevated: #183661;
  --vs-bg-overlay: #204477;
  --vs-brand: #14b8a6;
  --vs-brand-hover: #0d9488;
  --vs-brand-subtle: #14b8a61f;
  --vs-brand-glow: #14b8a626;
  --vs-accent-human: #f97316;
  --vs-accent-human-hover: #ea580c;
  --vs-accent-human-subtle: #f973161f;
  --vs-accent-creative: #818cf8;
  --vs-accent-creative-hover: #6366f1;
  --vs-accent-creative-subtle: #818cf81f;
  --vs-text-primary: #f8fafc;
  --vs-text-secondary: #cbd5e1;
  --vs-text-muted: #94a3b8;
  --vs-text-disabled: #3f3f46;
  --vs-text-on-brand: #0d0d10;
  --vs-text-link: #14b8a6;
  --vs-border-subtle: #ffffff0f;
  --vs-border-default: #ffffff1f;
  --vs-border-strong: #ffffff3d;
  --vs-border-brand: #14b8a680;
  --vs-shadow-sm: 0 1px 3px #0006;
  --vs-shadow-md: 0 4px 12px #00000080;
  --vs-shadow-lg: 0 8px 24px #0009;
  --vs-radius-sm: 4px;
  --vs-radius-md: 6px;
  --vs-radius-lg: 10px;
  --vs-radius-xl: 16px;
  --vs-transition-fast: .15s ease;
  --vs-transition-normal: .2s ease;
  --background: var(--vs-bg-base);
  --foreground: var(--vs-text-primary);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--background);
  color: var(--foreground);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: clip;
}

a {
  color: inherit;
  text-underline-offset: .2em;
  text-decoration: none;
}

a:focus-visible, button:focus-visible {
  outline: 3px solid var(--vs-brand);
  outline-offset: 3px;
}

.site-shell {
  width: min(1180px, 100% - 32px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 24px 0 56px;
}

.site-header {
  border-bottom: 1px solid var(--vs-border-subtle);
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 64px;
  display: flex;
  position: relative;
}

.brand-mark {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
}

.site-header-panel {
  align-items: center;
  gap: 12px;
  display: flex;
}

.site-nav, .locale-switcher {
  color: var(--vs-text-secondary);
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  font-size: .9375rem;
  display: flex;
}

.site-nav a, .site-nav summary, .locale-switcher a, .menu-toggle {
  border-radius: var(--vs-radius-sm);
  min-height: 44px;
  transition: color var(--vs-transition-fast), background var(--vs-transition-fast);
  align-items: center;
  padding: 0 10px;
  display: inline-flex;
}

.site-nav summary, .menu-toggle {
  color: inherit;
  cursor: pointer;
  font: inherit;
  background: none;
  border: 0;
}

.site-nav summary {
  list-style: none;
}

.site-nav summary::-webkit-details-marker {
  display: none;
}

.site-nav a:hover, .site-nav a[data-active="true"], .site-nav summary:hover, .site-nav summary[data-active="true"], .locale-switcher a:hover, .locale-switcher a[data-active="true"], .menu-toggle:hover {
  color: var(--vs-text-primary);
  background: var(--vs-brand-subtle);
}

.site-nav a[data-active="true"], .site-nav summary[data-active="true"], .locale-switcher a[data-active="true"] {
  box-shadow: inset 0 -2px 0 var(--vs-brand);
  font-weight: 700;
}

.services-menu {
  position: relative;
}

.services-menu-panel {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  min-width: 260px;
  box-shadow: var(--vs-shadow-md);
  gap: 4px;
  padding: 8px;
  display: grid;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
}

.services-menu:not([open]) .services-menu-panel {
  display: none;
}

.services-menu-panel a {
  justify-content: flex-start;
  width: 100%;
}

.locale-switcher {
  border-left: 1px solid var(--vs-border-subtle);
  padding-left: 12px;
}

.locale-switcher a {
  justify-content: center;
  min-width: 44px;
  font-size: .8rem;
  font-weight: 800;
}

.menu-toggle {
  border: 1px solid var(--vs-border-subtle);
  min-width: 44px;
  color: var(--vs-text-primary);
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  display: none;
}

.hero-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: 48px;
  min-height: calc(100vh - 88px);
  padding: 56px 0 48px;
  display: grid;
}

.hero-copy h1, .profile-hero h1 {
  letter-spacing: 0;
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.75rem, 5.3vw, 5rem);
  font-weight: 760;
  line-height: .98;
}

.hero-intro, .profile-hero p {
  max-width: 720px;
  color: var(--vs-text-secondary);
  margin: 28px 0 0;
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.hero-copy h1 {
  font-size: clamp(2.75rem, 4.7vw, 4.35rem);
}

.eyebrow {
  color: var(--vs-brand);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-size: .78rem;
  font-weight: 800;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  display: flex;
}

.button-primary, .button-secondary {
  border-radius: var(--vs-radius-md);
  min-height: 48px;
  transition: border var(--vs-transition-fast), background var(--vs-transition-fast), color var(--vs-transition-fast);
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  font-size: .9375rem;
  font-weight: 700;
  display: inline-flex;
}

.button-primary {
  border: 1px solid var(--vs-brand);
  background: var(--vs-brand);
  color: var(--vs-text-on-brand);
}

.button-primary:hover {
  border-color: var(--vs-brand-hover);
  background: var(--vs-brand-hover);
}

.button-secondary {
  border: 1px solid var(--vs-border-default);
  color: var(--vs-text-primary);
  background: #ffffff08;
}

.button-secondary:hover {
  border-color: var(--vs-brand);
  background: var(--vs-bg-surface);
}

.hero-visual {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  box-shadow: var(--vs-shadow-md);
  margin: 0;
  overflow: hidden;
}

.hero-visual-frame {
  aspect-ratio: 4 / 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-visual img {
  object-fit: cover;
  object-position: center calc(44% + 50px);
}

.hero-visual figcaption {
  color: var(--vs-text-secondary);
  border-top: 1px solid var(--vs-border-subtle);
  padding: 14px 16px;
  font-size: .875rem;
}

.section-block, .split-band, .method-strip, .profile-hero, .profile-grid, .contact-teaser {
  margin-top: 56px;
}

.section-heading {
  max-width: 720px;
}

.section-heading h1, .section-heading h2, .split-band h2, .contact-teaser h2 {
  color: var(--vs-text-primary);
  letter-spacing: 0;
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  font-weight: 720;
  line-height: 1.12;
}

.competency-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
  display: grid;
}

.competency-item, .profile-panel, .proof-list {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  box-shadow: var(--vs-shadow-sm);
}

.competency-item {
  padding: 22px;
}

.competency-item h3, .proof-list h3, .profile-panel h2, .method-strip h2 {
  color: var(--vs-text-primary);
  margin: 0;
  font-size: 1.1rem;
  font-weight: 760;
}

.competency-item p, .profile-panel p {
  color: var(--vs-text-secondary);
  margin: 14px 0 0;
  line-height: 1.7;
}

.split-band {
  border-radius: var(--vs-radius-lg);
  background: var(--vs-brand-subtle);
  grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr);
  align-items: start;
  gap: 24px;
  padding: 32px;
  display: grid;
}

.proof-list {
  background: var(--vs-bg-surface);
  padding: 20px;
}

.proof-list p, .timeline-list p {
  color: var(--vs-text-secondary);
  gap: 4px;
  margin: 16px 0 0;
  line-height: 1.55;
  display: grid;
}

.proof-list span, .timeline-list span {
  color: var(--vs-brand);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
}

.method-strip {
  border-top: 1px solid var(--vs-border-default);
  grid-template-columns: .45fr 1fr;
  align-items: start;
  gap: 24px;
  padding-top: 28px;
  display: grid;
}

.method-strip ol, .principle-list {
  color: var(--vs-text-secondary);
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.75;
}

.method-strip li + li, .principle-list li + li {
  margin-top: 10px;
}

.profile-page {
  padding-bottom: 72px;
}

.profile-hero {
  max-width: 880px;
  padding: 56px 0 8px;
}

.profile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.profile-panel {
  padding: 24px;
}

.profile-panel-large {
  grid-column: span 2;
}

.tag-list {
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tag-list li {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-md);
  background: var(--vs-bg-base);
  color: var(--vs-text-secondary);
  padding: 8px 10px;
  font-size: .92rem;
}

.profile-section-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
  display: grid;
}

.profile-section-list h3 {
  color: var(--vs-text-primary);
  margin: 0;
  font-size: 1.02rem;
  font-weight: 760;
}

.profile-section-list ul {
  color: var(--vs-text-secondary);
  margin: 12px 0 0;
  padding-left: 1.2rem;
  line-height: 1.7;
}

.profile-section-list li + li {
  margin-top: 8px;
}

.contact-teaser {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px;
  display: flex;
}

.content-page {
  padding-bottom: 72px;
}

.content-hero, .content-detail {
  max-width: 900px;
}

.content-hero {
  padding: 56px 0 8px;
}

.content-hero h1, .content-detail-header h1 {
  color: var(--vs-text-primary);
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 760;
  line-height: 1.02;
}

.content-hero p:not(.eyebrow), .content-detail-header p:not(.eyebrow), .content-body p {
  color: var(--vs-text-secondary);
  line-height: 1.75;
}

.content-hero p:not(.eyebrow), .content-detail-header p:not(.eyebrow) {
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.content-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
  display: grid;
}

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

.gallery-sections {
  gap: 36px;
  margin-top: 32px;
  display: grid;
}

.gallery-section .content-grid {
  margin-top: 16px;
}

.media-gallery {
  gap: 56px;
  margin-top: 48px;
  display: grid;
}

.media-gallery-section {
  gap: 20px;
  display: grid;
}

.media-gallery-heading {
  margin-bottom: 0;
}

.media-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.media-card {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  min-width: 0;
  box-shadow: var(--vs-shadow-sm);
  margin: 0;
  overflow: hidden;
}

.media-card-image {
  aspect-ratio: 4 / 3;
  background: var(--vs-bg-elevated);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.media-card-portrait .media-card-image {
  aspect-ratio: 3 / 4;
}

.media-card-image img {
  object-fit: cover;
  transition: transform var(--vs-transition-normal);
}

.media-card:hover .media-card-image img {
  transform: scale(1.025);
}

.media-card figcaption {
  gap: 6px;
  padding: 16px;
  display: grid;
}

.media-card figcaption strong {
  color: var(--vs-text-primary);
  font-size: .98rem;
}

.media-card figcaption span {
  color: var(--vs-text-secondary);
  font-size: .84rem;
  line-height: 1.45;
}

.content-card {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  box-shadow: var(--vs-shadow-sm);
  overflow: hidden;
}

.content-card-image {
  aspect-ratio: 4 / 3;
  background: var(--vs-bg-elevated);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.content-card-image img, .content-detail-image img {
  object-fit: cover;
}

.content-card-copy {
  padding: 22px;
}

.content-card h2 {
  color: var(--vs-text-primary);
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;
  margin: 14px 0 0;
  font-size: 1.35rem;
  line-height: 1.2;
}

.content-card p {
  color: var(--vs-text-secondary);
  margin: 12px 0 0;
  line-height: 1.65;
}

.entry-meta {
  color: var(--vs-text-muted);
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: .82rem;
  display: flex;
}

.text-link {
  color: var(--vs-brand);
  margin-top: 18px;
  font-weight: 760;
  text-decoration: underline;
  display: inline-flex;
}

.empty-state {
  color: var(--vs-text-secondary);
  margin-top: 32px;
}

.content-detail {
  margin-top: 48px;
}

.content-detail-header {
  border-bottom: 1px solid var(--vs-border-subtle);
  margin-top: 32px;
  padding-bottom: 24px;
}

.content-detail-image {
  aspect-ratio: 16 / 10;
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-elevated);
  width: 100%;
  margin: 32px 0 0;
  position: relative;
  overflow: hidden;
}

.content-detail-image figcaption {
  color: var(--vs-text-on-brand);
  background: #102a3abd;
  padding: 12px 14px;
  font-size: .82rem;
  position: absolute;
  inset: auto 0 0;
}

.content-body {
  margin-top: 32px;
}

.content-body h2, .content-body h3 {
  color: var(--vs-text-primary);
  margin: 32px 0 0;
  line-height: 1.2;
}

.content-body h2 {
  font-size: 1.55rem;
}

.content-body h3 {
  font-size: 1.25rem;
}

.content-body p, .content-body ul {
  margin: 16px 0 0;
}

.content-body ul {
  color: var(--vs-text-secondary);
  padding-left: 1.2rem;
  line-height: 1.75;
}

.services-page {
  padding-bottom: 72px;
}

.services-hero {
  max-width: 980px;
}

.services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
  display: grid;
}

.service-panel, .contact-section, .contact-channel {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  box-shadow: var(--vs-shadow-sm);
}

.service-panel {
  padding: 24px;
}

.service-panel h3, .contact-channel h3 {
  color: var(--vs-text-primary);
  margin: 0;
  font-size: 1.18rem;
  font-weight: 760;
}

.service-panel p, .service-panel li, .contact-copy p, .contact-channel p, .placeholder-note, .check-list {
  color: var(--vs-text-secondary);
  line-height: 1.7;
}

.service-panel p {
  margin: 14px 0 0;
}

.service-panel ul, .check-list {
  margin: 16px 0 0;
  padding-left: 1.2rem;
}

.service-panel li + li, .check-list li + li {
  margin-top: 8px;
}

.service-outcome {
  border-top: 1px solid var(--vs-border-subtle);
  padding-top: 14px;
  font-weight: 700;
}

.service-fit, .service-boundary {
  border-radius: var(--vs-radius-md);
  padding: 12px 14px;
}

.service-fit {
  background: var(--vs-brand-subtle);
  color: var(--vs-text-primary);
  font-weight: 700;
}

.service-boundary {
  border: 1px solid var(--vs-border-subtle);
  background: var(--vs-bg-base);
  font-size: .94rem;
}

.services-fit .check-list {
  font-size: 1.04rem;
}

.service-detail {
  max-width: 980px;
}

.service-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
  display: grid;
}

.service-detail-panel {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  box-shadow: var(--vs-shadow-sm);
  padding: 24px;
}

.service-detail-panel h2 {
  color: var(--vs-text-primary);
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.service-detail-panel p, .service-detail-panel li {
  color: var(--vs-text-secondary);
  line-height: 1.7;
}

.service-detail-panel p, .service-detail-panel ul, .service-detail-panel ol {
  margin: 14px 0 0;
}

.service-detail-panel ul, .service-detail-panel ol {
  padding-left: 1.2rem;
}

.service-detail-cta {
  margin-top: 32px;
}

.service-detail-cta .button-primary {
  margin-top: 16px;
}

.contact-section {
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr);
  gap: 24px;
  margin-top: 56px;
  padding: 28px;
  display: grid;
}

.contact-copy h2 {
  color: var(--vs-text-primary);
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.16;
}

.contact-copy p:not(.eyebrow) {
  margin: 16px 0 0;
}

.contact-channel-grid {
  gap: 12px;
  display: grid;
}

.contact-channel {
  padding: 18px;
}

.contact-channel-heading {
  align-items: center;
  gap: 10px;
  display: flex;
}

.contact-channel-heading span {
  background: var(--vs-brand);
  width: 36px;
  height: 36px;
  color: var(--vs-text-on-brand);
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: .78rem;
  font-weight: 800;
  display: inline-flex;
}

.contact-channel-heading h3 {
  margin: 0;
}

.contact-value {
  overflow-wrap: anywhere;
  min-height: 44px;
  font-family: var(--font-mono);
  color: var(--vs-brand);
  align-items: center;
  margin: 10px 0 0;
  font-size: .92rem;
  font-weight: 800;
  text-decoration: underline;
  display: inline-flex;
}

p.contact-value {
  text-decoration: none;
}

.placeholder-note {
  border-top: 1px solid var(--vs-border-subtle);
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 18px;
  font-size: .92rem;
}

.site-footer {
  border-top: 1px solid var(--vs-border-subtle);
  width: min(1180px, 100% - 32px);
  color: var(--vs-text-secondary);
  margin: 0 auto;
  padding: 24px 0 32px;
  font-size: .9rem;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
  display: flex;
}

.site-footer a {
  min-height: 40px;
  color: var(--vs-brand);
  align-items: center;
  font-weight: 700;
  text-decoration: underline;
  display: inline-flex;
}

.info-hero {
  max-width: 980px;
}

.info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
  display: grid;
}

.info-panel {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  box-shadow: var(--vs-shadow-sm);
  padding: 24px;
}

.info-panel h2 {
  color: var(--vs-text-primary);
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0;
  font-size: 1.25rem;
}

.info-panel ul {
  color: var(--vs-text-secondary);
  margin: 16px 0 0;
  padding-left: 1.2rem;
  line-height: 1.7;
}

.info-panel li + li {
  margin-top: 8px;
}

.launch-note {
  border-left: 4px solid var(--vs-brand);
  background: var(--vs-brand-subtle);
  color: var(--vs-text-primary);
  margin: 24px 0 0;
  padding: 18px;
  font-weight: 700;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .hero-layout, .split-band, .method-strip, .profile-grid, .content-grid, .gallery-grid, .media-gallery-grid, .services-grid, .service-detail-grid, .contact-section, .info-grid, .profile-section-list {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    min-height: auto;
    padding-top: 42px;
  }

  .competency-grid {
    grid-template-columns: 1fr;
  }

  .profile-panel-large {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: calc(100% - 24px);
    max-width: 1180px;
    padding-top: 12px;
  }

  .site-footer {
    width: calc(100% - 24px);
    max-width: 1180px;
  }

  .site-header, .contact-teaser {
    align-items: flex-start;
  }

  .site-header {
    flex-flow: wrap;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-header-panel {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    padding: 12px 0 16px;
    display: none;
  }

  .site-header-panel[data-open="true"] {
    display: flex;
  }

  .site-nav, .locale-switcher {
    justify-content: flex-start;
  }

  .site-nav {
    gap: 6px;
    display: grid;
  }

  .site-nav a, .site-nav summary {
    justify-content: flex-start;
    width: 100%;
  }

  .services-menu-panel {
    border: 0;
    border-left: 2px solid var(--vs-border-default);
    min-width: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
    margin-top: 6px;
    padding: 8px 0 0 12px;
    position: static;
  }

  .locale-switcher {
    border-left: 0;
    padding: 0;
  }

  .hero-copy h1, .profile-hero h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 11vw, 3.25rem);
    line-height: 1.04;
  }

  .section-heading h1, .section-heading h2, .contact-teaser h2, .contact-copy h2 {
    font-size: clamp(1.45rem, 7vw, 2.2rem);
  }

  .split-band h2 {
    font-size: clamp(1.25rem, 5.6vw, 1.7rem);
    line-height: 1.28;
  }

  .content-hero h1, .content-detail-header h1 {
    font-size: clamp(1.95rem, 9.5vw, 3rem);
    line-height: 1.08;
  }

  .split-band, .contact-teaser, .contact-section {
    padding: 22px;
  }
}

.competencies-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
  display: grid;
}

@media (max-width: 900px) {
  .competencies-card-grid {
    grid-template-columns: 1fr;
  }
}

.competency-card-v2 {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  box-shadow: var(--vs-shadow-sm);
  transition: transform var(--vs-transition-fast), border-color var(--vs-transition-fast), box-shadow var(--vs-transition-fast);
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: relative;
}

.competency-card-v2:hover {
  box-shadow: var(--vs-shadow-md);
  transform: translateY(-4px);
}

.competency-card-v2[data-accent="tech"] {
  border-top: 4px solid var(--vs-brand);
}

.competency-card-v2[data-accent="human"] {
  border-top: 4px solid var(--vs-accent-human);
}

.competency-card-v2[data-accent="creative"] {
  border-top: 4px solid var(--vs-accent-creative);
}

.comp-card-badge {
  border-radius: var(--vs-radius-sm);
  text-transform: uppercase;
  letter-spacing: .05em;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 4px 8px;
  font-size: .7rem;
  font-weight: 800;
}

.comp-card-badge[data-accent="tech"] {
  background: var(--vs-brand-subtle);
  color: var(--vs-brand);
}

.comp-card-badge[data-accent="human"] {
  background: var(--vs-accent-human-subtle);
  color: var(--vs-accent-human);
}

.comp-card-badge[data-accent="creative"] {
  background: var(--vs-accent-creative-subtle);
  color: var(--vs-accent-creative);
}

.competency-card-v2 h3 {
  color: var(--vs-text-primary);
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 700;
}

.comp-text {
  color: var(--vs-text-secondary);
  flex-grow: 1;
  margin: 0 0 20px;
  font-size: .95rem;
  line-height: 1.6;
}

.comp-skills {
  border-top: 1px solid var(--vs-border-subtle);
  flex-direction: column;
  gap: 4px;
  padding-top: 14px;
  font-size: .85rem;
  display: flex;
}

.skills-label {
  color: var(--vs-text-muted);
  font-weight: 700;
}

.skills-value {
  color: var(--vs-text-secondary);
  font-family: var(--font-mono);
  word-break: break-all;
  font-size: .78rem;
}

.filterable-section {
  margin-top: 32px;
}

.filter-tabs {
  border-bottom: 1px solid var(--vs-border-subtle);
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  display: flex;
}

.filter-tab-btn {
  border-radius: var(--vs-radius-full);
  border: 1px solid var(--vs-border-default);
  min-height: 44px;
  color: var(--vs-text-secondary);
  cursor: pointer;
  transition: all var(--vs-transition-fast);
  background: none;
  padding: 0 16px;
  font-size: .875rem;
  font-weight: 600;
}

.filter-tab-btn:hover {
  color: var(--vs-text-primary);
  border-color: var(--vs-border-strong);
  background: #ffffff08;
}

.filter-tab-btn[data-active="true"] {
  color: var(--vs-text-on-brand);
  background: var(--vs-brand);
  border-color: var(--vs-brand);
}

.filter-tab-btn[data-active="true"][data-category="gastro"], .filter-tab-btn[data-active="true"][data-category="bau-praxis"], .filter-tab-btn[data-active="true"][data-category="organisation"] {
  background: var(--vs-accent-human);
  border-color: var(--vs-accent-human);
}

.experience-grid, .projects-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

@media (max-width: 768px) {
  .experience-grid, .projects-grid {
    grid-template-columns: 1fr;
  }
}

.experience-card, .project-card {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  box-shadow: var(--vs-shadow-sm);
  transition: border-color var(--vs-transition-fast);
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.experience-card:hover, .project-card:hover {
  border-color: var(--vs-border-strong);
}

.project-card-image {
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--vs-border-subtle);
  background: var(--vs-bg-elevated);
  width: calc(100% + 48px);
  margin: -24px -24px 20px;
  position: relative;
  overflow: hidden;
}

.project-card-image.project-card-image--secondary {
  aspect-ratio: 4 / 3;
  margin-top: 12px;
}

.project-card-image img {
  object-fit: cover;
  transition: transform var(--vs-transition-normal);
  transform: translateY(0);
}

.project-card:hover .project-card-image img {
  transform: scale(1.025);
}

.experience-card-header, .project-card-header {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  display: flex;
}

.experience-badge, .project-badge {
  border-radius: var(--vs-radius-sm);
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 2px 6px;
  font-size: .65rem;
  font-weight: 800;
}

.experience-badge[data-category="it-ki"], .project-badge[data-category="it-ki"], .experience-badge[data-category="nachhilfe"], .project-badge[data-category="nachhilfe"] {
  background: var(--vs-brand-subtle);
  color: var(--vs-brand);
}

.experience-badge[data-category="gastro"], .project-badge[data-category="gastro"], .experience-badge[data-category="bau-praxis"], .project-badge[data-category="bau-praxis"], .experience-badge[data-category="organisation"], .project-badge[data-category="organisation"] {
  background: var(--vs-accent-human-subtle);
  color: var(--vs-accent-human);
}

.experience-period {
  color: var(--vs-text-muted);
  font-size: .85rem;
  font-weight: 500;
}

.experience-card-title, .project-card-title {
  color: var(--vs-text-primary);
  margin: 0 0 4px;
  font-size: 1.15rem;
  font-weight: 700;
}

.experience-company {
  color: var(--vs-brand);
  margin: 0 0 14px;
  font-size: .875rem;
  font-weight: 600;
}

.experience-card[data-category="gastro"] .experience-company, .experience-card[data-category="bau-praxis"] .experience-company, .experience-card[data-category="organisation"] .experience-company {
  color: var(--vs-accent-human);
}

.experience-desc, .project-desc {
  color: var(--vs-text-secondary);
  flex-grow: 1;
  margin: 0;
  font-size: .92rem;
  line-height: 1.6;
}

.project-card-footer {
  border-top: 1px solid var(--vs-border-subtle);
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
  padding-top: 12px;
  font-size: .82rem;
  display: flex;
}

.project-details-label {
  color: var(--vs-text-muted);
  font-weight: 700;
}

.project-details-value {
  color: var(--vs-text-secondary);
  font-family: var(--font-mono);
  font-size: .78rem;
}

.services-showcase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
  display: grid;
}

@media (max-width: 900px) {
  .services-showcase-grid {
    grid-template-columns: 1fr;
  }
}

.service-showcase-card {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  box-shadow: var(--vs-shadow-sm);
  transition: transform var(--vs-transition-fast);
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.service-showcase-card:hover {
  transform: translateY(-2px);
}

.service-showcase-card h3 {
  color: var(--vs-text-primary);
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.service-desc {
  color: var(--vs-text-secondary);
  margin: 0 0 20px;
  font-size: .95rem;
  line-height: 1.5;
}

.service-includes-list {
  color: var(--vs-text-secondary);
  flex-grow: 1;
  margin: 0 0 24px;
  padding-left: 1.2rem;
  font-size: .9rem;
  line-height: 1.6;
  list-style-type: disc;
}

.service-includes-list li + li {
  margin-top: 8px;
}

.service-boundary-box, .service-outcome-box {
  border-radius: var(--vs-radius-md);
  margin-top: 14px;
  padding: 12px;
  font-size: .85rem;
}

.service-boundary-box {
  border: 1px solid var(--vs-border-subtle);
  background: #ffffff05;
}

.service-outcome-box {
  background: var(--vs-brand-subtle);
  border: 1px solid #14b8a626;
}

.service-showcase-card[data-accent="human"] .service-outcome-box {
  background: var(--vs-accent-human-subtle);
  border-color: #f9731626;
}

.boundary-title, .outcome-title {
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 4px;
  font-size: .72rem;
  font-weight: 700;
  display: block;
}

.boundary-title {
  color: var(--vs-text-muted);
}

.outcome-title {
  color: var(--vs-brand);
}

.service-showcase-card[data-accent="human"] .outcome-title {
  color: var(--vs-accent-human);
}

.service-boundary-box p, .service-outcome-box p {
  color: var(--vs-text-secondary);
  margin: 0;
  line-height: 1.45;
}

.contact-form-section {
  border-top: 1px solid var(--vs-border-subtle);
  padding-top: 48px;
}

.contact-layout-grid {
  grid-template-columns: 1.1fr .9fr;
  align-items: start;
  gap: 48px;
  display: grid;
}

@media (max-width: 900px) {
  .contact-layout-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.contact-intro-side h2 {
  color: var(--vs-text-primary);
  margin: 0 0 16px;
  font-size: 2.25rem;
  font-weight: 700;
}

.contact-text {
  color: var(--vs-text-secondary);
  margin: 0 0 12px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.contact-expectation-note {
  color: var(--vs-text-muted);
  margin: 0 0 32px;
  font-size: .875rem;
  font-style: italic;
}

.channels-vertical-list {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.contact-channel-item-v2 {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-lg);
  background: var(--vs-bg-surface);
  align-items: center;
  gap: 16px;
  padding: 16px;
  display: flex;
}

.channel-icon-bg {
  border-radius: var(--vs-radius-md);
  background: var(--vs-brand-subtle);
  width: 44px;
  height: 44px;
  color: var(--vs-brand);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  font-weight: 800;
  display: flex;
}

.contact-channel-item-v2:nth-child(2) .channel-icon-bg, .contact-channel-item-v2:nth-child(3) .channel-icon-bg {
  background: var(--vs-accent-human-subtle);
  color: var(--vs-accent-human);
}

.channel-body {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.channel-body h4 {
  color: var(--vs-text-primary);
  margin: 0;
  font-size: .95rem;
  font-weight: 700;
}

.channel-note {
  color: var(--vs-text-muted);
  margin: 0;
  font-size: .8rem;
}

.channel-value-link {
  font-size: .9rem;
  font-family: var(--font-mono);
  color: var(--vs-brand);
  word-break: break-all;
  font-weight: 600;
  text-decoration: underline;
}

.channel-value-text {
  font-size: .9rem;
  font-family: var(--font-mono);
  color: var(--vs-text-secondary);
  margin: 0;
}

.contact-form-side {
  border: 1px solid var(--vs-border-subtle);
  border-radius: var(--vs-radius-xl);
  background: var(--vs-bg-surface);
  box-shadow: var(--vs-shadow-md);
  padding: 32px;
}

.contact-form-v2 {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.form-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.form-group label {
  color: var(--vs-text-secondary);
  font-size: .875rem;
  font-weight: 600;
}

.form-group input, .form-group textarea {
  border-radius: var(--vs-radius-md);
  border: 1px solid var(--vs-border-default);
  background: var(--vs-bg-base);
  color: var(--vs-text-primary);
  transition: border-color var(--vs-transition-fast), box-shadow var(--vs-transition-fast);
  outline: none;
  padding: 12px 16px;
  font-family: inherit;
  font-size: .95rem;
}

.form-group input:focus, .form-group textarea:focus {
  border-color: var(--vs-brand);
  box-shadow: 0 0 0 2px var(--vs-brand-subtle);
}

.submit-btn {
  cursor: pointer;
  margin-top: 8px;
  font-family: inherit;
}

.madeira-accent-band {
  background: var(--vs-bg-surface) !important;
  border: 1px solid var(--vs-border-default) !important;
}

.competencies-tech-core {
  grid-template-columns: 1.65fr 1.35fr;
  gap: 24px;
  margin-top: 32px;
  display: grid;
}

@media (max-width: 900px) {
  .competencies-tech-core {
    grid-template-columns: 1fr;
  }
}

.tech-core-large-card {
  grid-column: span 1;
  border: 1px solid var(--vs-border-brand) !important;
  box-shadow: 0 0 20px var(--vs-brand-glow) !important;
  background: linear-gradient(135deg, var(--vs-bg-surface) 0%, #14b8a608 100%) !important;
  padding: 36px !important;
}

.tech-core-medium-card {
  grid-column: span 1;
  border-top: 4px solid var(--vs-brand) !important;
  padding: 32px !important;
}

.competencies-secondary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
  display: grid;
}

@media (max-width: 768px) {
  .competencies-secondary-grid {
    grid-template-columns: 1fr;
  }
}

.competency-card-secondary {
  opacity: .85;
  transition: opacity var(--vs-transition-fast), transform var(--vs-transition-fast), border-color var(--vs-transition-fast);
  border-color: var(--vs-border-subtle) !important;
  background: var(--vs-bg-surface) !important;
  padding: 24px !important;
}

.competency-card-secondary:hover {
  opacity: 1;
  transform: translateY(-2px);
  border-color: var(--vs-border-default) !important;
}

.tech-subcategories {
  margin-bottom: 24px;
}

.subcategories-label {
  color: var(--vs-text-muted);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 8px;
  font-size: .8rem;
  font-weight: 700;
  display: block;
}

.subcategories-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
}

@media (max-width: 500px) {
  .subcategories-list {
    grid-template-columns: 1fr;
  }
}

.subcategory-item {
  color: var(--vs-text-secondary);
  padding-left: 14px;
  font-size: .9rem;
  position: relative;
}

.subcategory-item:before {
  content: "→";
  color: var(--vs-brand);
  position: absolute;
  left: 0;
}

.tech-card-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  display: flex;
}

.button-sm {
  min-height: 44px !important;
  padding: 0 14px !important;
  font-size: .85rem !important;
}

.section-subheading {
  border-bottom: 1px solid var(--vs-border-subtle);
  margin-top: 56px;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.section-subheading h3 {
  color: var(--vs-text-primary);
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
}

.skills-grid {
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
  display: flex;
}

.skill-badge {
  font-size: .75rem;
  font-family: var(--font-mono);
  background: var(--vs-brand-subtle);
  color: var(--vs-brand);
  border-radius: var(--vs-radius-sm);
  border: 1px solid #14b8a626;
  padding: 4px 10px;
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a1a1aa'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px !important;
}

.form-group select option {
  background: var(--vs-bg-surface);
  color: var(--vs-text-primary);
}

.contact-success-box {
  text-align: center;
  border: 1px solid var(--vs-border-brand);
  border-radius: var(--vs-radius-xl);
  animation: fadeIn var(--vs-transition-normal);
  background: linear-gradient(135deg, #14b8a60d 0%, #14b8a603 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  display: flex;
  box-shadow: 0 0 30px #14b8a61a;
}

.success-icon-frame {
  background: var(--vs-brand-subtle);
  width: 56px;
  height: 56px;
  color: var(--vs-brand);
  box-shadow: 0 0 10px var(--vs-brand-glow);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: bold;
  display: inline-flex;
}

.contact-success-box h3 {
  color: var(--vs-text-primary);
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: 700;
}

.contact-success-box p {
  color: var(--vs-text-secondary);
  max-width: 320px;
  margin: 0;
  font-size: .95rem;
  line-height: 1.6;
}

.form-global-error {
  border-radius: var(--vs-radius-md);
  color: #f87171;
  animation: slideIn var(--vs-transition-fast);
  background: #ef44440d;
  border: 1px solid #ef444433;
  margin-bottom: 8px;
  padding: 12px 16px;
  font-size: .9rem;
  line-height: 1.5;
}

.field-error {
  color: #f87171;
  animation: fadeIn var(--vs-transition-fast);
  margin-top: 4px;
  font-size: .78rem;
  font-weight: 600;
  display: block;
}

.form-group input[data-invalid="true"], .form-group textarea[data-invalid="true"] {
  border-color: #ef444466 !important;
}

.form-group input[data-invalid="true"]:focus, .form-group textarea[data-invalid="true"]:focus {
  border-color: #f87171 !important;
  box-shadow: 0 0 0 2px #ef444426 !important;
}

.button-spinner-row {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.spinner-icon {
  border: 2px solid #fff3;
  border-top-color: var(--vs-text-on-brand);
  border-radius: 999px;
  width: 16px;
  height: 16px;
  animation: .8s linear infinite rotateSpinner;
  display: inline-block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rotateSpinner {
  to {
    transform: rotate(360deg);
  }
}

.service-details-grid {
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  display: grid;
}

.services-footer-grid {
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  display: grid;
}

.profile-grid-bio {
  grid-template-columns: 1.3fr .7fr;
  gap: 40px;
  margin-bottom: 56px;
  display: grid;
}

.profile-grid-stacks {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 56px;
  display: grid;
}

.profile-grid-evidence {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  display: grid;
}

.profile-grid-principles {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  display: grid;
}

@media (max-width: 900px) {
  .service-details-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .services-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .profile-grid-bio, .profile-grid-stacks, .profile-grid-evidence {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.madeira-image-strip {
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 16px;
  height: 240px;
  display: grid;
}

@media (max-width: 768px) {
  .madeira-image-strip {
    grid-template-columns: 1fr;
    height: auto;
  }

  .madeira-image-strip > div {
    height: 180px;
  }
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/