:root {
  --orange: #fe6801;
  --orange-dark: #c94d17;
  --orange-soft: #fff0e8;
  --ink: #181818;
  --paper: #faf9f6;
  --white: #fff;
  --muted: #686761;
  --line: #e2dfd7;
  --dark: #171817;
  --dark-line: #3b3c39;
  --max: 1220px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}
img {
  display: block;
  max-width: 100%;
}
a,
button,
input,
select,
textarea {
  font: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  cursor: pointer;
}
:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}
.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 14px;
  background: var(--ink);
  color: white;
}
.skip-link:focus {
  transform: none;
}
.preview-note {
  padding: 9px 20px;
  background: var(--orange-soft);
  border-bottom: 1px solid #ffd7c5;
  color: #7e3518;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.eyebrow {
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font-weight: 750;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink);
}
.button-primary:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  color: white;
}
.button-secondary {
  background: transparent;
  color: var(--ink);
}
.button-dark {
  width: 100%;
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.button-dark:hover {
  background: #000;
}
.demo-tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  color: white;
  border-radius: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 249, 246, 0.91);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.wordmark img {
  width: 156px;
  height: auto;
}
.wordmark-footer {
  display: inline-flex;
  padding: 8px 10px;
  background: white;
  border-radius: 8px;
}
.wordmark-footer img {
  width: 180px;
  height: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 650;
}
.nav-links > a:not(.button) {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.nav-links > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 2px;
  background: var(--orange);
  transition: right 0.2s ease;
}
.nav-links > a:hover::after {
  right: 0;
}
.nav-links .button {
  min-height: 44px;
  padding-inline: 16px;
}
.menu-toggle {
  display: none;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  color: var(--ink);
  font-weight: 700;
}
.hero {
  padding: 76px 0 70px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 5vw;
  align-items: center;
}
.hero h1 {
  max-width: 750px;
  margin: 20px 0 25px;
  font-size: clamp(58px, 7vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-wrap: balance;
}
.hero h1 span {
  color: var(--orange);
}
.hero-copy > p {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.58;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.availability {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: #76736d;
  font-size: 12px;
}
.availability i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #35a56a;
  box-shadow: 0 0 0 5px #e0f3e8;
}
.hero-visual {
  position: relative;
  min-height: 650px;
}
.hero-main {
  position: absolute;
  inset: 0 16% 0 0;
  overflow: hidden;
  border-radius: 22px;
  background: #ddd;
  box-shadow: 0 28px 70px rgba(25, 25, 20, 0.16);
}
.hero-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-main .demo-tag {
  left: 20px;
  bottom: 20px;
}
.hero-side {
  position: absolute;
  right: 0;
  bottom: 42px;
  width: 43%;
  height: 43%;
  overflow: hidden;
  border: 9px solid var(--paper);
  border-radius: 18px;
  background: #ccc;
  box-shadow: 0 20px 46px rgba(25, 25, 20, 0.18);
}
.hero-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-card {
  position: absolute;
  right: 5px;
  top: 30px;
  width: 220px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.15);
}
.hero-card b {
  display: block;
  color: var(--orange-dark);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-card strong {
  display: block;
  margin: 10px 0 3px;
  font-size: 26px;
}
.hero-card span {
  font-size: 12px;
  color: var(--muted);
}
.proof {
  padding: 0 0 110px;
}
.proof-inner {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  align-items: stretch;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.03),
    0 20px 50px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.proof-intro,
.proof-item {
  padding: 26px 24px;
}
.proof-intro {
  background: var(--orange-soft);
  color: #6d3017;
  font-size: 13px;
  line-height: 1.55;
}
.proof-item {
  border-left: 1px solid var(--line);
}
.proof strong {
  display: block;
  font-size: 27px;
  letter-spacing: -0.035em;
}
.proof span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section {
  padding: 110px 0;
}
.section-heading {
  margin-bottom: 48px;
}
.split-heading {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 50px;
  align-items: end;
}
.section-heading h2,
.studio h2 {
  max-width: 850px;
  margin: 16px 0 0;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.94;
  letter-spacing: -0.055em;
}
.section-heading > p,
.split-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}
.work {
  background: var(--white);
}
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.case {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.case-featured {
  grid-row: span 2;
}
.comparison {
  --position: 50%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #d8d6cf;
}
.case-featured .comparison {
  height: 100%;
  min-height: 570px;
  aspect-ratio: auto;
}
.comparison img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comparison-before {
  position: absolute;
  inset: 0;
  filter: saturate(0.55) brightness(0.83);
}
.comparison-after {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 var(--position));
}
.comparison-label {
  position: absolute;
  z-index: 3;
  top: 14px;
  padding: 6px 9px;
  background: rgba(24, 24, 24, 0.78);
  color: white;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}
.label-before {
  left: 14px;
}
.label-after {
  right: 14px;
  background: var(--orange);
  color: var(--ink);
}
.comparison-divider {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 2px;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.comparison-divider::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  background: white;
  color: var(--orange-dark);
  border-radius: 50%;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}
.comparison input {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}
.comparison:focus-within {
  outline: 3px solid var(--orange);
  outline-offset: -3px;
}
.raw-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
  padding: 8px;
  background: #111312;
}
[data-raw-count="4"] .raw-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.raw-thumb {
  min-width: 0;
  min-height: 44px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 5px;
  background: #252725;
  cursor: pointer;
  opacity: 0.62;
}
.raw-thumb:hover,
.raw-thumb:focus-visible,
.raw-thumb.is-active {
  border-color: var(--orange);
  opacity: 1;
}
.raw-thumb:focus-visible {
  outline: 2px solid white;
  outline-offset: 2px;
}
.raw-thumb img {
  display: block;
  width: 100%;
  height: 48px;
  object-fit: cover;
}
.case-copy {
  padding: 20px 22px 23px;
}
.case-copy span {
  color: var(--orange-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.case-copy h3 {
  margin: 8px 0 6px;
  font-size: 23px;
}
.case-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.section-dark {
  background: var(--dark);
  color: #f3f2ed;
}
.section-dark .section-heading p {
  color: #aaa9a3;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--dark-line);
  border-left: 1px solid var(--dark-line);
}
.service-card {
  min-height: 320px;
  padding: 32px;
  border-right: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
  transition: background 0.2s ease;
}
.service-card:hover {
  background: #1e201f;
}
.service-card b {
  color: var(--orange);
  font-size: 12px;
}
.service-card h3 {
  margin: 78px 0 13px;
  font-size: 31px;
  letter-spacing: -0.035em;
}
.service-card p {
  max-width: 540px;
  margin: 0;
  color: #aaa9a3;
  line-height: 1.58;
}
.service-card a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 15px;
  color: #ffa178;
  font-size: 13px;
  font-weight: 700;
}
.process h2 {
  max-width: 980px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.step {
  padding: 26px 22px 30px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.step b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  border-radius: 10px;
  font-size: 12px;
}
.step h3 {
  margin: 54px 0 10px;
  font-size: 19px;
}
.step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.studio {
  background: white;
}
.studio-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 6vw;
  align-items: center;
}
.studio-image {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  border-radius: 20px;
  background: #ddd;
}
.studio-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.studio-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.68));
}
.studio-image .demo-tag {
  z-index: 2;
  left: 22px;
  bottom: 22px;
}
.studio-copy > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}
.operations-list {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}
.operations-list > div {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.operations-list b {
  color: var(--orange);
  font-size: 12px;
}
.operations-list strong {
  font-size: 16px;
}
.operations-list span {
  color: var(--muted);
  font-size: 12px;
}
.contact {
  background: var(--orange);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  gap: 7vw;
  align-items: start;
}
.contact .eyebrow {
  color: var(--ink);
}
.contact h2 {
  max-width: 760px;
  margin: 16px 0 24px;
  color: var(--ink);
  font-size: clamp(55px, 7vw, 104px);
  line-height: 0.89;
  letter-spacing: -0.068em;
}
.contact-copy > p {
  max-width: 600px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.55;
}
.contact-form {
  padding: 30px;
  background: white;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(96, 32, 8, 0.22);
}
.contact-form h3 {
  margin: 0 0 22px;
  font-size: 25px;
}
.contact-form > label,
.form-row label {
  display: grid;
  gap: 7px;
  margin-bottom: 15px;
  color: #5d5b56;
  font-size: 11px;
  font-weight: 750;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #d9d5cd;
  border-radius: 7px;
  background: #fff;
  color: #222;
}
.contact-form textarea {
  min-height: 96px;
  resize: vertical;
}
.contact-form .consent {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 9px;
  font-weight: 500;
  line-height: 1.4;
}
.consent input {
  width: 18px;
  min-height: 18px;
  margin: 0;
}
.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.form-status {
  min-height: 18px;
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.4;
}
.form-status.is-success {
  color: #14733f;
}
.form-status.is-error {
  color: #a52f20;
}
.privacy-copy {
  margin: 10px 0 0;
  color: #817d76;
  font-size: 10px;
  line-height: 1.45;
}
.contact-form button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.site-footer {
  padding: 45px 0;
  background: #111211;
  color: #989994;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: start;
  font-size: 11px;
}
.wordmark-footer {
  color: white;
}
.site-footer p {
  max-width: 440px;
  line-height: 1.5;
}
.footer-links {
  display: flex;
  gap: 22px;
}
.footer-links a {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: #d5d5d0;
}
.legal {
  text-align: right;
}
.legal p {
  margin: 0 0 8px auto;
}
@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 24px;
    right: 24px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.14);
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-links > a:not(.button) {
    padding: 0 12px;
  }
  .hero-grid,
  .split-heading,
  .studio-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 600px;
    margin-top: 15px;
  }
  .proof-inner {
    grid-template-columns: 1fr 1fr;
  }
  .proof-intro {
    grid-column: 1/-1;
  }
  .proof-item:nth-child(2),
  .proof-item:nth-child(4) {
    border-left: 0;
  }
  .comparison-grid {
    grid-template-columns: 1fr 1fr;
  }
  .case-featured {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .case-featured .comparison {
    height: auto;
    min-height: 520px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .step:last-child {
    grid-column: 1/-1;
  }
  .contact-form {
    max-width: 650px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .legal {
    grid-column: 1/-1;
    text-align: left;
  }
  .legal p {
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .wrap {
    width: min(100% - 32px, var(--max));
  }
  .preview-note {
    font-size: 9px;
  }
  .nav-inner {
    min-height: 64px;
  }
  .hero {
    padding: 55px 0 45px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-copy > p {
    font-size: 17px;
  }
  .hero-visual {
    min-height: 520px;
  }
  .hero-main {
    inset: 0 9% 0 0;
  }
  .hero-side {
    width: 49%;
    height: 38%;
    border-width: 6px;
  }
  .hero-card {
    top: 15px;
    right: 0;
    width: 172px;
    padding: 14px;
  }
  .hero-card strong {
    font-size: 20px;
  }
  .proof {
    padding-bottom: 75px;
  }
  .proof-inner {
    grid-template-columns: 1fr;
  }
  .proof-intro {
    grid-column: auto;
  }
  .proof-item {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .section {
    padding: 75px 0;
  }
  .section-heading {
    gap: 20px;
  }
  .comparison-grid {
    grid-template-columns: 1fr;
  }
  .case-featured {
    grid-column: auto;
  }
  .case-featured .comparison {
    min-height: 0;
    aspect-ratio: 4/3;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 280px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .step:last-child {
    grid-column: auto;
  }
  .studio-image {
    min-height: 440px;
  }
  .operations-list > div {
    grid-template-columns: 42px 1fr;
  }
  .operations-list span {
    grid-column: 2;
  }
  .contact h2 {
    font-size: 55px;
  }
  .contact-form {
    padding: 22px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .legal {
    grid-column: auto;
  }
  .footer-links {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
