@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
:root {
  color-scheme: dark;
  --bg: #050505;
  --fg: #ffffff;
  --muted: #ffffff;
  --thin: #ffffff;
  --accent: #ffffff;
  --border: #ffffff;
  --fast: 240ms ease;
  --slow: 700ms cubic-bezier(0.2, 0.8, 0.2, 1); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Mulish", system-ui, -apple-system, sans-serif;
  font-weight: 100; }

html {
  scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: "Mulish", system-ui, -apple-system, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
  letter-spacing: 0.01em; }

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

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

main {
  display: block; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.heading-xl {
  font-family: "Mulish", system-ui, -apple-system, sans-serif;
  font-size: clamp(4.5rem, 14vw, 13rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase; }

.heading-md {
  font-family: 'Mulish';
  font-weight: 200;
  font-style: Italic;
  font-size: 175.25px;
  line-height: 124px;
  letter-spacing: 0%;
  text-transform: uppercase; }

.body-text {
  font-size: clamp(0.95rem, 1.2vw, 1.25rem);
  color: var(--muted); }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity var(--slow), transform var(--slow);
  transition-delay: var(--delay, 0s);
  will-change: transform, opacity; }

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0); }

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference; }

.cursor-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  transform: translate(-50%, -50%); }

.cursor-ring {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  transform: translate(-50%, -50%);
  transition: width var(--fast), height var(--fast), border-color var(--fast), opacity var(--fast);
  opacity: 0.7; }

main.home-page {
  padding: 20px; }

.project-frame {
  padding: 20px; }

body.is-hovering .cursor-ring {
  width: 40px;
  height: 40px;
  opacity: 0.9; }

.hero__brand {
  min-height: 100vh;
  display: grid;
  align-content: stretch;
  padding: 0; }

.hero__brand p {
  font-family: 'Mulish';
  font-size: 85px;
  line-height: 140%;
  font-weight: 100;
  margin-top: 210px; }

.logo {
  width: 100vw;
  height: auto;
  transition: opacity 0.3s ease;
  margin-bottom: 10px; }

.hero-logo {
  position: relative;
  display: block; }
  .hero-logo .logo-default {
    display: block; }
  .hero-logo .logo-hover,
  .hero-logo .logo-click {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none; }
  .hero-logo:hover .logo-default {
    opacity: 0; }
  .hero-logo:hover .logo-hover {
    opacity: 1; }
  .hero-logo.is-clicked .logo-default, .hero-logo.is-clicked .logo-hover {
    opacity: 0; }
  .hero-logo.is-clicked .logo-click {
    opacity: 1; }

.hero__brand a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.hero__brand a:hover,
.hero__brand a:focus-visible {
  outline: none; }

.hero__brand a:focus-visible {
  outline: 1px solid var(--fg);
  outline-offset: 6px; }

.section__header {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: clamp(2.5rem, 5vw, 4rem); }

.section__header--split {
  justify-content: space-between;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 3vw;
  gap: clamp(1.5rem, 6vw, 8rem); }

.section__header--split .heading-md {
  font-family: Mulish;
  font-weight: 200;
  font-style: Italic;
  font-size: 175.25px;
  line-height: 124px;
  letter-spacing: 0%;
  font-style: italic;
  text-transform: uppercase; }

.sub-info-btn {
  font-family: 'Mulish';
  font-weight: 200;
  font-style: Italic;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-top: 40px;
  padding-bottom: 10px; }

.contact .contact__intro .heading-md {
  font-family: 'Mulish';
  font-weight: 200;
  font-style: 'ExtraLight';
  font-size: 85px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: unset; }

.section__title-left {
  text-align: left;
  flex: 1; }

.section__title-right {
  text-align: right;
  flex: 1; }

.projects {
  display: grid;
  padding-top: 210px;
  position: relative; }

.project-list {
  display: grid;
  gap: 10px;
  list-style: none;
  padding-top: 210px; }

.project-row {
  display: flex;
  width: 100%; }

.project-row:nth-child(1),
.project-row:nth-child(5) {
  justify-content: flex-start; }

.project-row:nth-child(2),
.project-row:nth-child(4),
.project-row:nth-child(6) {
  justify-content: center; }

.project-row:nth-child(3) {
  justify-content: flex-end; }

.project-item {
  font-weight: 200;
  font-size: 120px;
  line-height: 151px;
  font-family: "Mulish", system-ui, -apple-system, sans-serif;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.6rem;
  transition: transform 0.45s ease, letter-spacing 0.45s ease, color 0.2s ease;
  padding: 0px; }

.project-item:hover {
  color: #808080; }

.project-item:hover::after {
  transform: scaleX(1); }

.project-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(38vw, 320px);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.95);
  transition: opacity var(--fast), transform var(--fast);
  z-index: 2; }

.project-preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 -24px 60px rgba(0, 0, 0, 0.25);
  opacity: 0;
  filter: none;
  transform: translate(-50%, -50%) translateY(6px) scale(0.98);
  transition: opacity var(--fast), box-shadow var(--fast), transform var(--fast); }

.project-preview.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1); }

.project-preview img.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: previewReveal 520ms ease both; }

.project-preview .preview-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  opacity: 0;
  filter: blur(12px);
  transform: translate(-50%, -50%) scale(1);
  mix-blend-mode: screen; }

.project-preview.is-visible .preview-layer {
  opacity: 0.35; }

.project-preview .preview-layer--1 {
  transform: translate(-50%, -50%) translate(-12px, -10px) scale(0.98); }

.project-preview .preview-layer--2 {
  transform: translate(-50%, -50%) translate(14px, 8px) scale(0.96);
  opacity: 0.25; }

.project-preview .preview-layer--3 {
  transform: translate(-50%, -50%) translate(-18px, 16px) scale(0.94);
  opacity: 0.18; }

@keyframes previewReveal {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(10px) scale(0.96); }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); } }
.contact {
  display: grid;
  padding-top: 210px;
  padding-bottom: 210px; }

.pricing {
  display: grid;
  gap: 0.75rem; }

.pricing--services {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }

.pricing--budget {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 0.5rem; }

.price-btn {
  font-family: Mulish;
  font-weight: 200;
  font-size: 50px;
  line-height: 140%;
  border: 1px solid #FFFFFF;
  padding: 20px;
  color: var(--muted);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background var(--fast), color var(--fast), border-color var(--fast), transform var(--fast);
  position: relative;
  overflow: hidden; }

.price-btn .ripple,
.submit-btn .ripple,
input .ripple,
textarea .ripple,
.footer-links a .ripple,
.hero__brand a .ripple,
.project-nav__link .ripple {
  position: absolute;
  border-radius: 50%;
  background: #808080;
  transform: scale(0);
  animation: ripple-animation 600ms ease-out;
  pointer-events: none; }

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0; } }
.price-btn:hover,
.price-btn:focus-visible {
  color: var(--bg);
  background: var(--fg);
  border-color: var(--fg);
  transform: translateY(-2px);
  outline: none; }

.pricing--services .price-btn.is-selected {
  outline: 8px solid #ffffff;
  outline-offset: -8px;
  font-weight: 200; }

.pricing--services .price-btn.is-selected:hover,
.pricing--services .price-btn.is-selected:focus-visible {
  outline: 8px solid #ffffff;
  outline-offset: -8px;
  font-weight: 200;
  transform: translateY(-2px); }

.pricing--budget .price-btn.is-selected {
  outline: 8px solid #ffffff;
  outline-offset: -8px;
  font-weight: 200;
  outline-offset: -8px; }

.pricing--budget .price-btn.is-selected:hover,
.pricing--budget .price-btn.is-selected:focus-visible {
  outline: 8px solid #ffffff;
  outline-offset: -8px;
  font-weight: 200;
  transform: translateY(-2px); }

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

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: clamp(0.9rem, 1.2vw, 1.3rem);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--thin); }

input,
textarea {
  font-family: Mulish;
  font-weight: 200;
  font-size: 50px;
  line-height: 140%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  color: var(--fg);
  padding: 39px 20px 0px 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: background var(--fast), color var(--fast), border-color var(--fast), transform var(--fast), font-weight var(--fast);
  cursor: pointer; }
  input::placeholder,
  textarea::placeholder {
    color: var(--fg);
    transition: color var(--fast); }

input:hover,
textarea:hover {
  background: #fff;
  border-bottom-color: var(--fg);
  outline: none;
  transition: background var(--fast), border-color var(--fast); }
  input:hover::placeholder,
  textarea:hover::placeholder {
    color: var(--bg);
    transition: color var(--fast); }

input:focus,
textarea:focus {
  outline: none;
  border-bottom-color: var(--fg);
  background: rgba(255, 255, 255, 0.05);
  transition: background var(--fast), border-color var(--fast); }
  input:focus::placeholder,
  textarea:focus::placeholder {
    color: var(--fg);
    transition: color var(--fast); }

input:not(:placeholder-shown),
textarea:not(:placeholder-shown),
input.filled,
textarea.filled {
  border-bottom-color: var(--fg);
  font-weight: 400;
  transition: border-color var(--fast), font-weight var(--fast); }

input:not(:placeholder-shown):hover,
textarea:not(:placeholder-shown):hover,
input.filled:hover,
textarea.filled:hover {
  background: #090000;
  color: var(--bg);
  border-bottom-color: var(--fg);
  outline: none;
  transition: background var(--fast), border-color var(--fast); }

input:not(:placeholder-shown):focus,
textarea:not(:placeholder-shown):focus,
input.filled:focus,
textarea.filled:focus {
  background: rgba(0, 0, 0, 0);
  border-bottom-color: var(--fg);
  outline: none;
  color: var(--fg);
  transition: background var(--fast), border-color var(--fast); }

.submit-btn {
  align-self: flex-start;
  background: transparent;
  color: var(--fg);
  border: 1px solid var(--fg);
  font-family: Mulish;
  font-weight: 200;
  font-size: 50px;
  line-height: 140%;
  padding: 19px;
  letter-spacing: 0.18em;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background var(--fast), color var(--fast), border-color var(--fast), transform var(--fast);
  margin-top: 40px;
  position: relative;
  overflow: hidden; }
  .submit-btn:hover {
    background: var(--fg);
    color: var(--bg);
    outline: none; }

.submit-btn:hover,
.submit-btn:focus-visible {
  background: var(--fg);
  color: var(--bg);
  outline: none; }

footer {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(3rem, 6vw, 5rem);
  display: grid;
  gap: clamp(0.8rem, 1.6vw, 1.4rem);
  font-size: clamp(1.2rem, 2.6vw, 2.8rem);
  color: var(--fg);
  padding-top: 0px;
  font-weight: 100; }

.footer-links {
  display: grid;
  gap: clamp(0.6rem, 1.4vw, 1.1rem); }
  .footer-links a {
    font-family: 'Mulish';
    font-weight: 200;
    font-size: 85px;
    line-height: 140%;
    letter-spacing: 0%;
    text-decoration: none;
    display: block;
    transition: background var(--fast), color var(--fast), border-color var(--fast), transform var(--fast);
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .footer-links a:hover {
      color: var(--bg);
      outline: none;
      background-color: #FFFFFF;
    /*  text-decoration: underline;*/
     }
  .footer-links p {
    font-family: 'Mulish';
    font-weight: 200;
    font-size: 85px;
    line-height: 140%;
    letter-spacing: 0%;
    text-decoration: none;
    display: block;
    margin: 0; }

body.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--slow); }

.modal.is-open {
  opacity: 1;
  pointer-events: auto; }

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92); }

.modal__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(240px, 32vw) 1fr;
  grid-template-rows: auto 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(2rem, 4vw, 4rem);
  color: var(--fg); }

.modal__close {
  position: absolute;
  top: clamp(1.5rem, 3vw, 2.5rem);
  right: clamp(1.5rem, 3vw, 2.5rem);
  background: transparent;
  border: 1px solid var(--fg);
  color: var(--fg);
  font-size: clamp(0.75rem, 1.1vw, 1rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.6rem 1.6rem;
  cursor: pointer; }

.modal__header {
  max-width: 900px;
  grid-column: 1 / 2;
  grid-row: 1 / 2; }

.modal__title {
  font-size: clamp(2.4rem, 7vw, 6rem);
  font-weight: 200;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-style: italic; }

.modal__desc {
  margin-top: clamp(0.8rem, 1.6vw, 1.6rem);
  font-size: clamp(1rem, 1.8vw, 1.6rem);
  color: var(--thin);
  line-height: 1.6;
  max-width: 60ch;
  opacity: 0.6; }

.modal__nav {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 1.8vw, 1.6rem);
  font-size: clamp(1.2rem, 2.6vw, 3rem);
  letter-spacing: 0.04em;
  text-transform: none;
  align-self: end; }

.modal__nav-btn {
  background: transparent;
  border: none;
  color: var(--fg);
  text-transform: capitalize;
  cursor: pointer; }

.modal__track {
  grid-column: 2 / 3;
  grid-row: 1 / span 2;
  display: flex;
  gap: clamp(2rem, 6vw, 6rem);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: clamp(1rem, 2vw, 2rem);
  align-items: center; }

.modal__track::-webkit-scrollbar {
  display: none; }

.modal__panel {
  flex: 0 0 clamp(48vw, 62vw, 72vw);
  height: clamp(42vh, 60vh, 70vh);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  scroll-snap-align: start;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity var(--slow), transform var(--slow); }

.modal__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.modal__panel.is-visible {
  opacity: 1;
  transform: translateY(0); }

/* Project detail page */
body.project-detail {
  background: var(--bg);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: none; }

.project-page {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100vh; }

.project-frame {
  display: grid;
  align-content: start;
  gap: clamp(2rem, 6vh, 4rem);
  z-index: 1;
  transition: opacity 0.4s ease; }

.project-kicker {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: var(--thin); }

.project-title {
  font-family: 'Mulish';
  font-weight: 200;
  font-style: Italic;
  font-size: 175.25px;
  line-height: 124px;
  letter-spacing: 0%;
  text-transform: uppercase;
  transition: opacity 3s ease; }

.op-change {
  transition: opacity 0.6s ease; }

.project-logo {
  position: fixed;
  top: clamp(1.8rem, 4vw, 1.6rem);
  right: clamp(1.8rem, 4vw, 1.6rem);
  z-index: 999;
  cursor: pointer;
  transition: transform var(--fast);
  display: inline-block; }
  .project-logo img {
    display: block;
    transition: opacity var(--fast); }
  .project-logo .logo-white {
    opacity: 1; }
  .project-logo .logo-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    pointer-events: none; }
  .project-logo:hover .logo-white {
    opacity: 0; }
  .project-logo:hover .logo-black {
    opacity: 1; }

.project-body {
  margin-top: clamp(6rem, 14vh, 12rem); }

.project-description {
  font-family: 'Mulish';
  font-weight: 200;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--muted); }

.project-nav {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: clamp(1.8rem, 4vw, 4.6rem);
  display: flex;
  flex-direction: column;
  letter-spacing: 0;
  font-size: 57px;
  font-weight: 100;
  z-index: 99;
  line-height: 92px;
  transition: width 0.4s ease; }

.project-nav__link {
  font-family: 'Mulish';
  font-weight: 200;
  font-size: 85px;
  line-height: 140%;
  letter-spacing: 0%;
  display: block;
  width: 337px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background var(--fast), color var(--fast), border-color var(--fast), transform var(--fast); }

.project-nav__link:hover,
.project-nav__link:focus-visible,
.project-nav__link:active {
  color: var(--bg);
  outline: none;
  background-color: #FFFFFF;
  /*text-decoration: underline;*/
  width: calc(100% - 28px); }

.intro-fade,
.intro-slide {
  opacity: 0;
  transform: translateY(18px);
  animation: introFade 1.3s ease-in-out forwards;
  animation-delay: var(--delay, 0s); }

@keyframes introFade {
  to {
    opacity: 1;
    transform: translateY(0); } }
.project-scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  box-sizing: border-box;
  display: block;
  opacity: 0.1;
  z-index: 10;
  transition: opacity 0.4s ease; }
  .project-scroll .project-scroll-container {
    margin-left: 0;
    padding-top: 100px;
    min-height: 200vh; }
  .project-scroll .project-scroll-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    margin-bottom: 150px; }

.project-scroll.is-scrolling {
  opacity: 1;
  pointer-events: auto; }

.project-scroll::-webkit-scrollbar {
  display: none; }

.project-scroll-inner img {
  width: 80%;
  object-fit: cover;
  background: #111;
  margin-right: 0; }

.hscroll__intro {
  max-width: 45ch;
  padding-right: 20vw; }

.hscroll__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--thin);
  margin-bottom: 1rem; }

.hscroll__title {
  font-size: clamp(1.6rem, 3vw, 3rem);
  font-weight: 200;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.hscroll__panel {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(90%);
  width: min(54vw, 520px);
  height: clamp(240px, 40vh, 480px);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center; }

.hscroll__content {
  padding: clamp(1.6rem, 4vw, 3rem);
  display: grid;
  gap: 1.2rem; }

.hscroll__heading {
  font-size: clamp(1.2rem, 2.4vw, 2.3rem);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 200; }

.hscroll__text {
  font-size: clamp(0.95rem, 1.4vw, 1.3rem);
  color: var(--muted); }

.hscroll__meta {
  display: flex;
  gap: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.7rem;
  color: var(--thin); }

.project-epilogue {
  padding-bottom: clamp(4rem, 10vh, 8rem); }

.project-epilogue__text {
  max-width: 55ch;
  font-size: clamp(1rem, 1.6vw, 1.6rem);
  color: var(--muted); }

.active-scroll .project-scroll {
  transition: opacity 0.4s ease;
  opacity: 1; }
.active-scroll .project-frame {
  transition: opacity 0.4s ease;
  opacity: 0.2; }

@media (max-width: 1600px) {
  .section__header {
    gap: clamp(0.6rem, 0.8vw, 0.8rem);
    margin-bottom: clamp(1.5rem, 2.5vw, 2.5rem); }

  .heading-md {
    font-size: clamp(2.5rem, 10vw, 5rem);
    line-height: clamp(1.2, 10vw, 1.4); }

  .section__header--split {
    padding: 0 clamp(1.5vw, 2vw, 2vw);
    gap: clamp(1rem, 1.5vw, 1.5rem); }

  .section__header--split .heading-md {
    font-size: clamp(3rem, 12vw, 6rem);
    line-height: clamp(1.3, 10vw, 1.5); }

  .contact .contact__intro .heading-md {
    font-size: clamp(2.5rem, 10vw, 4.5rem);
    line-height: 140%; }

  .hero__brand p {
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 140%;
    margin-top: clamp(80px, 12vw, 150px); }

  .sub-info-btn {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    line-height: 140%;
    margin-top: clamp(25px, 4vw, 35px);
    padding-bottom: clamp(8px, 1vw, 10px); }

  .projects {
    padding-top: clamp(80px, 12vw, 150px); }

  .project-list {
    gap: clamp(6px, 1.2vw, 10px);
    padding-top: clamp(80px, 12vw, 150px); }

  .project-item {
    font-size: clamp(2.5rem, 8vw, 5rem);
    line-height: clamp(1.3, 8vw, 1.5);
    letter-spacing: 0.05em;
    padding: 0; }

  .pricing {
    gap: clamp(0.6rem, 0.75vw, 0.75rem); }

  .price-btn {
    font-size: clamp(1.8rem, 4.5vw, 2.5rem);
    line-height: 140%;
    padding: clamp(15px, 3vw, 20px); }

  .contact {
    padding-top: clamp(80px, 12vw, 150px);
    padding-bottom: clamp(80px, 12vw, 150px); }

  .contact__form {
    gap: clamp(8px, 1.5vw, 10px); }

  .field {
    gap: clamp(0.3rem, 0.4vw, 0.4rem);
    font-size: clamp(0.8rem, 1.1vw, 1rem); }

  input,
  textarea {
    font-size: clamp(1.8rem, 4.5vw, 2.5rem);
    line-height: 140%;
    padding: clamp(30px, 5vw, 38px) clamp(15px, 3vw, 20px) 0px clamp(15px, 3vw, 20px); }

  .submit-btn {
    font-size: clamp(1.8rem, 4.5vw, 2.5rem);
    line-height: 140%;
    padding: clamp(15px, 3vw, 19px);
    margin-top: clamp(25px, 4vw, 35px); }

  footer {
    padding: clamp(1.5rem, 3vw, 2.5rem) 0;
    gap: clamp(0.8rem, 1.2vw, 1rem); }

  .footer-links {
    gap: clamp(0.6rem, 1vw, 0.8rem); }
    .footer-links a,
    .footer-links p {
      font-size: clamp(1.8rem, 5vw, 3.5rem);
      line-height: 140%;
      letter-spacing: 0%; } }
@media (max-width: 1450px) {
  .price-btn {
    font-size: clamp(1.8rem, 4.5vw, 2rem); } }
@media (hover: none) {
  .cursor-dot,
  .cursor-ring {
    display: none; }

  body {
    cursor: auto; }

  .project-preview {
    display: none; } }
@media (max-width: 1024px) {
  .project-title {
    letter-spacing: 0.1em; }

  .hscroll__panel {
    width: min(62vw, 520px); } }
@media (min-width: 769px) and (max-width: 1024px) {
  main.home-page {
    padding: clamp(1rem, 2vw, 2vw); }

  .hero__brand p {
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    line-height: 140%;
    margin-top: clamp(100px, 10vw, 180px); }

  .sub-info-btn {
    font-size: clamp(1.1rem, 2.2vw, 1.4rem);
    line-height: 140%;
    margin-top: clamp(30px, 3.5vw, 38px);
    padding-bottom: clamp(8px, 1vw, 10px); }

  .section__header {
    gap: clamp(1rem, 1.5vw, 1.5rem);
    margin-bottom: clamp(2rem, 3vw, 3rem); }

  .section__header--split {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0 clamp(1.5vw, 2vw, 2vw);
    gap: clamp(1rem, 1.5vw, 1.5rem); }

  .section__header--split .heading-md {
    font-size: clamp(4rem, 10vw, 7rem);
    line-height: clamp(1.2, 10vw, 1.4); }

  .heading-md {
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: clamp(1.2, 8vw, 1.4); }

  .section__header--split .heading-md {
    font-size: clamp(4rem, 12vw, 7rem);
    line-height: clamp(1.4, 10vw, 1.6); }

  .contact .contact__intro .heading-md {
    font-size: clamp(3rem, 7vw, 5.5rem);
    line-height: 140%; }

  .projects {
    padding-top: clamp(100px, 10vw, 180px); }

  .project-list {
    gap: clamp(7px, 1vw, 10px);
    padding-top: clamp(100px, 10vw, 180px); }

  .project-item {
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: clamp(1.3, 7vw, 1.5);
    padding: 0; }

  .contact {
    padding-top: clamp(100px, 10vw, 180px);
    padding-bottom: clamp(100px, 10vw, 180px); }

  .contact__form {
    gap: clamp(8px, 1vw, 10px); }

  .field {
    gap: clamp(0.3rem, 0.4vw, 0.4rem);
    font-size: clamp(0.85rem, 1.1vw, 1.1rem); }

  .pricing {
    gap: clamp(0.6rem, 0.75vw, 0.75rem); }

  .price-btn {
    font-size: 2.5rem;
    line-height: 140%;
    padding: 16px 10px; }

  input,
  textarea {
    font-size: 2.5rem;
    line-height: 140%;
    padding: 16px 10px; }

  .submit-btn {
    font-size: 2.5rem;
    line-height: 140%;
    padding: 16px 10px; }

  footer {
    padding: clamp(2rem, 4vw, 3rem) 0;
    gap: clamp(0.8rem, 1.2vw, 1rem); }

  .footer-links {
    gap: clamp(0.6rem, 1vw, 0.8rem); }
    .footer-links a,
    .footer-links p {
      font-size: 3.5rem;
      line-height: 140%; }

  .project-title {
    line-height: 1.05;
    margin-top: 0;
    letter-spacing: 0.06em; }

  .project-nav {
    margin-top: 2rem;
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    line-height: 1.2; }

  .project-scroll {
    position: fixed;
    bottom: 0;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto; }

  .project-scroll-container {
    margin-left: 0;
    padding-top: 0;
    min-height: 200vh; }

  .project-scroll-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem; }

  .project-scroll-inner img {
    width: min(80vw, 48rem); }

  .modal__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto; }

  .modal__track {
    grid-column: 1 / -1;
    grid-row: auto; }

  .modal__nav {
    flex-direction: row;
    flex-wrap: wrap;
    align-self: start; }

  .modal__panel {
    flex: 0 0 min(70vw, 540px);
    height: clamp(240px, 45vh, 420px); }

  body.project-detail {
    overflow-y: auto;
    overflow-x: hidden; } }
@media (max-width: 768px) {
  .project-row {
    justify-content: flex-start; }

  .cursor-dot,
  .cursor-ring {
    display: none; }

  body {
    cursor: auto; }

  :root {
    --fast: 200ms ease;
    --slow: 480ms ease; }

  main.home-page {
    padding: 1.25rem; }

  .section {
    padding: 3rem 0; }

  .hero__brand {
    min-height: 55vh;
    padding: 0; }

  .hero__brand p {
    font-size: clamp(1.5rem, 6vw, 3rem);
    line-height: 140%;
    margin-top: clamp(60px, 15vw, 120px); }

  .logo {
    width: 100%; }

  .heading-md {
    font-size: clamp(1.8rem, 8vw, 4rem);
    line-height: 1.2; }

  .section__header--split .heading-md {
    font-size: clamp(2rem, 10vw, 5rem);
    line-height: 45px; }

  .contact .contact__intro .heading-md {
    font-size: clamp(1.8rem, 8vw, 3.5rem);
    line-height: 140%; }

  .sub-info-btn {
    font-size: clamp(0.9rem, 3vw, 1.2rem);
    margin-top: clamp(20px, 5vw, 30px);
    padding-bottom: clamp(5px, 1.5vw, 10px); }

  .section__header {
    gap: 1rem;
    margin-bottom: 2rem; }

  .section__header--split {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 0; }
    .section__header--split .section__title-right {
      text-align: end; }

  .projects {
    padding-top: clamp(60px, 15vw, 120px); }

  .project-list {
    gap: clamp(5px, 1.5vw, 10px);
    padding-top: clamp(60px, 15vw, 120px); }

  .project-item {
    font-size: clamp(1.5rem, 7vw, 3.5rem);
    line-height: 2.5;
    padding: 0; }

  .contact {
    padding-top: clamp(60px, 15vw, 120px);
    padding-bottom: clamp(60px, 15vw, 120px); }

  .pricing {
    gap: 1rem; }

  .pricing--services,
  .pricing--budget {
    grid-template-columns: 1fr;
    gap: 1rem; }

  .pricing--services {
    margin-bottom: 50px; }

  .price-btn {
    font-size: clamp(1.2rem, 5vw, 2rem);
    padding: clamp(12px, 3vw, 18px) clamp(15px, 4vw, 20px);
    min-height: 44px; }

  .pricing--services .price-btn.is-selected,
  .pricing--budget .price-btn.is-selected {
    outline: clamp(4px, 1.5vw, 8px) solid #ffffff;
    outline-offset: clamp(-4px, -1.5vw, -8px); }

  .contact__form {
    gap: clamp(8px, 2vw, 10px); }

  .field {
    gap: 0.4rem;
    font-size: clamp(0.7rem, 2.5vw, 0.9rem); }

  input,
  textarea {
    font-size: clamp(1.2rem, 5vw, 2rem);
    line-height: 140%;
    padding: clamp(25px, 6vw, 35px) clamp(15px, 4vw, 20px) 0px clamp(15px, 4vw, 20px); }

  .submit-btn {
    font-size: clamp(1.2rem, 5vw, 2rem);
    line-height: 140%;
    padding: clamp(12px, 3vw, 18px);
    margin-top: clamp(20px, 5vw, 30px);
    min-height: 44px; }

  footer {
    padding: clamp(1.5rem, 4vw, 2.5rem) 0;
    gap: clamp(0.8rem, 2vw, 1.2rem); }

  .footer-links {
    gap: clamp(0.6rem, 1.5vw, 0.8rem); }
    .footer-links a {
      font-size: clamp(1.2rem, 5vw, 2.5rem);
      line-height: 140%;
      letter-spacing: 0%; }
    .footer-links p {
      font-size: clamp(1.2rem, 5vw, 2.5rem);
      line-height: 140%;
      letter-spacing: 0%; }

  .modal__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: clamp(1.5rem, 6vw, 2.5rem); }

  .modal__track {
    grid-column: 1 / -1;
    grid-row: auto;
    padding-bottom: 1rem; }

  .modal__nav {
    flex-direction: row;
    flex-wrap: wrap;
    align-self: start;
    gap: 0.8rem; }

  .modal__panel {
    flex: 0 0 80vw;
    height: clamp(220px, 45vh, 360px); }

  .project-page {
    gap: 4rem; }

  .project-frame {
    min-height: auto;
    max-width: 100%; }

  body.project-detail .project-title {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
    line-height: 1.1;
    letter-spacing: 0.02em; }

  body.project-detail .project-description {
    font-size: clamp(1rem, 4vw, 1.2rem);
    line-height: 1.6; }

  .project-logo {
    align-self: flex-start; }

  body.project-detail .project-logo img {
    width: 25px;
    height: auto; }

  .project-nav {
    margin-top: 2rem;
    cursor: pointer;
    font-size: clamp(1.2rem, 6vw, 2rem);
    line-height: 1.4; }

  body.project-detail .project-nav__link {
    font-size: clamp(1.1rem, 5vw, 1.6rem);
    line-height: 1.3; }

  .project-body {
    margin-top: 3rem; }

  .project-scroll {
    position: fixed;
    bottom: 0;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0.2; }

  .project-scroll-container {
    margin-left: 0;
    padding-top: 60px;
    min-height: 160vh; }

  .project-scroll .project-scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 2rem;
    gap: 1rem; }

  .project-scroll .project-scroll-inner img {
    width: calc(100% - 40px); }

  body.project-detail {
    overflow-y: auto;
    overflow-x: hidden; }

  .project-title {
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin-top: 0; }

  .hscroll__panel {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin-top: 2rem; }

  .hscroll__intro {
    padding-right: 0; }

  .hscroll__meta {
    flex-wrap: wrap;
    gap: 0.8rem; }

  .project-nav {
    opacity: 0;
    transition: opacity 0.4s ease; }

  .active-scroll .project-nav {
    opacity: 1;
    gap: 9px; } }

input.error,
textarea.error {
  border-bottom-color: #ff3b3b !important;}

input.error::placeholder,
textarea.error::placeholder {
  color: #ff3b3b;}

.field input.error,
.field textarea.error {
  border: 0.5px solid #ff3b3b !important;
  padding: 37px 18px 0px 18px;}

.field input.error::placeholder,
.field textarea.error::placeholder {
  color: #ff3b3b !important;}

#formSuccess {
  display:none;
  margin-top:30px;
  font-size:40px;
  opacity: 0;
  transition: opacity 1s ease;}

#formSuccess.show {
  opacity: 1;}
/*# sourceMappingURL=style.css.map */
