/* ══════════════════════════════════════════
   BLANC ABSOLU — overrides specyficzne dla strony głównej
   (tokeny .theme-d i style nav/btn/footer są w shared.css)
══════════════════════════════════════════ */
/* Hero fotograficzny — kolorowe zdjęcie + ciemny scrim u dołu + biały tekst (reszta strony zostaje jasna) */
.theme-d .hero__bg { filter: saturate(1.05); }
.theme-d .hero__grad-bottom { background: linear-gradient(to top, oklch(14% 0.015 258 / 0.88) 0%, oklch(14% 0.015 258 / 0.46) 38%, transparent 72%); }
.theme-d .hero__grad-top { background: none; }
.theme-d .hero__label { color: oklch(84% 0.006 80); text-shadow: 0 1px 16px oklch(12% 0.01 258 / 0.45); }
.theme-d .hero__headline { color: oklch(98% 0.002 80); text-shadow: 0 1px 24px oklch(12% 0.01 258 / 0.35); }
.theme-d .hero__trust-note { color: oklch(86% 0.006 80); opacity: 0.9; }
.theme-d .hero__stats { border-top-color: oklch(98% 0.002 80 / 0.24); }
.theme-d .hero__stat-num { color: oklch(98% 0.002 80); }
.theme-d .hero__stat-label { color: oklch(80% 0.006 80); }
.theme-d .hero__scroll .label { color: oklch(85% 0.006 80); opacity: 0.6; }
.theme-d .tile__caption { background-color: oklch(97% 0.003 80 / 0.91); }
.theme-d .tile:hover .tile__caption { background-color: oklch(99.5% 0.001 80 / 0.97); }
.theme-d .tile__cat { color: oklch(44% 0.005 258); }
.theme-d .about__image-wrap { background-color: oklch(85% 0.006 80); }
.theme-d .about__founders { background-color: oklch(99% 0.002 80 / 0.94); }
.theme-d .about__founder { border-right-color: oklch(10% 0.008 258 / 0.07); }
.theme-d .process__accordion { border-top-color: oklch(10% 0.008 258 / 0.10); }
.theme-d .process__step { border-bottom-color: oklch(10% 0.008 258 / 0.10); }
.theme-d .step__header { padding: clamp(1.5rem, 3vh, 2.25rem) 0; }
.theme-d .step__title { font-size: 1.125rem; }
.theme-d .step__short { font-size: 0.8125rem; }
.theme-d .process__scope-note { border-top-color: oklch(10% 0.008 258 / 0.10); }
.theme-d .process__footer { border-top-color: oklch(10% 0.008 258 / 0.10); }
.theme-d .testimonials__list { background-color: oklch(10% 0.008 258 / 0.07); }
.theme-d .testimonial__footer { border-top-color: oklch(10% 0.008 258 / 0.08); }
.theme-d .contact { background-color: oklch(90% 0.007 80); border-top-color: oklch(10% 0.008 258 / 0.07); }
.theme-d .contact__social { border-top-color: oklch(10% 0.008 258 / 0.09); }
.theme-d .field__input { background-color: oklch(97% 0.003 80 / 0.65); border-color: oklch(10% 0.008 258 / 0.14); }
.theme-d .field__input--select { background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E"); }
.theme-d .field__input--select option { background-color: oklch(97% 0.003 80); color: oklch(10% 0.008 258); }
.theme-d .field__input::placeholder { color: oklch(52% 0.005 258); }
.theme-d .field__input:focus { border-color: oklch(10% 0.008 258 / 0.44); background-color: oklch(99% 0.002 80); }
.theme-d .field__input.is-invalid { border-color: oklch(50% 0.14 25); }
.theme-d .field__error { color: oklch(46% 0.14 25); }
.theme-d .hero__content { max-width: 42rem; }

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero {
  position: relative; min-height: 100svh;
  background-color: var(--c-bg);
  overflow: hidden; display: flex; align-items: flex-end;
}
.hero__photo { position: absolute; inset: 0; overflow: hidden; }
.hero__bg {
  position: absolute; inset: -20px;
  width: calc(100% + 40px); height: calc(100% + 40px);
  max-width: none; object-fit: cover; object-position: center 35%;
  color: transparent; will-change: transform;
}
.hero__grad-bottom {
  position: absolute; inset: 0;
  background-color: oklch(12% 0.008 258 / 0.82);
  pointer-events: none; z-index: 1;
}
.hero__grad-top {
  position: absolute; inset: 0;
  background: linear-gradient(to top, oklch(12% 0.008 258 / 0.72) 0%, transparent 60%);
  pointer-events: none; z-index: 1;
}
.hero__inner {
  position: relative; z-index: 2; width: 100%;
  padding-bottom: clamp(3.5rem, 8vh, 6rem);
  padding-top: 7rem;
}
.hero__content { max-width: 28rem; display: flex; flex-direction: column; gap: clamp(1.25rem, 3vh, 2rem); }
.hero__label { color: var(--c-text-2); letter-spacing: 0.14em; }
.hero__headline {
  font-size: var(--fz-display); font-weight: var(--fw-light);
  line-height: var(--lh-tight); color: var(--c-text); letter-spacing: -0.02em;
}
.hero__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 0.875rem; }
@media (max-width: 480px) { .hero__actions .btn-primary { padding-inline: 1.25rem; white-space: normal; text-align: center; } }
.hero__trust-note {
  font-size: var(--fz-micro); letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--c-text-2); opacity: 0.65; line-height: 1;
}
.hero__stats { display: flex; gap: clamp(1.5rem, 4vw, 3rem); margin-top: clamp(0.5rem, 1.5vh, 1rem); padding-top: clamp(1.25rem, 2.5vh, 1.75rem); border-top: 1px solid oklch(11% 0.010 258 / 0.14); }
.hero__stat { display: flex; flex-direction: column; gap: 0.3rem; }
.hero__stat-num { font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: var(--fw-light); line-height: 1; letter-spacing: -0.02em; color: var(--c-text); }
.hero__stat-label { color: var(--c-text-2); }
@media (max-width: 540px) { .hero__stats { gap: 1.25rem; } }
.hero__scroll {
  position: absolute; right: clamp(1.5rem, 3vw, 2.5rem);
  top: 50%; transform: translateY(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 0.75rem;
}
.hero__scroll .label { writing-mode: vertical-lr; font-size: 0.5rem; letter-spacing: 0.16em; color: var(--c-text-2); opacity: 0.45; }
.hero__scroll-line { width: 1px; height: 3.5rem; background: linear-gradient(to bottom, var(--c-text-2), transparent); opacity: 0.35; }
@media (max-width: 768px) { .hero__scroll { display: none; } }
@media (max-width: 540px) { .hero__inner { padding-top: 6rem; } .hero__headline { font-size: clamp(1.375rem, 5.5vw, 1.75rem); } }

/* ══════════════════════════════════════════
   PORTFOLIO (01)
══════════════════════════════════════════ */
.portfolio { padding-top: var(--sp-section); padding-bottom: 0; }
.portfolio__header { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.portfolio__headline { font-size: var(--fz-headline); font-weight: var(--fw-light); line-height: var(--lh-snug); margin-top: var(--sp-sm); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: clamp(260px, 22vw, 380px); gap: 10px; }
.tile { position: relative; overflow: hidden; background-color: var(--c-bg-2); }
.tile::before {
  content: attr(data-num); position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(4rem, 10vw, 8rem); font-weight: var(--fw-light);
  color: var(--c-bg-3); letter-spacing: -0.02em;
  pointer-events: none; z-index: 0; user-select: none;
}
.tile__link { display: block; width: 100%; height: 100%; position: relative; }
.tile__img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center; z-index: 1;
  transition: transform var(--dur-slow) var(--ease-out-quart);
  color: transparent;
}
.tile:hover .tile__img { transform: scale(1.04); }
.tile__caption {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  padding: var(--sp-sm) clamp(0.875rem, 1.5vw, 1.25rem);
  background-color: oklch(11% 0.006 258 / 0.82);
  display: flex; align-items: center; gap: 1rem;
  transition: background-color var(--dur-base) var(--ease-out-quart);
}
.tile:hover .tile__caption { background-color: oklch(11% 0.006 258 / 0.92); }
.tile__caption-num { font-size: 0.625rem; font-weight: var(--fw-medium); letter-spacing: 0.12em; color: var(--c-accent); flex-shrink: 0; }
.tile__caption-info { display: flex; flex-direction: column; gap: 0.2rem; min-width: 0; }
.tile__title { font-size: clamp(0.8125rem, 1.2vw, 1rem); font-weight: var(--fw-light); line-height: 1.2; color: var(--c-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tile__cat { font-size: var(--fz-micro); font-weight: var(--fw-medium); letter-spacing: 0.1em; text-transform: uppercase; color: oklch(62% 0.006 258); }
.portfolio__cta { margin-top: var(--sp-section); padding-bottom: var(--sp-section); display: flex; align-items: center; justify-content: center; gap: var(--sp-sm); flex-wrap: wrap; }
@media (max-width: 900px) { .portfolio-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: clamp(220px, 32vw, 360px); gap: 8px; } }
@media (max-width: 540px) { .portfolio-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: clamp(160px, 44vw, 280px); gap: 6px; } }

/* ══════════════════════════════════════════
   ABOUT (02)
══════════════════════════════════════════ */
.about { background-color: var(--c-bg-light); color: var(--c-text-dark); }
.about__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 6rem); align-items: stretch; }
.about__text { padding-top: 0.25rem; display: flex; flex-direction: column; }
.about__headline { font-size: var(--fz-headline); font-weight: var(--fw-light); line-height: var(--lh-snug); color: var(--c-text-dark); margin-top: var(--sp-sm); margin-bottom: var(--sp-lg); }
.about__body { display: flex; flex-direction: column; gap: var(--sp-md); }
.about__body p { font-size: 1rem; line-height: var(--lh-body); color: oklch(28% 0.008 258); max-width: 52ch; }
.about__qualifier { padding-top: var(--sp-sm); border-top: 1px solid oklch(11% 0.010 258 / 0.12); font-size: var(--fz-small); color: oklch(38% 0.006 258); }
.about__specs { margin-top: 1.75rem; padding-top: 1.75rem; border-top: 1px solid oklch(11% 0.010 258 / 0.12); }
.about__specs-label { margin-bottom: 0.85rem; }
.about__specs-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.about__specs-list li { display: flex; gap: 0.75rem; align-items: baseline; font-size: var(--fz-small); color: oklch(28% 0.008 258); }
.about__specs-mark { color: oklch(55% 0.006 258); flex-shrink: 0; }
.about__stats { display: flex; gap: var(--sp-lg); margin-top: auto; padding-top: var(--sp-lg); border-top: 1px solid oklch(11% 0.010 258 / 0.1); }
.stat { display: flex; flex-direction: column; gap: var(--sp-xs); }
.stat__num { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: var(--fw-light); line-height: 1; color: var(--c-text-dark); }
.about__cta { margin-top: var(--sp-lg); }
.about__image-wrap { position: relative; aspect-ratio: 3/4; background-color: oklch(85% 0.006 80); overflow: hidden; align-self: start; }
.about__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; z-index: 1; }
.about__founders {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  display: flex;
  background-color: oklch(95% 0.006 80 / 0.92);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.about__founder { flex: 1; padding: 0.875rem 1.125rem; display: flex; flex-direction: column; gap: 0.25rem; border-right: 1px solid oklch(11% 0.010 258 / 0.08); }
.about__founder:last-child { border-right: none; text-align: right; }
.about__founder-name { font-size: var(--fz-body); font-weight: var(--fw-regular); color: var(--c-text-dark); line-height: 1.2; }
.about__founder-role { font-size: var(--fz-label); letter-spacing: var(--ls-label); color: oklch(48% 0.006 258); }
@media (max-width: 900px) { .about__inner { grid-template-columns: 1fr; } .about__image-wrap { aspect-ratio: 4/3; order: -1; } .about__headline br { display: none; } }
@media (max-width: 540px) { .about__stats { gap: var(--sp-md); } .about__image-wrap { aspect-ratio: 4/5; } }

/* ══════════════════════════════════════════
   PROCESS (03)
══════════════════════════════════════════ */
.process { background-color: var(--c-bg-2); }
.process__header { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.process__headline { font-size: var(--fz-headline); font-weight: var(--fw-light); line-height: var(--lh-snug); margin-top: var(--sp-sm); max-width: 28ch; }
.process__accordion { list-style: none; border-top: 1px solid oklch(95% 0.006 80 / 0.08); }
.process__step { border-bottom: 1px solid oklch(95% 0.006 80 / 0.08); }
.step__header {
  width: 100%; display: grid; grid-template-columns: 3rem 1fr 1.5rem;
  align-items: center; gap: 0 1.25rem;
  padding: clamp(1.25rem, 2.5vh, 1.75rem) 0;
  background: transparent; border: none; cursor: pointer; text-align: left;
  transition: opacity var(--dur-fast) var(--ease-out-quart);
}
.step__header:hover { opacity: 0.8; }
.step__num { font-size: var(--fz-micro); letter-spacing: 0.14em; color: var(--c-accent); line-height: 1; }
.step__title { font-size: var(--fz-title); font-weight: var(--fw-regular); color: var(--c-text); line-height: 1.2; display: flex; flex-direction: column; gap: 0.3rem; }
.step__badge { font-size: 0.5rem; letter-spacing: 0.12em; color: var(--c-accent); border: 1px solid oklch(77% 0.05 75 / 0.4); padding: 0.2em 0.5em; white-space: nowrap; width: fit-content; }
.step__short { font-size: var(--fz-label); color: var(--c-text-2); letter-spacing: 0.04em; font-weight: var(--fw-light); }
.step__icon { color: var(--c-text-2); flex-shrink: 0; transition: transform var(--dur-base) var(--ease-out-quart); }
.step__header.is-open .step__icon { transform: rotate(180deg); }
.step__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--dur-enter) var(--ease-out-quart); }
.step__body.is-open { grid-template-rows: 1fr; }
.step__body-inner { overflow: hidden; }
.step__detail { list-style: none; padding: 0 0 clamp(1.5rem, 3vh, 2.5rem) 4.25rem; display: flex; flex-direction: column; gap: 0.875rem; max-width: 70ch; }
.step__point { display: flex; gap: 1rem; align-items: baseline; }
.step__point-mark { color: var(--c-accent); font-size: var(--fz-label); flex-shrink: 0; line-height: 1.65; }
.step__point span:last-child { font-size: var(--fz-body); line-height: var(--lh-body); color: var(--c-text-2); }
.process__scope-note { font-size: var(--fz-label); letter-spacing: 0.08em; color: var(--c-text-2); text-transform: uppercase; }
.process__footer { display: flex; align-items: center; justify-content: space-between; gap: clamp(2rem, 5vw, 5rem); flex-wrap: wrap; margin-top: clamp(2.5rem, 5vw, 4rem); padding-top: clamp(2rem, 4vw, 3rem); }
.process__note { font-size: 0.875rem; line-height: 1.65; color: var(--c-text-2); max-width: 28ch; }
@media (max-width: 900px) { .step__header { grid-template-columns: 2.5rem 1fr 1.5rem; } }
@media (max-width: 540px) { .step__header { grid-template-columns: 2.25rem 1fr 1.25rem; gap: 0 0.875rem; } .step__detail { padding-left: 3.125rem; } .process__footer { flex-direction: column; align-items: flex-start; } }
@media (prefers-reduced-motion: reduce) { .step__body { transition: none; } .step__icon { transition: none; } }

/* ══════════════════════════════════════════
   TESTIMONIALS (04)
══════════════════════════════════════════ */
.testimonials { background-color: var(--c-bg); }
.testimonials__header { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.testimonials__list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background-color: oklch(95% 0.006 80 / 0.08); }
.testimonial { background-color: var(--c-bg); padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; gap: var(--sp-md); }
.testimonial__quote { flex: 1; }
.testimonial__quote p { font-size: clamp(0.9375rem, 1.25vw, 1.0625rem); font-weight: var(--fw-light); line-height: var(--lh-relaxed); color: var(--c-text); max-width: 42ch; }
.testimonial__footer { display: flex; flex-direction: column; gap: 0.3rem; padding-top: var(--sp-md); border-top: 1px solid oklch(95% 0.006 80 / 0.09); }
.testimonial__author { font-size: var(--fz-label); font-weight: var(--fw-medium); letter-spacing: 0.04em; color: var(--c-text); }
.testimonial__meta { display: flex; align-items: center; gap: 0.5rem; }
.testimonial__project { color: var(--c-text-2); font-size: var(--fz-micro); letter-spacing: 0.08em; }
.testimonial__sep { color: var(--c-text-2); font-size: var(--fz-label); }
.testimonial__location { color: var(--c-text-2); font-size: var(--fz-label); font-weight: var(--fw-medium); letter-spacing: 0.08em; text-transform: uppercase; }
@media (max-width: 900px) { .testimonials__list { grid-template-columns: 1fr; } }
@media (max-width: 540px) { .testimonial__quote p { max-width: none; } }

/* ══════════════════════════════════════════
   FAQ (05)
══════════════════════════════════════════ */
.faq { background-color: var(--c-bg-light); color: var(--c-text-dark); }
.faq__header { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.faq__headline { font-size: var(--fz-headline); font-weight: var(--fw-light); line-height: var(--lh-snug); color: var(--c-text-dark); margin-top: var(--sp-sm); }
.faq__list { list-style: none; border-top: 1px solid oklch(11% 0.010 258 / 0.08); }
.faq__item { border-bottom: 1px solid oklch(11% 0.010 258 / 0.08); }
.faq__btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: clamp(1.125rem, 2.5vh, 1.5rem) 0;
  background: transparent; border: none; cursor: pointer; text-align: left;
  transition: opacity var(--dur-fast) var(--ease-out-quart);
}
.faq__btn:hover { opacity: 0.75; }
.faq__question { font-size: var(--fz-title); font-weight: var(--fw-light); color: var(--c-text-dark); line-height: 1.3; }
.faq__icon { color: oklch(50% 0.006 258); flex-shrink: 0; transition: transform var(--dur-base) var(--ease-out-quart); }
.faq__btn.is-open .faq__icon { transform: rotate(180deg); }
.faq__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--dur-enter) var(--ease-out-quart); }
.faq__body.is-open { grid-template-rows: 1fr; }
.faq__body-inner { overflow: hidden; }
.faq__answer { padding: 0.5rem 0 clamp(1.5rem, 3vh, 2rem); font-size: var(--fz-small); line-height: var(--lh-relaxed); color: oklch(35% 0.008 258); max-width: 68ch; }
.faq__cta { display: flex; align-items: center; gap: clamp(2rem, 5vw, 5rem); flex-wrap: wrap; margin-top: clamp(3rem, 6vh, 5rem); }
.faq__cta-text { font-size: var(--fz-title); font-weight: var(--fw-light); color: var(--c-text-dark); }
@media (prefers-reduced-motion: reduce) { .faq__body { transition: none; } .faq__icon { transition: none; } }

/* ══════════════════════════════════════════
   CONTACT (06)
══════════════════════════════════════════ */
.contact { background-color: oklch(14% 0.008 258); border-top: 1px solid oklch(95% 0.006 80 / 0.06); }
.contact__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact__headline { font-size: var(--fz-headline); font-weight: var(--fw-light); line-height: var(--lh-snug); margin-top: var(--sp-sm); margin-bottom: var(--sp-md); }
.contact__sub { font-size: var(--fz-small); line-height: var(--lh-relaxed); color: var(--c-text-2); margin-bottom: clamp(2.5rem, 5vh, 4rem); }
.contact__details { display: flex; flex-direction: column; gap: var(--sp-md); font-style: normal; margin-bottom: var(--sp-lg); }
.contact__detail { display: flex; flex-direction: column; gap: 0.375rem; color: var(--c-text); font-size: var(--fz-small); line-height: 1.5; transition: opacity var(--dur-fast) var(--ease-out-quart); }
a.contact__detail:hover { opacity: 0.65; }
.contact__detail .label { color: var(--c-text-2); }
.contact__social { display: flex; gap: var(--sp-md); padding-top: var(--sp-md); border-top: 1px solid oklch(95% 0.006 80 / 0.08); }
.contact__social-link { color: var(--c-text-2); transition: color var(--dur-fast) var(--ease-out-quart); }
.contact__social-link:hover { color: var(--c-text); }
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.field { display: flex; flex-direction: column; gap: 0.45rem; }
.field__label { color: var(--c-text-2); }
.field__input {
  background-color: transparent; border: 1px solid oklch(95% 0.006 80 / 0.15);
  border-radius: var(--radius); padding: 0.875rem 1rem;
  color: var(--c-text); font-size: var(--fz-body); font-weight: var(--fw-light);
  transition: border-color var(--dur-fast) var(--ease-out-quart), background-color var(--dur-fast) var(--ease-out-quart);
  width: 100%; -webkit-appearance: none; appearance: none;
}
.field__input--select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2362626e' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.field__input--select option { background-color: oklch(17% 0.008 258); color: var(--c-text); }
.field__optional { text-transform: none; letter-spacing: 0; font-weight: var(--fw-light); color: var(--c-text-2); }
.field__hint { font-size: 0.75rem; line-height: 1.45; color: var(--c-text-2); }
.field__input--file { cursor: pointer; padding: 0.7rem 0.9rem; font-size: var(--fz-small); color: var(--c-text-2); }
.field__input--file::file-selector-button { margin-right: 0.9rem; padding: 0.5rem 1.1rem; font-family: var(--font); font-size: var(--fz-label); font-weight: var(--fw-medium); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--c-text); background: transparent; border: 1px solid oklch(10% 0.008 258 / 0.25); border-radius: var(--radius); cursor: pointer; transition: border-color var(--dur-fast) var(--ease-out-quart); }
.field__input--file::file-selector-button:hover { border-color: oklch(10% 0.008 258 / 0.5); }
.field__input::placeholder { color: oklch(42% 0.006 258); }
.field__input:focus { border-color: oklch(95% 0.006 80 / 0.55); background-color: oklch(95% 0.006 80 / 0.03); }
.field__input:focus-visible { outline: 2px solid var(--c-accent); outline-offset: 2px; }
.field__input.is-invalid { border-color: oklch(65% 0.14 25); }
.field__input--textarea { resize: vertical; min-height: 7rem; line-height: var(--lh-body); }
.field__error { font-size: 0.75rem; color: oklch(65% 0.14 25); display: block; }
.field__error:empty { display: none; }
.contact-form__submit { width: 100%; justify-content: center; margin-top: var(--sp-xs); }
.contact-form__submit:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.form-success { display: flex; flex-direction: column; align-items: flex-start; gap: var(--sp-md); padding: var(--sp-xl) 0; }
.form-success__icon { color: var(--c-accent); }
.form-success__title { font-size: var(--fz-headline); font-weight: var(--fw-light); line-height: var(--lh-tight); }
.form-success__body { font-size: var(--fz-small); line-height: var(--lh-relaxed); color: var(--c-text-2); }
@media (max-width: 900px) { .contact__inner { grid-template-columns: 1fr; } .contact__sub { margin-bottom: var(--sp-lg); } }
@media (max-width: 540px) { .contact__headline br { display: none; } }