/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --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;
      --tw-duration: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --spacing: .25rem;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-2xl: 1rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@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;
    -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 {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * .5);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .h-full {
    height: 100%;
  }

  .min-h-\[calc\(100svh-72px\)\] {
    min-height: calc(100svh - 72px);
  }

  .w-\[280px\] {
    width: 280px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[560px\] {
    max-width: 560px;
  }

  .max-w-\[1248px\] {
    max-width: 1248px;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

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

  .grid-cols-\[182px_1fr\] {
    grid-template-columns: 182px 1fr;
  }

  .grid-cols-\[260px_1fr\] {
    grid-template-columns: 260px 1fr;
  }

  .grid-cols-\[338px_1fr\] {
    grid-template-columns: 338px 1fr;
  }

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

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

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

  .bg-\[\#2a2a2a\] {
    background-color: #2a2a2a;
  }

  .object-cover {
    object-fit: cover;
  }

  .object-top {
    object-position: top;
  }

  .p-16 {
    padding: calc(var(--spacing) * 16);
  }

  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .pt-0\.5 {
    padding-top: calc(var(--spacing) * .5);
  }

  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }

  .pb-\[52px\] {
    padding-bottom: 52px;
  }

  .text-\[clamp\(13px\,1\.2vw\,16px\)\] {
    font-size: clamp(13px, 1.2vw, 16px);
  }

  .text-\[clamp\(13px\,1\.3vw\,17px\)\] {
    font-size: clamp(13px, 1.3vw, 17px);
  }

  .text-\[clamp\(14px\,1\.4vw\,18px\)\] {
    font-size: clamp(14px, 1.4vw, 18px);
  }

  .text-\[clamp\(15px\,1\.6vw\,20px\)\] {
    font-size: clamp(15px, 1.6vw, 20px);
  }

  .text-\[clamp\(40px\,5vw\,72px\)\] {
    font-size: clamp(40px, 5vw, 72px);
  }

  .leading-\[1\.65\] {
    --tw-leading: 1.65;
    line-height: 1.65;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-black\/30 {
    color: #0000004d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/30 {
      color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }

  .text-black\/40 {
    color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/40 {
      color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .text-black\/45 {
    color: #00000073;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/45 {
      color: color-mix(in oklab, var(--color-black) 45%, transparent);
    }
  }

  .text-black\/60 {
    color: #0009;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/60 {
      color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }

  .italic {
    font-style: italic;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .opacity-70 {
    opacity: .7;
  }

  .blur {
    --tw-blur: blur(8px);
    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, );
  }

  .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));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  @media (hover: hover) {
    .hover\:text-black:hover {
      color: var(--color-black);
    }
  }

  @media not all and (min-width: 900px) {
    .max-\[900px\]\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .max-\[900px\]\:gap-1 {
      gap: calc(var(--spacing) * 1);
    }

    .max-\[900px\]\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    .max-\[900px\]\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }

    .max-\[900px\]\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
  }
}

*, :before, :after {
  box-sizing: border-box;
}

:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Manrope, sans-serif;
}

body {
  color: #000;
  background-color: #f1f1ee;
  margin: 0;
}

#root {
  width: 100%;
  min-height: 100svh;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

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

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

button {
  cursor: pointer;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  background: transparent;
}

/* ─── grad-blur: 8 stacked backdrop-filter layers ─── */
.grad-blur {
  position: absolute;
  z-index: -1;
  inset: 0;
  height: 130%;
  top: 0;
  pointer-events: none;
}

.grad-blur > div,
.grad-blur::before,
.grad-blur::after {
  position: absolute;
  inset: 0;
}

/* Layer 1 — weakest, bottom zone */
.grad-blur::before {
  content: "";
  z-index: 1;
  backdrop-filter: blur(0.5px);
  -webkit-backdrop-filter: blur(0.5px);
  mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)   0%,
    rgba(0,0,0,1)  12.5%,
    rgba(0,0,0,1)  25%,
    rgba(0,0,0,0)  37.5%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)   0%,
    rgba(0,0,0,1)  12.5%,
    rgba(0,0,0,1)  25%,
    rgba(0,0,0,0)  37.5%
  );
}

/* Layer 2 */
.grad-blur > div:nth-of-type(1) {
  z-index: 2;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  12.5%,
    rgba(0,0,0,1)  25%,
    rgba(0,0,0,1)  37.5%,
    rgba(0,0,0,0)  50%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  12.5%,
    rgba(0,0,0,1)  25%,
    rgba(0,0,0,1)  37.5%,
    rgba(0,0,0,0)  50%
  );
}

/* Layer 3 */
.grad-blur > div:nth-of-type(2) {
  z-index: 3;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  25%,
    rgba(0,0,0,1)  37.5%,
    rgba(0,0,0,1)  50%,
    rgba(0,0,0,0)  62.5%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  25%,
    rgba(0,0,0,1)  37.5%,
    rgba(0,0,0,1)  50%,
    rgba(0,0,0,0)  62.5%
  );
}

/* Layer 4 */
.grad-blur > div:nth-of-type(3) {
  z-index: 4;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  37.5%,
    rgba(0,0,0,1)  50%,
    rgba(0,0,0,1)  62.5%,
    rgba(0,0,0,0)  75%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  37.5%,
    rgba(0,0,0,1)  50%,
    rgba(0,0,0,1)  62.5%,
    rgba(0,0,0,0)  75%
  );
}

/* Layer 5 */
.grad-blur > div:nth-of-type(4) {
  z-index: 5;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  50%,
    rgba(0,0,0,1)  62.5%,
    rgba(0,0,0,1)  75%,
    rgba(0,0,0,0)  87.5%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  50%,
    rgba(0,0,0,1)  62.5%,
    rgba(0,0,0,1)  75%,
    rgba(0,0,0,0)  87.5%
  );
}

/* Layer 6 */
.grad-blur > div:nth-of-type(5) {
  z-index: 6;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  62.5%,
    rgba(0,0,0,1)  75%,
    rgba(0,0,0,1)  87.5%,
    rgba(0,0,0,0)  100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  62.5%,
    rgba(0,0,0,1)  75%,
    rgba(0,0,0,1)  87.5%,
    rgba(0,0,0,0)  100%
  );
}

/* Layer 7 */
.grad-blur > div:nth-of-type(6) {
  z-index: 7;
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  75%,
    rgba(0,0,0,1)  87.5%,
    rgba(0,0,0,1)  100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  75%,
    rgba(0,0,0,1)  87.5%,
    rgba(0,0,0,1)  100%
  );
}

/* Layer 8 — strongest, top zone */
.grad-blur::after {
  content: "";
  z-index: 8;
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  87.5%,
    rgba(0,0,0,1)  100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0)  87.5%,
    rgba(0,0,0,1)  100%
  );
}

/* ── Logo ── */
.navbar-logo {
  position: relative;
  z-index: 10;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #0d0d0d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.3px;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
}

/* ── Nav links ── */
.navbar-links {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-link {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  padding: 8px 16px;
  border-radius: 100px;
  border: none;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar-link:hover {
  background-color: rgba(200, 200, 200, 0.4);
  color: #000;
}

.navbar-link--active {
  background-color: rgba(200, 200, 200, 0.63);
  color: #000;
  font-weight: 600;
}

.navbar-hamburger {
  display: none;
}

@media (max-width: 900px) {
  .navbar {
    padding: 16px 20px;
  }

  .navbar-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    position: relative;
    z-index: 10;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    margin: -6px;
  }

  .navbar-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .navbar--open .navbar-hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .navbar--open .navbar-hamburger span:nth-child(2) {
    opacity: 0;
  }
  .navbar--open .navbar-hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .navbar-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(241, 241, 238, 0.97);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 8px 16px 20px;
    gap: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    z-index: 9;
  }

  .navbar--open .navbar-links {
    display: flex;
  }

  .navbar-link {
    font-size: 15px;
    padding: 13px 16px;
    width: 100%;
    text-align: left;
    border-radius: 12px;
  }
}
.hero {
  display: grid;
  grid-template-columns: 6fr 1px 4fr;
  min-height: calc(100svh - 72px);
  background-color: #f1f1ee;
  font-family: 'Manrope', sans-serif;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: unset;
  }
  .hero-divider { display: none; }
}

/* LEFT */
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 64px 64px 64px 48px;
}

/* H1 wrapper */
.hero-h1-wrap {
  position: relative;
  display: inline-block;
}


.hero-h1 {
  font-family: 'Space Grotesk', Georgia, sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  color: #969696;
  margin: 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  letter-spacing: -3px;
}

/* gradient blur layers — top heavy, bottom light */
.hero-h1-blur-layers {
  position: relative;
}

.hero-h1-layer-base {
  filter: url(#grain-edge) blur(1.5px);
}

.hero-h1-layer-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  filter: url(#grain-edge) blur(12px);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 30%);
  mask-image: linear-gradient(to bottom, black 0%, transparent 30%);
  pointer-events: none;
}


/* VBLUR — horizontal motion blur ghost */
.vblur {
  filter: url(#vblur-filter);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 117%;
  overflow: hidden;
  opacity: 0.7;
  pointer-events: none;
  z-index: 2;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 40%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 40%, transparent 100%);
}

.vblur .hero-h1 {
  color: #000;
}

/* Sub-headline clip */
.hero-subhead-clip {
  min-height: 180px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.hero-subhead {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(30px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.35);
  margin: 0;
  will-change: transform, opacity;
}

/* Meta */
.hero-meta {
  display: flex;
  gap: 80px;
}

.hero-meta-col {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero-meta-label {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.hero-meta-value {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}

.hero-meta-link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.2s ease;
}

.hero-meta-link:hover {
  color: #000;
}

/* DIVIDER */
.hero-divider {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  align-self: stretch;
}

/* RIGHT — sticky */
.hero-right {
  position: sticky;
  top: 72px;
  height: calc(100svh - 72px);
  display: flex;
  align-items: center;
  overflow-y: auto;
}

@media (max-width: 900px) {
  .hero-left {
    padding: 36px 24px 32px;
    gap: 16px;
  }

  .hero-h1 {
    white-space: normal;
    font-size: clamp(34px, 8.5vw, 52px);
    letter-spacing: -2px;
  }

  .hero-subhead {
    font-size: clamp(22px, 6.5vw, 30px);
  }

  .hero-subhead-clip {
    min-height: 130px;
  }

  .hero-meta {
    gap: 20px;
    flex-wrap: wrap;
  }

  .hero-right {
    position: static;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .hero-right-inner {
    padding: 32px 24px;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .hero-left {
    padding: 28px 20px 28px;
  }

  .hero-h1 {
    font-size: clamp(30px, 9vw, 42px);
    letter-spacing: -1.5px;
  }

  .hero-subhead {
    font-size: clamp(20px, 7vw, 28px);
  }

  .hero-subhead-clip {
    min-height: 150px;
  }

  .hero-meta {
    flex-direction: column;
    gap: 14px;
  }

  .hero-right-inner {
    padding: 28px 20px;
  }
}

.hero-right-inner {
  padding: 56px 40px 56px 48px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Avatar — wavy scalloped badge */
.hero-avatar,
.hero-avatar-fallback {
  --s: 165px;
  width: var(--s);
  aspect-ratio: 1;
  flex-shrink: 0;
  --g: /calc(var(--s)*0.194) calc(var(--s)*0.194) radial-gradient(50% 50%,#000 99%,#0000 101%) no-repeat;
  mask:
    calc(50% + var(--s)*0.374)  calc(50% + var(--s)*0)     var(--g),
    calc(50% + var(--s)*0.303)  calc(50% + var(--s)*0.22)  var(--g),
    calc(50% + var(--s)*0.116)  calc(50% + var(--s)*0.356) var(--g),
    calc(50% + var(--s)*-0.116) calc(50% + var(--s)*0.356) var(--g),
    calc(50% + var(--s)*-0.303) calc(50% + var(--s)*0.22)  var(--g),
    calc(50% + var(--s)*-0.374) calc(50% + var(--s)*0)     var(--g),
    calc(50% + var(--s)*-0.303) calc(50% + var(--s)*-0.22) var(--g),
    calc(50% + var(--s)*-0.116) calc(50% + var(--s)*-0.356) var(--g),
    calc(50% + var(--s)*0.116)  calc(50% + var(--s)*-0.356) var(--g),
    calc(50% + var(--s)*0.303)  calc(50% + var(--s)*-0.22) var(--g),
    radial-gradient(calc(var(--s)*0.438),#000 99%,#0000 101%) subtract,
    calc(50% + var(--s)*0.487)  calc(50% + var(--s)*0.158)  var(--g),
    calc(50% + var(--s)*0.301)  calc(50% + var(--s)*0.414)  var(--g),
    calc(50% + var(--s)*0)      calc(50% + var(--s)*0.512)  var(--g),
    calc(50% + var(--s)*-0.301) calc(50% + var(--s)*0.414)  var(--g),
    calc(50% + var(--s)*-0.487) calc(50% + var(--s)*0.158)  var(--g),
    calc(50% + var(--s)*-0.487) calc(50% + var(--s)*-0.158) var(--g),
    calc(50% + var(--s)*-0.301) calc(50% + var(--s)*-0.414) var(--g),
    calc(50% + var(--s)*0)      calc(50% + var(--s)*-0.512) var(--g),
    calc(50% + var(--s)*0.301)  calc(50% + var(--s)*-0.414) var(--g),
    calc(50% + var(--s)*0.487)  calc(50% + var(--s)*-0.158) var(--g);
}

.hero-avatar {
  object-fit: cover;
  object-position: center 5%;
  filter: grayscale(1) contrast(1.2) brightness(0.9);
  display: block;
}

.hero-avatar-fallback {
  background: #0d0d0d;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bio-title {
  font-size: clamp(16px, 1.7vw, 24px);
  font-weight: 700;
  color: #000;
  margin-top: 6px;
}

.hero-bio-text {
  font-size: clamp(15px, 1.6vw, 23px);
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.55);
}

.hero-socials {
  display: flex;
  gap: 23px;
  align-items: center;
  margin-top: 4px;
}

.hero-socials a {
  color: #000;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}

.hero-socials a svg {
  width: 25px;
  height: 25px;
}

.hero-socials a:hover { opacity: 0.4; }
.work-section {
  background-color: #f1f1ee;
  font-family: 'Manrope', sans-serif;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 48px 48px 80px;
  gap: 40px 32px;
}

@media (max-width: 960px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 32px 24px 60px;
    gap: 32px 20px;
  }
}

@media (max-width: 600px) {
  .work-grid {
    grid-template-columns: 1fr;
    padding: 24px 20px 48px;
  }
}

.work-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.work-card:hover {
  opacity: 0.85;
}

.work-card-thumb {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.work-card-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.work-card-body {
  padding: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.work-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.work-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

.work-card-badge {
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  padding: 3px 10px;
  border-radius: 999px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  flex-shrink: 0;
}

.work-card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.work-card-meta {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 500;
  margin-top: 4px;
}

.work-card-dot {
  margin: 0 4px;
  opacity: 0.5;
}
/* ─────────────────────────────────────────────────────────────────
   ProjectDetail — light theme, matches Hero section's design DNA
   Background: #f1f1ee  |  Font: Manrope  |  Accent: black
───────────────────────────────────────────────────────────────── */

.pd-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  gap: 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  background-color: #f1f1ee;
}
.pd-not-found a {
  color: #000;
  text-decoration: underline;
}

/* ── Root ── */
.pd-root {
  background-color: #f1f1ee;
  font-family: 'Manrope', sans-serif;
  min-height: 100svh;
  position: relative;
}

/* ── Inner wrapper ── */
.pd-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 48px 100px;
}

@media (max-width: 900px) {
  .pd-inner {
    padding: 32px 24px 100px;
  }
}

/* ── Back link — same as .project-back ── */
.pd-back {
  display: inline-block;
  margin-bottom: 36px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: color 0.2s ease;
}
.pd-back:hover { color: #000; }

/* ────────────────────────────────────────────────────────────────
   TWO-COLUMN  (mirrors .hero grid: 6fr 1px 4fr)
──────────────────────────────────────────────────────────────── */
.pd-columns {
  display: grid;
  grid-template-columns: 6fr 1px 4fr;
  gap: 0;
  align-items: start;
}

@media (max-width: 900px) {
  .pd-columns {
    grid-template-columns: 1fr;
  }
  .pd-vdivider { display: none; }
}

/* ── Vertical divider — same as .hero-divider ── */
.pd-vdivider {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  align-self: stretch;
  margin: 0 0 0 0;
}

/* ─────────────────────────
   LEFT COLUMN
───────────────────────── */
.pd-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 56px;
  min-width: 0;
}

@media (max-width: 900px) {
  .pd-left { padding-right: 0; }
}

/* ── Slider ── */
.pd-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  flex-shrink: 0;
}
.pd-slider:active { cursor: grabbing; }

.pd-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.45s ease;
  pointer-events: none;
  draggable: false;
}

.pd-slide-placeholder {
  width: 100%;
  height: 100%;
}

.pd-slide-counter {
  position: absolute;
  bottom: 12px;
  right: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
  padding: 3px 10px;
  border-radius: 999px;
}

/* Arrows */
.pd-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.pd-arrow:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
}
.pd-arrow-visible { opacity: 1; }
.pd-arrow-left  { left: 12px; }
.pd-arrow-right { right: 12px; }

/* ── Thumbnails ── */
.pd-thumbs-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.pd-thumbs-nav {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.45);
  transition: background 0.2s, color 0.2s;
  padding: 0;
}
.pd-thumbs-nav:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #000;
}
.pd-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  flex: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pd-thumbs::-webkit-scrollbar { display: none; }
.pd-thumb {
  flex-shrink: 0;
  width: 64px;
  height: 44px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  background: none;
  padding: 0;
}
.pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd-thumb:hover { opacity: 0.8; }
.pd-thumb-active {
  border-color: rgba(0, 0, 0, 0.35);
  opacity: 1;
  transform: scale(1.05);
}

@media (max-width: 900px) {
  .pd-thumbs-wrap {
    gap: 4px;
    width: 100%;
  }
  .pd-thumbs-nav {
    width: 24px;
    height: 24px;
    font-size: 15px;
  }
  .pd-thumb {
    width: 52px;
    height: 36px;
    border-radius: 6px;
  }
}

@media (max-width: 480px) {
  .pd-thumb {
    width: 44px;
    height: 30px;
    border-radius: 5px;
  }
}

/* ── Title + Badge ── */
.pd-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pd-title {
  font-family: 'Space Grotesk', Georgia, sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.08;
  color: #000;
  margin: 0;
}

.pd-badge {
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* ── Meta row — mirrors .hero-meta ── */
.pd-meta {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.pd-meta-col {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pd-meta-label {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.pd-meta-value {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
}

/* ── Live link ── */
.pd-live {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding: 8px 18px;
  border: 1.5px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: fit-content;
}
.pd-live:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.3);
}

/* ── Divider ── */
.pd-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 8px 0;
}

/* ── Overview ── */
.pd-overview {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
}

/* ── Sections ── */
.pd-sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 8px;
}

.pd-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pd-section-title {
  font-size: 11px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0;
}

.pd-section-body {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
}

.pd-mobile-spacer {
  display: none;
  height: 80px;
}
@media (max-width: 900px) {
  .pd-mobile-spacer { display: block; }
}

/* ─────────────────────────
   RIGHT SIDEBAR
   — sticky like .hero-right
───────────────────────── */
.pd-sidebar {
  position: sticky;
  top: 80px;
  height: fit-content;
  padding-left: 48px;
}

@media (max-width: 900px) {
  .pd-sidebar { display: none; }
}

.pd-sidebar-inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.45);
}

.pd-sidebar-body {
  padding: 20px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pd-sidebar-name {
  font-family: 'Space Grotesk', Georgia, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #000;
  margin: 0 0 4px;
}

.pd-sidebar-company {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0;
}

/* Features */
.pd-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pd-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
}

.pd-check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
}

/* CTA button */
.pd-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.2px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.pd-cta:hover { background-color: #222; }
.pd-cta-disabled {
  background-color: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.pd-cta-disabled:hover { background-color: rgba(0, 0, 0, 0.07); }
.pd-cta-sm {
  width: auto;
  padding: 10px 20px;
  font-size: 13px;
}

/* Sidebar secondary meta */
.pd-sidebar-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}
.pd-sidebar-meta-full {
  grid-column: 1 / -1;
}

/* ─────────────────────────
   MOBILE FIXED BOTTOM BAR
───────────────────────── */
.pd-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: rgba(241, 241, 238, 0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 24px;
}

@media (max-width: 900px) {
  .pd-mobile-bar { display: block; }
}

.pd-mobile-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
}
/* ── Project prev/next navigation ── */
.pd-project-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pd-project-nav-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #000;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease, border-color 0.2s ease;
  max-width: 45%;
}

.pd-project-nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.2);
}

.pd-project-nav-next {
  margin-left: auto;
  text-align: right;
}

.pd-project-nav-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pd-project-nav-hint {
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pd-project-nav-name {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.pd-project-nav-arrow {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
  transition: color 0.2s ease;
}

.pd-project-nav-btn:hover .pd-project-nav-arrow {
  color: #000;
}

@media (max-width: 600px) {
  .pd-project-nav {
    margin-top: 40px;
    flex-direction: column;
  }
  .pd-project-nav-btn {
    max-width: 100%;
  }
  .pd-project-nav-next {
    margin-left: 0;
  }
}

/* ── Multiple live links ── */
.pd-live-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.pd-sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.texture {
        background-size: cover;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: .5;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
