/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Syne:wght@500;600;700;800&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@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;
    --radius-xl: 0.75rem;
    --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 {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .w-full {
    width: 100%;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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,);
  }
}
:root {
  --bg: #f1f0ed;
  --surface: #ffffff;
  --ink: #171717;
  --muted: #5c5c5c;
  --accent: #141414;
  --accent-soft: #2c2c2c;
  --bg-gradient-a: #f8f4ec;
  --bg-gradient-b: #e6efe7;
  --bg-gradient-c: #dfe7f4;
  --glass-bg: rgba(255, 255, 255, 0.52);
  --glass-bg-strong: rgba(255, 255, 255, 0.64);
  --glass-edge: rgba(255, 255, 255, 0.74);
  --glass-shadow: 0 22px 56px rgba(12, 18, 28, 0.24);
  --glass-blur: 24px;
  --glass-sat: 190%;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: min(1160px, calc(100% - 2.5rem));
  --shadow: 0 22px 45px rgba(10, 10, 10, 0.11);
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(125deg, var(--bg-gradient-a) 0%, var(--bg-gradient-b) 48%, var(--bg-gradient-c) 100%), radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 34%), radial-gradient(circle at 86% 14%, rgba(227, 239, 255, 0.52) 0%, rgba(227, 239, 255, 0) 36%);
  color: var(--ink);
  font-family: 'Manrope', sans-serif;
  line-height: 1.55;
}
body::before, body::after {
  content: '';
  position: fixed;
  z-index: -1;
  pointer-events: none;
  filter: blur(42px);
  opacity: 0.65;
  animation: liquidDrift 14s ease-in-out infinite alternate;
}
body::before {
  width: clamp(180px, 22vw, 340px);
  height: clamp(180px, 22vw, 340px);
  top: 12%;
  left: -4%;
  background: radial-gradient(circle, rgba(255, 245, 224, 0.95) 0%, rgba(255, 245, 224, 0) 72%);
}
body::after {
  width: clamp(220px, 28vw, 420px);
  height: clamp(220px, 28vw, 420px);
  right: -8%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(215, 230, 255, 0.95) 0%, rgba(215, 230, 255, 0) 72%);
  animation-duration: 19s;
}
@keyframes liquidDrift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(12px, -16px, 0) scale(1.08);
  }
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat)) contrast(1.06);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat)) contrast(1.06);
  background: rgba(248, 248, 246, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 30px rgba(18, 18, 18, 0.12);
}
.header-top {
  border-bottom: 0;
}
.header-top__inner {
  width: var(--container);
  margin: 0 auto;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
}
.header-contact {
  font-size: clamp(0.9rem, 1.18vw, 1.05rem);
  font-weight: 700;
  color: rgba(23, 23, 23, 0.84);
  padding: 0.22rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  box-shadow: 0 6px 14px rgba(18, 20, 30, 0.1);
}
.header-contact:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.56);
}
.header-contact--email {
  color: #0d1f43;
  font-weight: 800;
  background: linear-gradient(140deg, rgba(225, 236, 255, 0.88), rgba(243, 248, 255, 0.8));
  border-color: rgba(176, 202, 255, 0.72);
}
.header-contact--email:hover {
  color: #0a1a38;
  background: linear-gradient(140deg, rgba(236, 244, 255, 0.95), rgba(250, 252, 255, 0.9));
}
.header-wrap {
  width: var(--container);
  margin: 0 auto;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}
.logo img {
  width: clamp(132px, 16vw, 220px);
  height: auto;
}
.nav-toggle {
  display: none;
  position: relative;
  z-index: 60;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 20px rgba(10, 14, 22, 0.16);
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  flex-direction: column;
  transition: all 0.25s ease;
}
.main-nav {
  position: relative;
  z-index: 55;
}
.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.98);
}
.nav-toggle__bar {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #161616;
  transition: transform 0.24s ease, opacity 0.2s ease;
}
.nav-toggle__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nav-toggle.is-active .nav-toggle__bar:nth-child(2) {
  transform: translateY(6px) rotate(45deg);
}
.nav-toggle.is-active .nav-toggle__bar:nth-child(3) {
  opacity: 0;
}
.nav-toggle.is-active .nav-toggle__bar:nth-child(4) {
  transform: translateY(-6px) rotate(-45deg);
}
.primary-menu {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-menu a {
  display: inline-flex;
  padding: 0.32rem 0.76rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(23, 23, 23, 0.86);
  transition: all 0.2s ease;
}
.primary-menu a:hover, .primary-menu .current-menu-item a, .primary-menu .current_page_item a {
  background: var(--accent);
  color: #fff;
}
main {
  width: var(--container);
  margin: 1.25rem auto 4.5rem;
}
body.nav-open {
  overflow: hidden;
}
.card {
  position: relative;
  background: linear-gradient(142deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.26));
  border: 1px solid var(--glass-edge);
  border-radius: var(--radius-xl);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat)) contrast(1.07);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat)) contrast(1.07);
}
.card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 55%;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.card::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
}
.hero-slider {
  position: relative;
  overflow: hidden;
  min-height: 680px;
}
.hero-slider--showcase {
  width: min(1320px, calc(100vw - 1.4rem));
  margin-left: 50%;
  transform: translateX(-50%);
  border-radius: 34px;
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  padding: clamp(1.6rem, 2.4vw, 2.2rem) clamp(1.4rem, 2.2vw, 2rem) 1rem;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease;
}
.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 8, 8, 0.74), rgba(8, 8, 8, 0.16));
  z-index: -1;
}
.hero-slider .hero::before {
  background: linear-gradient(to top, rgba(8, 8, 8, 0.56), rgba(8, 8, 8, 0.08));
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 1.1s ease;
}
.hero-slide.is-active .hero__bg img {
  transform: scale(1);
}
.hero__content {
  max-width: min(520px, 92%);
  color: #fff;
  align-self: flex-end;
}
.hero__panel {
  padding: clamp(0.95rem, 1.8vw, 1.25rem);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(8px) saturate(145%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
  position: relative;
  transform: translateY(-1.65rem);
}
.hero__panel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.hero__panel .kicker {
  font-size: 0.62rem;
  padding: 0.28rem 0.56rem;
  margin-bottom: 0.62rem;
}
.hero__panel .btn {
  padding: 0.58rem 0.95rem;
  font-size: 0.78rem;
}
.hero-slider__controls {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 5;
  display: flex;
  gap: 0.5rem;
}
.hero-slider__controls button {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  padding: 0;
  font-size: 1.05rem;
  background: rgba(17, 17, 17, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.hero-slider__dots {
  position: absolute;
  left: 1.4rem;
  bottom: 1.55rem;
  z-index: 5;
  display: flex;
  gap: 0.45rem;
}
.hero-slider__dots button {
  width: 18px;
  height: 8px;
  border-radius: 999px 999px 999px 999px;
  border: 0;
  padding: 0;
  opacity: 0.7;
  background: #fff;
  transition: all 0.25s ease;
}
.hero-slider__dots button.is-active {
  opacity: 1;
  width: 38px;
}
.hero-slider__counter {
  position: absolute;
  right: 1.4rem;
  top: 1.4rem;
  z-index: 5;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.kicker {
  display: inline-flex;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.18);
}
h1, h2, h3, .section-title {
  margin: 0;
  font-family: 'Syne', sans-serif;
  letter-spacing: -0.02em;
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
  margin-bottom: 1rem;
}
.hero p {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  max-width: 560px;
  color: rgba(255, 255, 255, 0.9);
}
.hero-slider .hero h1 {
  font-size: clamp(1.36rem, 2.9vw, 2.05rem);
  line-height: 1.02;
  margin-bottom: 0.48rem;
}
.hero-slider .hero p {
  font-size: clamp(0.86rem, 1.1vw, 0.97rem);
  max-width: 460px;
}
.btn, button, input[type='submit'] {
  background: linear-gradient(145deg, #111111 0%, #2a2a2a 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 10px 22px rgba(13, 13, 13, 0.24);
}
.btn:hover, button:hover, input[type='submit']:hover {
  background: linear-gradient(145deg, #1a1a1a 0%, #323232 100%);
  transform: translateY(-1px);
}
.section {
  margin-top: 2rem;
  padding: clamp(1.4rem, 2.2vw, 2rem);
}
.grid {
  display: grid;
  gap: 1.2rem;
}
.grid-2 {
  grid-template-columns: 1.1fr 1fr;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.owner-photo {
  border-radius: 20px;
  overflow: hidden;
  min-height: 320px;
}
.owner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owner-photo--bob img {
  animation: ownerBob 6.8s ease-in-out infinite;
  transform-origin: 50% 58%;
  will-change: transform;
}
@keyframes ownerBob {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate3d(0, -7px, 0) rotate(-0.5deg) scale(1.01);
  }
  50% {
    transform: translate3d(0, -11px, 0) rotate(0deg) scale(1.015);
  }
  75% {
    transform: translate3d(0, -6px, 0) rotate(0.5deg) scale(1.01);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}
.owner-copy h2, .section h2 {
  font-size: clamp(1.6rem, 2.9vw, 2.7rem);
  margin-bottom: 0.7rem;
}
.owner-copy p, .section p {
  margin: 0;
  color: var(--muted);
}
.stat {
  background: var(--glass-bg-strong);
  border: 1px solid var(--glass-edge);
  padding: 1rem;
  border-radius: 14px;
  backdrop-filter: blur(18px) saturate(190%);
  -webkit-backdrop-filter: blur(18px) saturate(190%);
}
.stat strong {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
  display: block;
}
.stat span {
  color: var(--muted);
  font-size: 0.9rem;
}
.project-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
}
.chip {
  border: 1px solid rgba(255, 255, 255, 0.68);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(16px) saturate(190%);
  -webkit-backdrop-filter: blur(16px) saturate(190%);
}
.chip.active, .chip:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #121212;
  color: #fff;
}
.project-card[data-tilt-card], .owner-photo[data-tilt-card], .contact-portrait[data-tilt-card], .about-gallery-item[data-tilt-card] {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --parallax-x: 0px;
  --parallax-y: 0px;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 0.26s ease, box-shadow 0.26s ease;
  box-shadow: 0 12px 28px rgba(4, 6, 12, 0.18);
}
.project-card[data-tilt-card]:hover, .owner-photo[data-tilt-card]:hover, .contact-portrait[data-tilt-card]:hover, .about-gallery-item[data-tilt-card]:hover {
  box-shadow: 0 20px 38px rgba(4, 6, 12, 0.3);
}
.project-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.36s ease;
}
.project-card[data-tilt-card] .project-card__media img {
  transform: scale(1.08) translate3d(var(--parallax-x), var(--parallax-y), 0);
  transition: transform 0.18s ease-out;
}
.owner-photo[data-tilt-card] img, .contact-portrait[data-tilt-card] img, .about-gallery-item[data-tilt-card] img {
  transform: scale(1.04) translate3d(var(--parallax-x), var(--parallax-y), 0);
  transition: transform 0.18s ease-out;
}
.project-card:hover img {
  transform: scale(1.06);
}
.project-card[data-tilt-card]:hover img {
  transform: scale(1.08) translate3d(var(--parallax-x), var(--parallax-y), 0);
}
.owner-photo[data-tilt-card]:hover img, .contact-portrait[data-tilt-card]:hover img, .about-gallery-item[data-tilt-card]:hover img {
  transform: scale(1.04) translate3d(var(--parallax-x), var(--parallax-y), 0);
}
.project-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.82), rgba(10, 10, 10, 0));
  transform: translateZ(18px);
}
.project-card h3 {
  font-size: 1.05rem;
}
.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.5rem;
}
.project-meta span {
  font-size: 0.72rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}
@media (prefers-reduced-motion: reduce) {
  .owner-photo--bob img {
    animation: none;
  }
  .project-card[data-tilt-card], .owner-photo[data-tilt-card], .contact-portrait[data-tilt-card], .about-gallery-item[data-tilt-card] {
    transform: none;
    transition: none;
  }
  .project-card[data-tilt-card] .project-card__media img, .project-card[data-tilt-card]:hover img {
    transform: scale(1.06);
    transition: transform 0.25s ease;
  }
  .owner-photo[data-tilt-card] img, .contact-portrait[data-tilt-card] img, .about-gallery-item[data-tilt-card] img, .owner-photo[data-tilt-card]:hover img, .contact-portrait[data-tilt-card]:hover img, .about-gallery-item[data-tilt-card]:hover img {
    transform: scale(1.02);
    transition: transform 0.25s ease;
  }
}
.dark-panel {
  background: rgba(12, 12, 12, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  color: #fff;
}
.dark-panel::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
}
.dark-panel p, .dark-panel .muted {
  color: rgba(255, 255, 255, 0.72);
}
.footer-dark-zone {
  background: linear-gradient(155deg, rgba(14, 17, 24, 0.92), rgba(9, 11, 17, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 38px rgba(7, 10, 15, 0.34);
}
.footer-dark-zone h2 {
  color: #f7f9ff;
}
.footer-dark-zone p, .footer-dark-zone .muted {
  color: rgba(235, 241, 255, 0.82);
}
.footer-dark-zone .btn {
  background: linear-gradient(145deg, #f6f8ff 0%, #dce4ff 100%);
  color: #0f1524;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}
.footer-dark-zone .btn:hover {
  background: linear-gradient(145deg, #ffffff 0%, #e8eeff 100%);
  color: #0a1121;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(290px, 1fr) 1.08fr;
  gap: 1.5rem;
}
.contact-page {
  background: linear-gradient(140deg, rgba(12, 14, 20, 0.92), rgba(16, 20, 30, 0.92));
}
.contact-lead {
  display: grid;
  gap: 1rem;
}
.contact-portrait {
  border-radius: 20px;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}
.contact-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-copy .kicker {
  background: rgba(255, 255, 255, 0.16);
  color: rgba(245, 247, 255, 0.94);
}
.contact-copy .page-title {
  color: #f7f9ff;
}
.contact-copy .muted {
  color: rgba(225, 232, 250, 0.84);
}
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.contact-list--cards li {
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px) saturate(170%);
  -webkit-backdrop-filter: blur(16px) saturate(170%);
}
.contact-list strong {
  display: block;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(201, 214, 241, 0.88);
  margin-bottom: 0.25rem;
}
.contact-list a, .contact-list span {
  font-size: 1.03rem;
  color: #f8f9ff;
  font-weight: 600;
}
.email-highlight {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}
.contact-list .email-highlight {
  display: inline-flex;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-form-panel {
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
}
.contact-form-panel .section-title {
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  color: #f7f9ff;
  margin-bottom: 0.3rem;
}
.contact-form-panel .muted {
  color: rgba(228, 234, 249, 0.8);
  margin-bottom: 0.8rem;
}
.contact-page .wpcf7 form {
  display: grid;
  gap: 0.85rem;
}
.contact-page .wpcf7-form-control-wrap {
  display: block;
}
.contact-page .wpcf7 input[type='text'], .contact-page .wpcf7 input[type='email'], .contact-page .wpcf7 input[type='tel'], .contact-page .wpcf7 textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(8, 10, 14, 0.45);
  color: #fff;
  border-radius: 12px;
  padding: 0.8rem 0.95rem;
  font-family: inherit;
}
.contact-page .wpcf7 textarea {
  min-height: 130px;
  resize: vertical;
}
.contact-page .wpcf7 input::placeholder, .contact-page .wpcf7 textarea::placeholder {
  color: rgba(225, 229, 240, 0.72);
}
.contact-page .wpcf7-not-valid-tip, .contact-page .wpcf7-response-output {
  font-size: 0.88rem;
  margin: 0;
}
.contact-map-wrap {
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  padding: 0.7rem;
  color: #141414;
}
.page-title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.entry-content {
  color: var(--muted);
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.about-gallery-item {
  border-radius: 14px;
  overflow: hidden;
}
.gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
}
.site-footer {
  margin-top: 2rem;
  width: 100%;
  background: #050608;
  color: #f7f9ff;
}
.site-footer__inner {
  width: min(1320px, calc(100vw - 1.4rem));
  margin: 0 auto;
  padding: clamp(2rem, 3.4vw, 3.3rem) clamp(1.2rem, 2vw, 1.8rem) clamp(2rem, 3.4vw, 3.3rem);
}
.site-footer__hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(1.4rem, 2.8vw, 2.4rem);
  align-items: stretch;
  margin-bottom: clamp(1.6rem, 3vw, 2.6rem);
  padding-bottom: clamp(1rem, 2vw, 1.4rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer__intro h2 {
  margin: 0;
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.1rem, 5vw, 4.3rem);
  line-height: 0.95;
  color: #fdfdff;
  max-width: 700px;
}
.site-footer__intro p {
  margin: 1.3rem 0 0;
  max-width: 680px;
  color: rgba(230, 236, 248, 0.8);
  font-size: clamp(0.95rem, 1.4vw, 1.18rem);
}
.site-footer__media {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.17);
}
.site-footer__media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 390px;
  object-fit: cover;
}
.site-footer__bottom {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 2rem;
  align-items: end;
}
.site-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 1.6rem;
}
.site-footer__col h3 {
  margin: 0 0 0.95rem;
  font-size: 1.35rem;
  font-family: 'Syne', sans-serif;
  color: #ffffff;
}
.site-footer__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}
.site-footer__col a, .site-footer__col span {
  font-size: 0.98rem;
  color: rgba(227, 233, 248, 0.84);
  text-decoration: none;
}
.site-footer__col a:hover {
  color: #fff;
}
.site-footer__col .email-highlight {
  color: #f7f9ff;
}
.site-footer__brand {
  justify-self: end;
  text-align: right;
  padding-left: 1rem;
}
.site-footer__logo {
  width: clamp(220px, 28vw, 420px);
  max-width: 100%;
  margin-left: auto;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}
.site-footer__brand p {
  margin: 0.45rem 0 0;
  color: rgba(226, 234, 248, 0.72);
  font-size: 0.92rem;
}
.site-footer__credits {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.site-footer__credits p {
  margin: 0;
  color: rgba(224, 232, 248, 0.78);
  font-size: 0.93rem;
}
.site-footer__credits a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media (max-width: 1024px) {
  .grid-3, .grid-4, .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-2, .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-portrait {
    min-height: 380px;
  }
  .hero-slider, .hero {
    min-height: 560px;
  }
  .hero-slider--showcase {
    width: min(1240px, calc(100vw - 1.2rem));
    border-radius: 26px;
  }
  .hero__panel {
    max-width: 92%;
  }
  .site-footer__hero {
    grid-template-columns: 1fr;
  }
  .site-footer__inner {
    width: min(1240px, calc(100vw - 1.2rem));
    padding: clamp(1.7rem, 3.2vw, 2.4rem) clamp(1rem, 2vw, 1.4rem) clamp(1.7rem, 3.2vw, 2.4rem);
  }
  .site-footer__media img {
    max-height: 320px;
  }
  .site-footer__bottom {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .site-footer__brand {
    justify-self: start;
    text-align: left;
  }
  .site-footer__logo {
    margin-left: 0;
  }
}
@media (max-width: 780px) {
  .header-top__inner {
    min-height: 34px;
    gap: 0.3rem;
  }
  .header-contact {
    font-size: 0.88rem;
    padding: 0.2rem 0.6rem;
  }
  .header-wrap {
    min-height: 40px;
  }
  .logo img {
    width: 124px;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .main-nav ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100dvh;
    z-index: 45;
    padding: 6.3rem 1rem 1.6rem;
    background: linear-gradient(170deg, rgba(7, 11, 18, 0.86), rgba(13, 18, 29, 0.84));
    backdrop-filter: blur(6px) saturate(120%);
    -webkit-backdrop-filter: blur(6px) saturate(120%);
    border-radius: 0;
    box-shadow: none;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
  }
  .main-nav.is-open ul {
    display: flex;
  }
  .main-nav li {
    width: 100%;
  }
  .main-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #f4f7ff;
    font-size: 1.05rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 0.8rem 0.92rem;
  }
  .main-nav .current-menu-item a, .main-nav .current_page_item a, .main-nav a:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
  }
  main {
    width: min(1160px, calc(100% - 1.2rem));
  }
  .hero-slider, .hero {
    min-height: 510px;
    border-radius: 18px;
  }
  .hero-slider--showcase {
    width: calc(100vw - 0.7rem);
    border-radius: 18px;
  }
  .hero__panel {
    border-radius: 18px;
    padding: 0.9rem;
    transform: translateY(-1.9rem);
  }
  .hero-slider__controls {
    right: 0.75rem;
    bottom: 0.75rem;
  }
  .hero-slider__controls button {
    width: 40px;
    height: 40px;
  }
  .hero-slider__dots {
    left: 0.75rem;
    bottom: 0.92rem;
  }
  .hero-slider__counter {
    right: 0.75rem;
    top: 0.75rem;
    font-size: 0.68rem;
  }
  .contact-form-panel {
    padding: 0.85rem;
    border-radius: 16px;
  }
  .contact-portrait {
    min-height: 300px;
    border-radius: 16px;
  }
  .site-footer__inner {
    width: calc(100vw - 0.7rem);
    padding: 1.4rem 0.95rem 1.5rem;
  }
  .site-footer__intro h2 {
    font-size: clamp(1.8rem, 10vw, 2.6rem);
    line-height: 1;
  }
  .site-footer__intro p {
    font-size: 0.92rem;
    margin-top: 0.75rem;
  }
  .site-footer__media {
    border-radius: 14px;
  }
  .site-footer__media img {
    min-height: 220px;
    max-height: 260px;
  }
  .site-footer__columns {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
  .site-footer__col h3 {
    font-size: 1.08rem;
    margin-bottom: 0.45rem;
  }
  .site-footer__col a, .site-footer__col span {
    font-size: 0.92rem;
  }
  .site-footer__logo {
    width: min(280px, 70vw);
  }
  .section {
    border-radius: 16px;
  }
  .grid-3, .grid-4, .gallery {
    grid-template-columns: 1fr;
  }
}
@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;
}
@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-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;
    }
  }
}
