:root {
  --bg: #090909;
  --panel: #151515;
  --ink: #efefef;
  --gray: #a5a5a5;
  --line: #ffffff22;
  color-scheme: dark;
}
body {
  background: #090909;
  color: #efefef;
  cursor: auto;
}
body,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: Arial, Helvetica, sans-serif;
}
a,
button,
summary {
  cursor: pointer;
}
.brand {
  width: 146px;
  min-height: 44px;
  align-items: center;
  letter-spacing: normal;
}
.brand img {
  width: 100%;
  height: auto;
  display: block;
}
header {
  height: 96px;
  background: linear-gradient(#090909dd, #09090933);
  border-bottom-color: #ffffff19;
}
header nav a {
  color: #bcbcbc;
}
.hero {
  background: radial-gradient(ellipse at 74% 40%, #262626 0, #141414 35%, #090909 70%);
}
.sculpture {
  filter: grayscale(1);
  left: 31%;
  width: 75%;
  top: 6%;
}
.hero h1 .soft {
  color: #999;
}
.hero-bottom p,
.hero-foot {
  color: #aaa;
}
.hero-foot button {
  background: #171717cc;
}
.statement span {
  color: #858585;
}
.hero .eyebrow {
  color: #bbb;
}
.section-heading p,
p {
  color: #aaa;
}
.intro {
  border-bottom: 0;
}
.studio {
  background: #141414;
  color: #eee;
  border-top: 1px solid #ffffff20;
  border-bottom: 1px solid #ffffff20;
}
.studio p {
  color: #aaa;
}
.studio h2 em {
  color: #999;
}
.studio .text-link {
  border-color: #ffffff55;
}
.process article {
  border-color: #ffffff22;
}
.featured {
  background: #252525;
  color: #f4f4f4;
  border-color: #888;
}
.featured:hover {
  background: #2c2c2c;
}
.featured p,
.featured .plan-label,
.featured li:before {
  color: #c3c3c3;
}
.featured .plan-button {
  background: #dedede;
  color: #151515;
  border-color: #ddd;
}
.price-card {
  border-radius: 12px;
  background: #111;
}
.featured {
  background: #252525;
}
.featured ul {
  border-color: #ffffff22;
}
.plan-label {
  color: #aaa;
}
.button {
  background: #dfdfdf;
}
.contact-title > span:not(.contact-arrow) {
  color: #8b8b8b;
}
.project-visual.asset-visual {
  background: radial-gradient(ellipse at 50% 0%, #323232, #161616 75%);
  padding: 36px 28px;
  height: auto;
  aspect-ratio: 1.18;
  display: grid;
  align-items: center;
  border: 1px solid #ffffff18;
  border-radius: 12px;
}
.asset-visual .project-screen {
  height: auto;
  border-radius: 6px;
  line-height: 0;
  background: #111;
  transform: perspective(1000px) rotateX(7deg) rotateY(-8deg);
  box-shadow: 0 35px 65px #000b;
  overflow: hidden;
}
.asset-visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1);
  transition:
    filter 0.75s,
    transform 0.75s;
}
.project:hover img,
.project:focus-visible img {
  filter: grayscale(0);
}
.project-wide {
  grid-column: 1/-1;
  margin-top: 55px;
}
.project-wide .project-visual {
  aspect-ratio: 1.9;
  padding: 50px 10%;
}
.project-grid {
  gap: 38px;
}
.project:nth-child(2) {
  margin-top: 95px;
}
.showcase {
  padding-top: 40px;
  padding-bottom: 90px;
  overflow: clip;
}
.showcase-heading {
  text-align: center;
}
.showcase-heading h2 {
  margin-top: 30px;
}
.showcase-heading h2 span {
  color: #929292;
}
.showcase-stage {
  perspective: 1400px;
  position: relative;
  padding: 70px 9% 30px;
}
.showcase-panel {
  overflow: hidden;
  border: 1px solid #ffffff55;
  border-radius: 18px;
  background: #121212;
  box-shadow: 0 45px 80px #0009;
  transform: rotateX(14deg) rotateY(-7deg) scale(0.94);
  transform-origin: center;
  will-change: transform;
}
.showcase-panel img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1);
}
.screen-top {
  padding: 17px 22px;
  border-bottom: 1px solid #fff2;
  display: flex;
  justify-content: space-between;
  color: #aaa;
  font: 11px monospace;
}
.floating-label {
  position: absolute;
  right: 4%;
  bottom: 60px;
  border: 1px solid #ffffff44;
  background: #1a1a1add;
  backdrop-filter: blur(15px);
  padding: 20px 25px;
  border-radius: 10px;
  font: 11px monospace;
  letter-spacing: 1px;
  box-shadow: 0 15px 40px #0008;
}
.showcase > .text-link {
  display: flex;
  width: max-content;
  margin: 20px auto 0;
}
.inner-site main {
  padding: 170px 5% 80px !important;
  max-width: 1700px;
  margin: auto;
  overflow: clip;
}
.inner-site main > .container {
  max-width: none;
  padding: 0;
}
.inner-site h1 {
  font-size: clamp(48px, 7vw, 108px) !important;
  letter-spacing: -0.065em;
  line-height: 1.05;
  margin-bottom: 30px !important;
}
.inner-site h2 {
  font-size: clamp(32px, 4.2vw, 64px);
  letter-spacing: -0.045em;
  line-height: 1.1;
}
.inner-site h3 {
  letter-spacing: -0.035em;
}
.inner-site p {
  line-height: 1.65;
}
.inner-site header {
  position: absolute;
}
.inner-site .hero-tag {
  display: inline-flex;
  margin-bottom: 22px;
  color: #aaa !important;
  background: #ffffff06 !important;
  border: 1px solid #ffffff25 !important;
  letter-spacing: 2px;
  font: 12px monospace;
  border-radius: 30px;
  padding: 10px 14px;
}
.inner-site .text-gradient {
  background: linear-gradient(120deg, #eee, #777) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}
.inner-site .pricing-card,
.inner-site .service-card,
.inner-site .about-card {
  background: #141414 !important;
  border: 1px solid #ffffff25 !important;
  border-radius: 14px;
}
.inner-site .popular-badge {
  background: #bbb !important;
  color: #111 !important;
}
.inner-site .check {
  color: #bbb !important;
}
.inner-site .pricing-btn {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d5d5d5 !important;
  color: #111 !important;
  border-radius: 30px;
}
.inner-site .price {
  font-size: 46px;
  line-height: 1.2;
}
.inner-site .project-img {
  height: auto !important;
  aspect-ratio: 1.77;
  overflow: hidden;
  border: 1px solid #ffffff25;
  border-radius: 10px;
  background: #171717;
}
.inner-site .project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition:
    filter 0.6s,
    transform 0.6s;
}
.inner-site .project-card:hover img {
  filter: grayscale(0);
  transform: scale(1.025);
}
.inner-site .project-card {
  background: none;
  border: 0;
  padding: 0;
}
.inner-site .work-grid {
  gap: 65px 35px;
}
.inner-site .concept-badge {
  background: #111d !important;
  border: 1px solid #fff4 !important;
  color: #ddd !important;
}
.inner-site .form-input,
.inner-site .form-textarea {
  background: #151515 !important;
  border: 1px solid #555 !important;
  color: #eee !important;
  min-height: 48px;
  font-size: 16px;
  padding: 14px !important;
  border-radius: 8px;
}
.inner-site .form-input:focus,
.inner-site .form-textarea:focus {
  border-color: #ddd !important;
  outline: 2px solid #fff3;
  outline-offset: 3px;
}
.inner-site .form-label {
  font-size: 14px;
}
.inner-site .form-submit,
.inner-site .btn-primary,
.inner-site .btn-outline-lg {
  background: #ddd;
  color: #111;
  border-radius: 30px;
  min-height: 48px;
  padding: 16px 25px;
  font-size: 16px;
}
.inner-site footer p {
  font-size: 14px;
}
.inner-site [class*='about-'] {
  --accent: #b3b3b3;
}
.inner-site .custom-cursor,
.inner-site .custom-cursor-dot {
  display: none;
}
.inner-site .reveal {
  opacity: 1;
  transform: none;
}
.inner-site.js .reveal {
  opacity: 0;
  transform: translateY(30px);
}
.inner-site.js .reveal.visible {
  opacity: 1;
  transform: none;
}
.inner-site .service-icon {
  filter: grayscale(1);
}
.inner-site .about-hero {
  background: none;
}
.inner-site .section-label {
  color: #aaa;
}
.inner-site .about-stat {
  background: #151515;
}
@media (max-width: 700px) {
  header {
    height: 80px;
  }
  .brand {
    width: 122px;
  }
  .sculpture {
    left: 10%;
    width: 110%;
    top: 6%;
  }
  .hero {
    background: radial-gradient(ellipse at 75% 35%, #242424, #090909 70%);
  }
  .hero-copy {
    margin-top: 125px;
  }
  .project-visual.asset-visual {
    aspect-ratio: 1.12;
    padding: 25px 18px;
  }
  .project-wide {
    margin-top: 0;
  }
  .project-wide .project-visual {
    aspect-ratio: 1.12;
    padding: 25px 18px;
  }
  .project:nth-child(2) {
    margin-top: 0;
  }
  .project-grid {
    gap: 45px;
  }
  .showcase {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .showcase-heading h2 {
    font-size: 38px;
  }
  .showcase-stage {
    padding: 50px 0 35px;
    perspective: 800px;
  }
  .showcase-panel {
    border-radius: 9px;
  }
  .screen-top {
    padding: 12px;
    font-size: 9px;
  }
  .floating-label {
    bottom: 10px;
    right: 0;
    font-size: 8px;
    padding: 14px;
  }
  .studio {
    padding-top: 85px;
  }
  .inner-site main {
    padding: 125px 6% 60px !important;
  }
  .inner-site h1 {
    font-size: clamp(40px, 11vw, 68px) !important;
  }
  .inner-site main [style*='font-size: 4rem'] {
    font-size: clamp(40px, 11vw, 68px) !important;
  }
  .inner-site .contact-grid,
  .inner-site .pricing-grid,
  .inner-site .work-grid {
    grid-template-columns: 1fr !important;
  }
  .inner-site .work-grid {
    gap: 45px;
  }
  .inner-site .pricing-card {
    margin-bottom: 10px;
  }
  .inner-site .about-grid,
  .inner-site .about-company-grid {
    grid-template-columns: 1fr !important;
  }
  .inner-site .about-hero {
    padding-top: 20px;
  }
  .inner-site .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .inner-site .project-tag {
    font-size: 12px;
  }
  .inner-site main [style*='font-size: 2rem'] {
    font-size: 28px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .showcase-panel,
  .asset-visual .project-screen {
    transform: none !important;
  }
  .inner-site.js .reveal {
    opacity: 1;
    transform: none;
  }
}
/* Full-color portfolio and consistent vector iconography. */
.asset-visual img,
.showcase-panel img,
.inner-site .project-img img {
  filter: none !important;
}
.arrow-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.12em;
  flex-shrink: 0;
  pointer-events: none;
}
.project-open .arrow-icon {
  width: 20px;
  height: 20px;
}
.round .arrow-icon {
  width: 24px;
  height: 24px;
}
.contact-arrow .arrow-icon {
  display: block;
  width: 1em;
  height: 1em;
}
.text-link > .arrow-icon,
.button .arrow-icon,
.plan-button .arrow-icon {
  width: 19px;
  height: 19px;
}
header a[aria-current='page'] {
  color: #fff;
  border-bottom: 1px solid #aaa;
}
.page-intro {
  padding: 20px 0 85px;
  max-width: 1160px;
}
.page-intro .eyebrow {
  display: block;
  margin-bottom: 30px;
  color: #aaa;
}
.inner-site .page-intro h1 {
  font-weight: 500;
  font-size: clamp(54px, 7.5vw, 118px) !important;
  line-height: 1.03;
}
.page-intro p {
  max-width: 630px;
  font-size: 18px;
}
.inner-site .full-portfolio {
  gap: 65px 40px;
}
.inner-site .full-portfolio .project:nth-child(2) {
  margin-top: 90px;
}
.inner-site .full-portfolio .project-meta h3 {
  font-size: 24px;
}
.page-cta {
  margin-top: 110px;
  padding: 70px 0 10px;
  border-top: 1px solid #fff3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.page-cta .button {
  white-space: nowrap;
}
.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.offer-card {
  padding: 42px;
  background: linear-gradient(140deg, #202020, #111);
  border: 1px solid #ffffff20;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
}
.offer-card .eyebrow {
  color: #aaa;
}
.offer-card h2 {
  font-size: 34px;
  line-height: 1.15;
  margin: 45px 0 22px;
  letter-spacing: -0.035em;
}
.offer-card p {
  font-size: 17px;
  max-width: 520px;
}
.offer-tags {
  font-size: 13px;
  color: #999;
  display: block;
  padding-top: 38px;
  margin-top: auto;
  line-height: 1.7;
}
.full-pricing .price-card ul {
  font-size: 14px;
  line-height: 1.6;
}
.full-pricing .price-card li {
  padding: 7px 0;
}
.full-pricing .price-card li:before {
  content: none;
}
.full-pricing .check {
  margin-right: 7px;
}
.full-pricing .price-card p {
  font-size: 15px;
}
.full-pricing .price-card {
  padding: 30px 24px;
}
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 25px 0 90px;
}
.about-story h2 {
  margin-top: 30px;
}
.about-story p + p {
  margin-top: 25px;
}
.values-grid {
  grid-template-columns: repeat(3, 1fr);
}
.values-grid .offer-card {
  padding: 32px;
}
.values-grid h2 {
  font-size: 31px;
}
.company-strip {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  padding: 25px 0;
  color: #aaa;
  font-size: 14px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 9%;
}
.contact-info h2 {
  font-size: 36px;
  margin: 30px 0;
}
.contact-info > a {
  display: block;
  font-size: 17px;
  margin-bottom: 35px;
}
.contact-info p {
  margin-bottom: 35px;
}
.contact-form-panel {
  background: #141414;
  border: 1px solid #ffffff25;
  border-radius: 16px;
  padding: 38px;
}
.contact-form-panel .form-group {
  margin-bottom: 23px;
}
.contact-form-panel .form-label {
  display: block;
  margin-bottom: 10px;
}
.contact-form-panel input,
.contact-form-panel textarea,
.contact-form-panel select {
  width: 100%;
}
.contact-form-panel #submit-btn {
  width: 100%;
  border: 0;
  border-radius: 30px;
  padding: 16px 24px;
  background: #dedede;
  color: #111;
  font-size: 16px;
  cursor: pointer;
}
.industry-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 8%;
  padding: 60px 0;
  border-top: 1px solid #ffffff25;
}
.industry-row h2 {
  font-size: 44px;
  margin: 25px 0;
}
.industry-row img {
  width: 100%;
  height: auto;
  border: 1px solid #ffffff25;
  border-radius: 10px;
}
.industry-row p {
  max-width: 400px;
}
.industry-row .text-link {
  margin-top: 20px;
}
.industry-row:hover img {
  transform: translateY(-5px);
  transition: transform 0.5s;
}
@media (max-width: 1000px) {
  .full-pricing {
    grid-template-columns: repeat(2, 1fr);
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .values-grid .offer-card h2 {
    margin-top: 25px;
  }
  .contact-layout {
    gap: 5%;
  }
  .contact-form-panel {
    padding: 25px;
  }
  .offer-card {
    padding: 30px;
  }
}
@media (max-width: 700px) {
  .inner-site .page-intro h1 {
    font-size: clamp(43px, 11vw, 76px) !important;
    letter-spacing: -0.055em;
    line-height: 1.06;
  }
  .page-intro {
    padding: 10px 0 55px;
  }
  .page-intro p {
    font-size: 16px;
  }
  .page-intro .eyebrow {
    font-size: 11px;
    margin-bottom: 25px;
  }
  .inner-site .full-portfolio .project:nth-child(2) {
    margin-top: 0;
  }
  .inner-site .full-portfolio {
    gap: 45px;
  }
  .inner-site .full-portfolio .project-meta h3 {
    font-size: 19px;
  }
  .offer-grid,
  .full-pricing,
  .about-story,
  .contact-layout,
  .industry-row {
    grid-template-columns: 1fr;
  }
  .offer-card {
    padding: 28px;
  }
  .offer-card h2 {
    font-size: 29px;
    margin-top: 28px;
  }
  .offer-card p {
    font-size: 16px;
  }
  .offer-tags {
    padding-top: 25px;
  }
  .page-cta {
    margin-top: 70px;
    padding-top: 45px;
    flex-direction: column;
    align-items: start;
  }
  .page-cta h2 {
    font-size: 39px;
  }
  .about-story {
    gap: 30px;
    padding-bottom: 50px;
  }
  .company-strip {
    margin-top: 45px;
    flex-direction: column;
    gap: 18px;
  }
  .contact-layout {
    gap: 30px;
  }
  .contact-info h2 {
    font-size: 31px;
  }
  .contact-form-panel {
    padding: 24px 20px;
  }
  .industry-row {
    gap: 30px;
    padding: 40px 0;
  }
  .industry-row h2 {
    font-size: 35px;
  }
  .industry-row img {
    order: 2;
  }
  .full-pricing .price-card {
    padding: 30px;
  }
  .project-meta {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
