/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@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;
    --spacing: 0.25rem;
    --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;
    -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: -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 {
    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 {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .table-row {
    display: table-row;
  }
}
:root {
  --ink: #101014;
  --ink-soft: #1a1a20;
  --paper: #f2f2ea;
  --white: #fcfcf7;
  --muted: #77776f;
  --line: #10101424;
  --lime: #e9ff57;
  --violet: #5952ff;
  --coral: #ff6b4a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
section[id] {
  scroll-margin-top: 105px;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), "Segoe UI", Arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary {
  font: inherit;
}
::selection {
  color: var(--ink);
  background: var(--lime);
}
.site-header {
  z-index: 50;
  -webkit-backdrop-filter: blur(20px);
  background: #f7f7efd1;
  border: 1px solid #ffffff94;
  border-radius: 22px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  width: min(1180px, 100% - 36px);
  height: 70px;
  padding: 0 10px 0 14px;
  display: grid;
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 14px 50px #10101417;
}
.brand {
  letter-spacing: -0.04em;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-size: 18px;
  font-weight: 830;
  display: inline-flex;
}
.brand img {
  border-radius: 12px;
  width: 38px;
  height: 38px;
  box-shadow: 0 5px 14px #1010141f;
}
.desktop-nav {
  align-items: center;
  gap: 30px;
  display: flex;
}
.desktop-nav a {
  color: #484844;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}
.desktop-nav a:after {
  content: "";
  background: var(--ink);
  transform-origin: 100%;
  height: 1.5px;
  transition: transform 0.22s;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}
.desktop-nav a:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}
.header-contact {
  height: 50px;
  color: var(--white);
  background: var(--ink);
  border-radius: 15px;
  justify-self: end;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 660;
  transition:
    transform 0.18s,
    background 0.18s;
  display: flex;
}
.header-contact span {
  color: var(--lime);
  font-size: 17px;
}
.header-contact:hover {
  background: var(--violet);
  transform: translateY(-2px);
}
.mobile-menu {
  display: none;
}
.mobile-menu:not([open]) > nav {
  display: none;
}
.hero {
  isolation: isolate;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 4vw;
  min-height: 950px;
  padding: 190px max(6vw, 32px) 70px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  z-index: -3;
  background-color: #0000;
  background-image:
    linear-gradient(#10101408 1px, #0000 1px),
    linear-gradient(90deg, #10101408 1px, #0000 1px);
  background-position:
    0 0,
    0 0;
  background-repeat: repeat, repeat;
  background-size: 58px 58px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000, #0000 86%);
  mask-image: linear-gradient(#000, #0000 86%);
}
.hero-aura {
  z-index: -2;
  filter: blur(1px);
  opacity: 0.68;
  border-radius: 999px;
  position: absolute;
}
.aura-one {
  filter: blur(80px);
  background: #e9ff5757;
  width: 480px;
  height: 480px;
  top: 120px;
  right: 4%;
}
.aura-two {
  filter: blur(100px);
  background: #5952ff2b;
  width: 340px;
  height: 340px;
  bottom: 20px;
  right: 32%;
}
.hero-copy {
  z-index: 2;
  padding-bottom: 72px;
  position: relative;
}
.eyebrow,
.section-kicker {
  color: #50504b;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 740;
  display: flex;
}
.eyebrow i {
  background: var(--coral);
  border-radius: 999px;
  width: 8px;
  height: 8px;
  animation: 2.4s ease-in-out infinite pulse;
  box-shadow: 0 0 0 5px #ff6b4a1f;
}
.hero h1 {
  letter-spacing: -0.078em;
  max-width: 770px;
  margin: 30px 0 28px;
  font-size: clamp(62px, 6.6vw, 112px);
  font-weight: 760;
  line-height: 0.89;
}
.hero h1 span {
  color: var(--violet);
  letter-spacing: -0.065em;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-style: italic;
  font-weight: 400;
  display: block;
  position: relative;
}
.hero h1 span:after {
  content: "";
  background: var(--lime);
  border-radius: 999px;
  width: 24%;
  height: 9px;
  position: absolute;
  bottom: -16px;
  right: 5%;
  transform: rotate(-2deg);
}
.hero-copy > p {
  color: #5b5b55;
  letter-spacing: -0.025em;
  max-width: 540px;
  margin: 0;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.6;
}
.hero-actions {
  align-items: center;
  gap: 28px;
  margin-top: 38px;
  display: flex;
}
.button {
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 58px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 690;
  display: inline-flex;
}
.button-primary {
  color: var(--white);
  background: var(--ink);
  transition:
    transform 0.18s,
    box-shadow 0.18s;
  box-shadow: 0 16px 36px #10101429;
}
.button-primary span {
  color: var(--lime);
  font-size: 18px;
}
.button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px #1010143b;
}
.text-link {
  border-bottom: 1px solid #10101447;
  gap: 10px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 660;
  display: inline-flex;
}
.text-link span {
  color: var(--coral);
}
.hero-visual {
  min-height: 650px;
  animation: 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.12s both enterVisual;
  position: relative;
}
.hero-grid {
  background:
    radial-gradient(circle, #e9ff576b, #0000 39%),
    repeating-radial-gradient(circle, #0000 0 70px, #10101411 71px 72px);
  border: 1px solid #10101414;
  border-radius: 48%;
  position: absolute;
  inset: 8% 0 0 8%;
  transform: rotate(-8deg);
}
.hero-logo-card {
  z-index: 3;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #fcfcf7a6;
  border: 1px solid #10101421;
  border-radius: 66px;
  place-items: center;
  width: 260px;
  height: 260px;
  padding: 24px;
  animation: 6s ease-in-out infinite floatCenter;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-7deg);
  box-shadow:
    0 35px 90px #10101430,
    inset 0 1px #ffffffd9;
}
.hero-logo-card img {
  z-index: 2;
  border-radius: 46px;
  width: 100%;
  position: relative;
}
.logo-shadow {
  z-index: 0;
  filter: blur(24px);
  background: #10101438;
  border-radius: 50%;
  width: 74%;
  height: 28%;
  position: absolute;
  bottom: 7%;
}
.orbit {
  z-index: 1;
  border: 1px dashed #1010142e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.orbit-one {
  width: 430px;
  height: 430px;
  animation: 30s linear infinite orbitSpin;
}
.orbit-two {
  opacity: 0.5;
  border-style: solid;
  width: 590px;
  height: 590px;
}
.orbit-one:before,
.orbit-one:after {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  box-shadow: 0 5px 12px #1010142e;
}
.orbit-one:before {
  background: var(--coral);
  top: 44px;
  right: 54px;
}
.orbit-one:after {
  background: var(--violet);
  bottom: 22px;
  left: 114px;
}
.floating-card {
  z-index: 4;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #fcfcf7d4;
  border: 1px solid #ffffffb8;
  border-radius: 22px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: 290px;
  min-height: 92px;
  padding: 16px;
  display: grid;
  position: absolute;
  box-shadow: 0 20px 55px #10101426;
}
.floating-card small {
  width: 40px;
  height: 40px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 13px;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  display: grid;
}
.floating-card div {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
.floating-card strong {
  letter-spacing: -0.025em;
  font-size: 14px;
}
.floating-card div span {
  color: var(--muted);
  font-size: 10px;
}
.floating-card b {
  color: var(--violet);
}
.card-software {
  animation: 7s ease-in-out infinite floatOne;
  top: 11%;
  right: -4%;
  transform: rotate(3deg);
}
.card-web {
  animation: 7.6s ease-in-out infinite floatTwo;
  bottom: 13%;
  left: -6%;
  transform: rotate(-3deg);
}
.card-web small {
  color: var(--white);
  background: var(--violet);
}
.card-web b {
  color: var(--coral);
}
.status-chip {
  z-index: 5;
  background: var(--white);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid #1010141a;
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  font-size: 10px;
  font-weight: 740;
  display: flex;
  position: absolute;
  bottom: 20%;
  right: 3%;
  box-shadow: 0 12px 32px #1010141c;
}
.status-chip i {
  background: #37b46c;
  border-radius: 999px;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px #37b46c21;
}
.micro-label {
  color: #77776f;
  letter-spacing: 0.16em;
  font-size: 8px;
  font-weight: 800;
  position: absolute;
}
.label-top {
  top: 18%;
  left: 2%;
  transform: rotate(-90deg);
}
.label-bottom {
  bottom: 6%;
  right: 5%;
}
.hero-index {
  color: #6d6d66;
  letter-spacing: 0.15em;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-size: 9px;
  font-weight: 740;
  display: grid;
  position: absolute;
  bottom: 30px;
  left: max(6vw, 32px);
  right: max(6vw, 32px);
}
.hero-index span:last-child {
  justify-self: end;
}
.marquee {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--lime);
  overflow: hidden;
}
.marquee-track {
  align-items: center;
  gap: 28px;
  width: max-content;
  padding: 15px 0 14px;
  animation: 26s linear infinite marquee;
  display: flex;
}
.marquee span {
  letter-spacing: 0.13em;
  font-size: 11px;
  font-weight: 850;
}
.marquee i {
  color: var(--violet);
  font-style: normal;
}
.projects-section {
  padding: 140px max(6vw, 32px);
}
.section-head {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 70px;
  max-width: 1320px;
  margin: 0 auto 84px;
  display: grid;
}
.section-head h2,
.method-intro h2 {
  letter-spacing: -0.072em;
  margin: 22px 0 0;
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 720;
  line-height: 0.92;
}
.section-head > p {
  max-width: 480px;
  color: var(--muted);
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.65;
}
.projects-list {
  flex-direction: column;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
}
.portfolio-project {
  color: var(--ink);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  grid-template-columns: minmax(270px, 0.58fr) minmax(520px, 1.42fr);
  align-items: center;
  gap: clamp(52px, 7vw, 112px);
  min-height: 620px;
  padding: 72px 0;
  display: grid;
  position: relative;
}
.portfolio-project:last-child {
  border-bottom: 1px solid var(--line);
}
.portfolio-project:nth-child(even) {
  grid-template-columns: minmax(520px, 1.42fr) minmax(270px, 0.58fr);
}
.portfolio-project:nth-child(even) .project-copy {
  order: 2;
}
.portfolio-project:nth-child(even) .portfolio-preview {
  order: 1;
}
.project-copy {
  min-width: 0;
  min-height: 470px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}
.project-meta {
  align-items: center;
  gap: 16px;
  display: flex;
}
.project-meta span {
  border: 1px solid currentColor;
  border-radius: 999px;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  font-size: 10px;
  font-weight: 800;
  display: grid;
}
.project-meta small {
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 740;
}
.project-copy h3 {
  letter-spacing: -0.064em;
  max-width: 470px;
  margin: 0;
  font-size: clamp(44px, 4.7vw, 72px);
  font-weight: 710;
  line-height: 0.94;
}
.project-description {
  color: var(--muted);
  max-width: 430px;
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.68;
}
.project-copy > a {
  border-bottom: 1px solid var(--ink);
  align-items: center;
  gap: 24px;
  width: fit-content;
  max-width: 100%;
  padding: 13px 0 7px;
  font-size: 13px;
  font-weight: 720;
  transition:
    gap 0.18s,
    color 0.18s,
    border-color 0.18s;
  display: inline-flex;
}
.project-copy > a span {
  color: var(--violet);
}
.project-copy > a:hover {
  color: var(--violet);
  border-color: var(--violet);
  gap: 34px;
}
.portfolio-preview {
  z-index: 1;
  background: #deded8;
  border: 1px solid #10101424;
  border-radius: 24px;
  align-self: center;
  aspect-ratio: 1348 / 926;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  box-shadow: 0 26px 70px #1010141a;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.45s;
}
.portfolio-preview:after {
  content: "";
  pointer-events: none;
  border: 1px solid #fff6;
  border-radius: inherit;
  position: absolute;
  inset: 0;
}
.portfolio-preview:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 88px #10101426;
}
.portfolio-capture {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  display: block;
}
.offers-section {
  color: var(--white);
  background: var(--ink);
  padding: 150px max(6vw, 32px);
}
.offers-head {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.6fr);
  align-items: end;
  gap: clamp(50px, 9vw, 140px);
  max-width: 1320px;
  margin: 0 auto 90px;
  display: grid;
}
.offers-head .section-kicker {
  color: #a1a19a;
}
.offers-head h2 {
  letter-spacing: -0.072em;
  margin: 22px 0 0;
  font-size: clamp(50px, 6vw, 92px);
  font-weight: 720;
  line-height: 0.92;
}
.offers-head h2 em {
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}
.offers-intro p {
  color: #b0b0a9;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}
.offers-intro > span {
  color: #777770;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-top: 1px solid #ffffff24;
  margin-top: 28px;
  padding-top: 16px;
  font-size: 9px;
  font-weight: 760;
  display: block;
}
.offers-ledger {
  border-top: 1px solid #ffffff36;
  max-width: 1320px;
  margin: 0 auto;
}
.offer-row {
  border-bottom: 1px solid #ffffff36;
  transition: background 0.24s ease;
}
.offer-row > summary {
  cursor: pointer;
  grid-template-columns: 56px minmax(0, 1fr) minmax(170px, auto) 46px;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  min-height: 168px;
  padding: 24px 10px;
  list-style: none;
  display: grid;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.offer-row > summary::-webkit-details-marker {
  display: none;
}
.offer-row > summary:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 5px;
}
.offer-row:hover,
.offer-row[open] {
  background: #ffffff08;
}
.offer-index {
  color: #777770;
  letter-spacing: 0.08em;
  align-self: start;
  padding-top: 10px;
  font-size: 10px;
  font-weight: 800;
}
.offer-heading > span {
  color: #8e8e87;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 760;
}
.offer-heading h3 {
  letter-spacing: -0.055em;
  margin: 10px 0 0;
  font-size: clamp(32px, 3.2vw, 50px);
  font-weight: 680;
  line-height: 0.96;
  overflow-wrap: anywhere;
}
.offer-heading h3 em {
  color: #c6c6bf;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}
.offer-row-entry .offer-heading h3 em,
.offer-row-signature .offer-heading h3 em {
  color: var(--lime);
}
.offer-price {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  display: flex;
}
.offer-price small {
  color: #777770;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 760;
}
.offer-price strong {
  letter-spacing: -0.055em;
  white-space: nowrap;
  font-size: clamp(27px, 2.4vw, 38px);
  font-weight: 690;
}
.offer-heading,
.offer-price,
.offer-details,
.offer-details > *,
.offer-included {
  min-width: 0;
}
.offer-toggle {
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.25s;
  position: relative;
}
.offer-toggle:before,
.offer-toggle:after {
  content: "";
  background: var(--white);
  width: 14px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.offer-toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.offer-row[open] .offer-toggle {
  background: var(--lime);
  border-color: var(--lime);
  transform: rotate(45deg);
}
.offer-row[open] .offer-toggle:before,
.offer-row[open] .offer-toggle:after {
  background: var(--ink);
}
.offer-details {
  border-top: 1px solid #ffffff1f;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(50px, 8vw, 120px);
  margin: 0 10px;
  padding: 52px 0 62px 74px;
  animation: 0.34s cubic-bezier(0.2, 0.8, 0.2, 1) both offerReveal;
  display: grid;
}
.offer-row:not([open]) > .offer-details {
  display: none;
}
.offer-row[open] > .offer-details {
  display: grid;
}
.offer-description > p {
  color: #c5c5be;
  letter-spacing: -0.02em;
  max-width: 470px;
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
}
.offer-description .offer-statement {
  color: var(--white);
  letter-spacing: -0.045em;
  max-width: 560px;
  margin-bottom: 30px;
  font-size: clamp(28px, 3.2vw, 45px);
  font-weight: 650;
  line-height: 1.05;
}
.offer-action {
  border-bottom: 1px solid #ffffff6e;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  width: fit-content;
  margin-top: 36px;
  padding: 9px 0;
  font-size: 13px;
  font-weight: 700;
  transition:
    color 0.18s,
    gap 0.18s;
  display: inline-flex;
  max-width: 100%;
}
.offer-action span {
  color: var(--lime);
}
.offer-action:hover {
  color: var(--lime);
  gap: 38px;
}
.offer-included h4 {
  color: #8b8b84;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-size: 9px;
  font-weight: 780;
}
.offer-included ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 38px;
  display: grid;
}
.offer-included li {
  color: #d1d1cb;
  border-top: 1px solid #ffffff17;
  padding: 11px 0 11px 17px;
  font-size: 12px;
  line-height: 1.45;
  position: relative;
}
.offer-included li:before {
  content: "";
  background: var(--lime);
  border-radius: 99px;
  width: 6px;
  height: 2px;
  position: absolute;
  top: 19px;
  left: 0;
}
.offer-note {
  color: #92928b;
  border-left: 2px solid var(--violet);
  max-width: 720px;
  margin: 28px 0 0;
  padding-left: 17px;
  font-size: 11px;
  line-height: 1.65;
}
.infrastructure-note {
  border: 1px solid #ffffff2e;
  border-radius: 22px;
  grid-template-columns: minmax(210px, 0.55fr) minmax(0, 1.45fr);
  gap: 45px;
  max-width: 1320px;
  margin: 52px auto 0;
  padding: 28px 32px;
  display: grid;
}
.infrastructure-note > span {
  color: var(--lime);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 780;
}
.infrastructure-note p {
  color: #a4a49d;
  max-width: 760px;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}
.method-section {
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(50px, 10vw, 170px);
  padding: 150px max(6vw, 32px);
  display: grid;
}
.method-intro {
  align-self: start;
  position: sticky;
  top: 140px;
}
.method-intro p {
  max-width: 410px;
  color: var(--muted);
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.65;
}
.method-steps {
  flex-direction: column;
  display: flex;
}
.method-steps article {
  border-top: 1px solid var(--line);
  grid-template-columns: 70px 1fr;
  gap: 26px;
  min-height: 220px;
  padding: 38px 0;
  display: grid;
}
.method-steps article:last-child {
  border-bottom: 1px solid var(--line);
}
.method-steps > article > span {
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
  display: grid;
}
.method-steps article:nth-child(2) > span {
  color: var(--ink);
  background: var(--lime);
}
.method-steps article:nth-child(3) > span {
  background: var(--violet);
}
.method-steps article:hover > span {
  color: var(--white);
  background: var(--coral);
  transform: rotate(8deg) scale(1.08);
}
.method-steps h3 {
  letter-spacing: -0.055em;
  margin: 0 0 15px;
  font-size: clamp(30px, 3vw, 44px);
}
.method-steps p {
  max-width: 470px;
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.contact-section {
  color: var(--white);
  background: var(--violet);
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: start;
  gap: clamp(55px, 8vw, 130px);
  padding: 150px max(6vw, 32px);
  display: grid;
  position: relative;
  overflow: hidden;
}
.contact-section:before,
.contact-section:after {
  content: "";
  background: 0 0;
  border: 1px solid #ffffff29;
  border-radius: 50%;
  position: absolute;
}
.contact-section:before {
  width: 620px;
  height: 620px;
  top: -350px;
  left: -300px;
  box-shadow:
    0 0 0 90px #ffffff06,
    0 0 0 180px #ffffff05;
}
.contact-section:after {
  width: 550px;
  height: 550px;
  bottom: -270px;
  right: -300px;
  box-shadow:
    0 0 0 80px #e9ff570d,
    0 0 0 160px #e9ff5708;
}
.contact-symbol {
  border: 1px solid #ffffff47;
  border-radius: 20px;
  width: 72px;
  height: 72px;
  margin-bottom: 60px;
  padding: 8px;
  animation: 7s ease-in-out infinite floatTwo;
  position: relative;
  transform: rotate(-3deg);
}
.contact-symbol img {
  border-radius: 14px;
  width: 100%;
}
.contact-intro,
.project-form-panel {
  z-index: 2;
  width: 100%;
  max-width: 660px;
  position: relative;
}
.contact-intro {
  justify-self: end;
}
.contact-section .section-kicker {
  color: #ffffffa3;
}
.contact-section h2 {
  letter-spacing: -0.075em;
  max-width: 690px;
  margin: 28px 0 30px;
  font-size: clamp(56px, 6.2vw, 96px);
  font-weight: 730;
  line-height: 0.9;
}
.contact-section h2 em {
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}
.contact-intro > p {
  color: #ffffffb8;
  letter-spacing: -0.02em;
  max-width: 520px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}
.direct-contacts {
  border-top: 1px solid #ffffff4a;
  margin-top: 52px;
}
.direct-contacts a {
  border-bottom: 1px solid #ffffff4a;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 17px 0;
  font-size: 14px;
  font-weight: 650;
  display: flex;
}
.direct-contacts a span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.direct-contacts a small {
  color: #ffffff8f;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 8px;
  font-weight: 750;
  display: block;
}
.direct-contacts a b {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  place-items: center;
  font-size: 15px;
  transition:
    transform 0.2s,
    background 0.2s;
  display: grid;
}
.direct-contacts a:hover b {
  background: var(--coral);
  transform: rotate(45deg);
}
.project-form-panel {
  color: var(--ink);
  background: var(--white);
  border: 1px solid #ffffff9e;
  border-radius: 34px;
  justify-self: start;
  padding: clamp(28px, 4vw, 50px);
  box-shadow: 0 34px 90px #19144d4f;
  min-width: 0;
}
.form-heading {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 22px;
  display: flex;
}
.form-heading > span {
  letter-spacing: -0.035em;
  font-size: 24px;
  font-weight: 720;
}
.form-heading small {
  color: #62625c;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 760;
}
.form-status {
  border-radius: 12px;
  margin: 0 0 24px;
  padding: 13px 15px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}
.form-status.is-success {
  color: #17633b;
  background: #e5f5eb;
}
.form-status.is-error {
  color: #8a2e20;
  background: #ffe9e3;
}
.project-form-panel form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
  display: grid;
  min-width: 0;
}
.form-field {
  min-width: 0;
}
.form-field-wide {
  grid-column: 1 / -1;
}
.form-field label,
.form-consent {
  color: #454540;
  font-size: 11px;
  font-weight: 690;
}
.form-field label {
  margin-bottom: 8px;
  display: block;
}
.form-field label > span {
  color: var(--coral);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: var(--ink);
  background: #f3f3ed;
  border: 1px solid #10101418;
  border-radius: 12px;
  outline: none;
  padding: 13px 14px;
  font-size: 13px;
  transition:
    border-color 0.18s,
    box-shadow 0.18s,
    background 0.18s;
}
.form-field input,
.form-field select {
  height: 48px;
}
.form-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #50504b 50%),
    linear-gradient(135deg, #50504b 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 20px,
    calc(100% - 13px) 20px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 38px;
}
.form-field textarea {
  min-height: 138px;
  line-height: 1.55;
}
.form-field textarea::placeholder {
  color: #7d7d75;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  background: #fff;
  border-color: var(--violet);
  box-shadow: 0 0 0 4px #5952ff18;
}
.form-consent {
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
  display: flex;
}
.form-consent span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.form-consent input {
  accent-color: var(--violet);
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
.form-submit {
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 0 18px 0 21px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.18s,
    background 0.18s,
    box-shadow 0.18s;
  display: flex;
}
.form-submit b {
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 14px;
  display: grid;
}
.form-submit:hover {
  background: var(--violet);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px #10101426;
}
.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}
.form-submit:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}
.form-privacy {
  color: #76766f;
  margin: 18px 0 0;
  font-size: 9px;
  line-height: 1.5;
}
.form-trap {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip-path: inset(50%);
}
footer {
  color: #aeaea6;
  background: var(--ink);
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  min-height: 150px;
  padding: 40px max(6vw, 32px);
  font-size: 10px;
  display: grid;
}
.footer-brand {
  color: var(--white);
}
footer > p {
  justify-self: center;
}
footer > div {
  justify-self: end;
  align-items: center;
  gap: 22px;
  display: flex;
}
footer a {
  transition: color 0.16s;
}
footer a:hover,
.footer-cookie-control:hover {
  color: var(--lime);
}
.footer-cookie-control {
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  font: inherit;
}
.footer-cookie-control:focus-visible {
  color: var(--lime);
  outline: 1px solid var(--lime);
  outline-offset: 4px;
}
.cookie-banner {
  z-index: 1000;
  width: min(940px, calc(100% - 32px));
  color: var(--white);
  background: #101014f7;
  border: 1px solid #ffffff2b;
  border-radius: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 34px;
  padding: 26px 28px;
  display: grid;
  position: fixed;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 28px 90px #0008;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.cookie-copy {
  min-width: 0;
}
.cookie-copy > span {
  color: var(--lime);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 780;
}
.cookie-copy h2 {
  letter-spacing: -0.045em;
  margin: 8px 0 9px;
  font-size: 25px;
  line-height: 1;
}
.cookie-copy p {
  color: #c8c8c2;
  max-width: 610px;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}
.cookie-copy a {
  color: #ffffffa6;
  border-bottom: 1px solid #ffffff3d;
  margin-top: 11px;
  padding-bottom: 2px;
  font-size: 9px;
  display: inline-block;
}
.cookie-actions {
  gap: 9px;
  display: flex;
}
.cookie-actions button {
  min-width: 112px;
  min-height: 46px;
  color: var(--white);
  background: transparent;
  border: 1px solid #ffffff5c;
  border-radius: 13px;
  cursor: pointer;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 720;
  transition:
    transform 0.16s,
    background 0.16s,
    color 0.16s,
    border-color 0.16s;
}
.cookie-actions button:last-child {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}
.cookie-actions button:hover {
  transform: translateY(-2px);
}
.cookie-actions button:focus-visible,
.cookie-close:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}
.cookie-close {
  width: 32px;
  height: 32px;
  color: #ffffffb3;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes orbitSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes floatCenter {
  0%,
  to {
    transform: translate(-50%, -50%) rotate(-7deg) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-4deg) translateY(-15px);
  }
}
@keyframes floatOne {
  0%,
  to {
    transform: rotate(3deg) translateY(0);
  }
  50% {
    transform: rotate(0) translateY(-14px);
  }
}
@keyframes floatTwo {
  0%,
  to {
    transform: rotate(-3deg) translateY(0);
  }
  50% {
    transform: rotate(1deg) translateY(13px);
  }
}
@keyframes enterVisual {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes marquee {
  to {
    transform: translate(-50%);
  }
}
@keyframes offerReveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.has-js [data-reveal].reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.55s ease,
    transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.has-js [data-reveal].reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .desktop-nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 1120px;
    padding-top: 170px;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  .hero h1 {
    max-width: 880px;
    font-size: clamp(68px, 10vw, 104px);
  }
  .hero-visual {
    width: min(760px, 100%);
    min-height: 590px;
    margin: -25px auto 0;
  }
  .portfolio-project,
  .portfolio-project:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
    padding: 64px 0;
  }
  .portfolio-project:nth-child(even) .project-copy,
  .portfolio-project:nth-child(even) .portfolio-preview {
    order: initial;
  }
  .project-copy {
    min-height: 340px;
  }
  .portfolio-preview {
    width: 100%;
  }
  .offers-head {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .offers-intro {
    max-width: 650px;
  }
  .offer-details {
    grid-template-columns: 1fr;
  }
  .contact-section {
    grid-template-columns: 1fr;
  }
  .contact-intro,
  .project-form-panel {
    justify-self: center;
    max-width: 760px;
  }
}
@media (max-width: 760px) {
  section[id] {
    scroll-margin-top: 82px;
  }
  .site-header {
    border-radius: 18px;
    width: calc(100% - 20px);
    height: 62px;
    padding: 0 9px 0 11px;
    top: 10px;
  }
  .brand img {
    border-radius: 10px;
    width: 34px;
    height: 34px;
  }
  .header-contact {
    display: none;
  }
  .mobile-menu {
    justify-self: end;
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    width: 44px;
    height: 44px;
    color: var(--white);
    background: var(--ink);
    cursor: pointer;
    border-radius: 13px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    list-style: none;
    display: flex;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    background: var(--lime);
    width: 18px;
    height: 1.5px;
    transition: transform 0.18s;
  }
  .mobile-menu[open] summary span:first-child {
    transform: translateY(3.75px) rotate(45deg);
  }
  .mobile-menu[open] summary span:last-child {
    transform: translateY(-3.75px) rotate(-45deg);
  }
  .mobile-menu nav {
    color: var(--white);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: #101014f5;
    border: 1px solid #fff3;
    border-radius: 18px;
    flex-direction: column;
    padding: 18px;
    display: flex;
    position: fixed;
    top: 82px;
    left: 10px;
    right: 10px;
    box-shadow: 0 18px 50px #1010143d;
  }
  .mobile-menu:not([open]) > nav {
    display: none;
  }
  .mobile-menu nav a {
    border-bottom: 1px solid #ffffff1f;
    padding: 16px 4px;
    font-size: 15px;
  }
  .mobile-menu nav a:last-child {
    color: var(--ink);
    background: var(--lime);
    text-align: center;
    border: 0;
    border-radius: 12px;
    margin-top: 10px;
    font-weight: 750;
  }
  .hero {
    min-height: 1020px;
    padding: 132px 20px 55px;
  }
  .hero:before {
    background-size: 38px 38px;
  }
  .hero h1 {
    letter-spacing: -0.073em;
    margin-top: 24px;
    font-size: clamp(54px, 16vw, 76px);
    line-height: 0.92;
  }
  .hero h1 span {
    margin-top: 4px;
  }
  .hero h1 span:after {
    width: 30%;
    height: 6px;
    bottom: -10px;
    right: 2%;
  }
  .hero-copy > p {
    max-width: 340px;
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .hero-visual {
    min-height: 460px;
    margin: 24px auto 0;
  }
  .hero-grid {
    inset: 6% -20% -6%;
  }
  .hero-logo-card {
    border-radius: 44px;
    width: 170px;
    height: 170px;
    padding: 16px;
  }
  .hero-logo-card img {
    border-radius: 30px;
  }
  .orbit-one {
    width: 280px;
    height: 280px;
  }
  .orbit-two {
    width: 390px;
    height: 390px;
  }
  .floating-card {
    border-radius: 17px;
    width: 230px;
    min-height: 76px;
    padding: 11px;
  }
  .floating-card small {
    border-radius: 10px;
    width: 33px;
    height: 33px;
  }
  .floating-card strong {
    font-size: 12px;
  }
  .card-software {
    top: 5%;
    right: -8%;
  }
  .card-web {
    bottom: 6%;
    left: -8%;
  }
  .status-chip {
    padding: 9px 11px;
    font-size: 8px;
    bottom: 23%;
    right: -2%;
  }
  .micro-label {
    display: none;
  }
  .hero-index {
    bottom: 18px;
    left: 20px;
    right: 20px;
  }
  .hero-index span:nth-child(2) {
    display: none;
  }
  .hero-index {
    grid-template-columns: 1fr 1fr;
  }
  .projects-section,
  .offers-section {
    padding: 95px 20px;
  }
  .section-head {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 54px;
  }
  .section-head h2,
  .method-intro h2 {
    font-size: clamp(49px, 15vw, 70px);
  }
  .section-head > p {
    font-size: 15px;
  }
  .portfolio-project,
  .portfolio-project:nth-child(even) {
    gap: 30px;
    padding: 48px 0;
  }
  .project-copy {
    min-height: 300px;
  }
  .project-copy h3 {
    font-size: clamp(40px, 12vw, 58px);
  }
  .project-copy > a {
    overflow-wrap: anywhere;
  }
  .portfolio-preview {
    border-radius: 18px;
    height: auto;
    transform: none !important;
  }
  .offers-head {
    gap: 28px;
    margin-bottom: 55px;
  }
  .offers-head h2 {
    font-size: clamp(48px, 14vw, 70px);
  }
  .offers-intro p {
    font-size: 15px;
  }
  .offer-row > summary {
    grid-template-columns: 35px minmax(0, 1fr) 40px;
    gap: 11px;
    min-height: 154px;
    padding: 22px 0;
  }
  .offer-index {
    grid-row: 1 / 3;
    padding-top: 7px;
  }
  .offer-heading {
    grid-column: 2;
  }
  .offer-heading h3 {
    font-size: clamp(27px, 8.5vw, 38px);
  }
  .offer-price {
    text-align: left;
    grid-area: 2 / 2;
    align-items: flex-start;
    margin-top: 14px;
  }
  .offer-price strong {
    font-size: 27px;
  }
  .offer-toggle {
    grid-area: 1 / 3 / 3;
    width: 38px;
    height: 38px;
  }
  .offer-details {
    grid-template-columns: 1fr;
    gap: 45px;
    margin: 0;
    padding: 34px 0 45px;
  }
  .offer-description > p {
    font-size: 15px;
  }
  .offer-description .offer-statement {
    font-size: clamp(27px, 8.8vw, 39px);
  }
  .offer-included ul {
    grid-template-columns: 1fr;
  }
  .infrastructure-note {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 36px;
    padding: 23px;
  }
  .method-section {
    grid-template-columns: 1fr;
    gap: 65px;
    padding: 100px 20px;
  }
  .method-intro {
    position: static;
  }
  .method-steps article {
    grid-template-columns: 52px 1fr;
    gap: 15px;
    min-height: 190px;
  }
  .contact-section {
    gap: 70px;
    padding: 100px 20px;
  }
  .contact-symbol {
    border-radius: 17px;
    width: 62px;
    height: 62px;
    margin-bottom: 48px;
    padding: 7px;
  }
  .contact-section h2 {
    margin: 25px 0 27px;
    font-size: clamp(53px, 16.5vw, 76px);
  }
  .contact-intro > p {
    font-size: 15px;
  }
  .direct-contacts {
    margin-top: 38px;
  }
  .project-form-panel {
    border-radius: 25px;
    padding: 25px 20px;
  }
  .form-heading {
    align-items: flex-start;
    margin-bottom: 25px;
  }
  .form-heading > span {
    font-size: 21px;
  }
  .form-heading small {
    text-align: right;
    max-width: 95px;
  }
  .project-form-panel form {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 16px;
  }
  .form-field-wide {
    grid-column: 1;
  }
  footer {
    grid-template-columns: 1fr auto;
    gap: 30px;
    padding: 42px 20px;
  }
  footer > p {
    display: none;
  }
  footer > div {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
  .cookie-banner {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 20px;
    width: calc(100% - 24px);
    border-radius: 20px;
    padding: 23px 20px 20px;
    bottom: max(12px, env(safe-area-inset-bottom));
  }
  .cookie-copy h2 {
    padding-right: 25px;
    font-size: 22px;
  }
  .cookie-actions button {
    flex: 1;
    min-width: 0;
  }
}
@media (max-width: 380px) {
  .offer-row > summary {
    grid-template-columns: 29px minmax(0, 1fr) 34px;
    gap: 8px;
  }
  .offer-heading > span {
    letter-spacing: 0.08em;
    font-size: 8px;
  }
  .offer-heading h3 {
    font-size: 27px;
  }
  .offer-details {
    padding-left: 0;
  }
  .offer-toggle {
    width: 33px;
    height: 33px;
  }
  .form-heading {
    flex-direction: column;
    gap: 7px;
  }
  .form-heading small {
    text-align: left;
    max-width: none;
  }
  footer {
    gap: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
