@font-face {
  font-family: Vazirmatn;
  src: url("assets/fonts/Vazirmatn.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f2f0e9;
  --ink: #11131b;
  --blue: #3d4fff;
  --muted: #595b63;
  --rule: rgba(17, 19, 27, 0.18);
  --gutter: clamp(24px, 5vw, 96px);
  --ease: cubic-bezier(0.2, 0, 0, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Vazirmatn, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
button:not(:disabled):not([data-static]):active,
.header-cta:active,
.round-link:active,
.contact-arrow:active {
  scale: 0.96;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
button {
  color: inherit;
}
::selection {
  background: var(--blue);
  color: white;
}
:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 6px;
}
.dark-section :focus-visible,
.contact :focus-visible {
  outline-color: white;
}
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-offset: 3px;
}
[hidden] {
  display: none !important;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  right: 20px;
  top: -100px;
  background: var(--ink);
  color: white;
  padding: 15px 22px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.section-wrap {
  padding-inline: var(--gutter);
  max-width: 1920px;
  margin-inline: auto;
}
.eyebrow {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 18px;
  line-height: 1.8;
}
.section-no {
  font:
    12px Arial,
    sans-serif;
  letter-spacing: 0.07em;
}
.micro-label {
  font:
    11px Arial,
    sans-serif;
  letter-spacing: 0.16em;
}
.section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px var(--gutter);
  height: 100px;
  border-bottom: 1px solid rgba(17, 19, 27, 0.12);
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.brand-symbol {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.brand-word {
  font:
    800 26px Arial,
    sans-serif;
  letter-spacing: -1px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.brand-word span {
  font-size: 6px;
  font-weight: 400;
  letter-spacing: 1.4px;
}
.main-nav {
  display: flex;
  gap: 34px;
  align-items: center;
}
.main-nav a {
  font-size: 13px;
  min-height: 44px;
  display: flex;
  align-items: center;
  position: relative;
}
.main-nav a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  height: 1px;
  background: currentColor;
  width: 0;
  right: 0;
  transition: width 0.15s var(--ease);
}
.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  width: 100%;
}
.header-cta {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 46px;
  border-bottom: 1px solid var(--ink);
  transition: scale 0.15s ease-out;
}
.header-cta span {
  font: 28px Arial;
}
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--rule);
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  max-height: 1180px;
  padding: 158px var(--gutter) 110px;
  overflow: hidden;
  isolation: isolate;
}
.hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--paper);
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-content {
  max-width: 700px;
  position: relative;
}
.hero .eyebrow {
  font-size: 13px;
  gap: 11px;
}
.tiny-cross {
  color: var(--blue);
  font: 24px Arial;
}
.hero h1 {
  font-size: clamp(72px, 7.1vw, 130px);
  line-height: 1.22;
  letter-spacing: -0.075em;
  font-weight: 850;
  margin-top: 26px;
  width: max-content;
  max-width: 100%;
}
.hero h1 > span {
  display: block;
}
.hero h1 .hero-alborz {
  font-size: 0.63em;
  line-height: 1.45;
  letter-spacing: -0.065em;
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.brand-period {
  color: var(--blue);
  font: 900 1.5em/0.6 Arial;
}
.hero-bottom {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 27px;
}
.hero-bottom p {
  font-size: 17px;
  line-height: 1.9;
}
.round-link {
  border: 1px solid var(--ink);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font: 36px Arial;
  transition:
    background-color 0.15s var(--ease),
    color 0.15s var(--ease),
    scale 0.15s ease-out;
}
.round-link:hover {
  background: var(--ink);
  color: white;
}
.hero-foot {
  position: absolute;
  bottom: 26px;
  inset-inline: var(--gutter);
  border-top: 1px solid var(--rule);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 11px;
}
.hero-foot > span[dir] {
  font: 9px Arial;
  letter-spacing: 0.2em;
}
.hero-foot a {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 28px;
}
.hero-foot a span {
  font-size: 20px;
}
.work {
  padding-top: 115px;
  padding-bottom: 130px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-top: 36px;
}
.section-heading h2,
.about h2 {
  font-size: clamp(45px, 5.4vw, 90px);
  line-height: 1.42;
  letter-spacing: -0.06em;
  font-weight: 800;
}
.section-heading em {
  font-style: normal;
  color: var(--blue);
}
.section-heading > p {
  font-size: 16px;
  line-height: 2.1;
  color: var(--muted);
  padding-bottom: 16px;
  max-width: 400px;
}
.work-filters {
  display: flex;
  gap: 28px;
  margin-top: 52px;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--rule);
}
.work-filters button {
  border: 0;
  padding: 14px 0;
  background: none;
  font-size: 13px;
  color: var(--muted);
  position: relative;
  min-height: 52px;
}
.work-filters button.active {
  color: var(--ink);
  font-weight: 700;
}
.work-filters button.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--ink);
}
.work-filters span {
  margin-inline-start: 8px;
  font-size: 10px;
  vertical-align: super;
}
.featured-work {
  display: grid;
  grid-template-columns: 1.14fr 1fr;
  gap: 10px 6vw;
  align-items: start;
}
.project {
  min-width: 0;
  padding-bottom: 55px;
}
.project-offset {
  padding-top: 95px;
}
.project-visual {
  position: relative;
  padding: 52px 25px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1.14;
  overflow: hidden;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
  isolation: isolate;
}
.project-tuning {
  background: #d3d1cc;
}
.project-carseven {
  background: #c3c7d5;
}
.project-patineh {
  background: #ddccb6;
}
.project-attari {
  background: #c7d1c6;
}
.project-dodangeh { background: #ddd5ca; }
.project-sdcommerce { background: #cbd0e7; }
.project-apple3 { background: #d1ddd8; }
.project-visual img {
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: top;
  width: 100%;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.11);
  transition: transform 0.15s var(--ease);
}
.browser-chrome {
  background: #f8f8f8;
  height: 22px;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  padding: 0 7px;
  border-radius: 4px 4px 0 0;
  direction: ltr;
  flex-shrink: 0;
  transition: transform 0.15s var(--ease);
}
.project-apple3 img {
  aspect-ratio: 1.82;
  height: auto;
}
.browser-chrome > span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #bbb;
}
.browser-chrome b {
  position: absolute;
  inset-inline: 48px;
  text-align: center;
  top: 7px;
  font:
    6px Arial,
    sans-serif;
  color: #666;
  letter-spacing: 0.03em;
}
.project-open {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font: 23px Arial;
  background: var(--paper);
  transition:
    background-color 0.15s var(--ease),
    color 0.15s var(--ease);
}
.project-visual:hover img,
.project-visual:hover .browser-chrome,
.project-visual:focus-visible img,
.project-visual:focus-visible .browser-chrome {
  transform: translateY(-3px);
}
.project-visual:hover .project-open,
.project-visual:focus-visible .project-open {
  background: var(--ink);
  color: white;
}
.project-caption {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.project-caption h3 {
  font-size: 23px;
  letter-spacing: -0.02em;
  font-weight: 650;
}
.project-caption p {
  color: var(--muted);
  font-size: 11px;
  margin-top: 7px;
}
.project-caption > span {
  font: 9px Arial;
  letter-spacing: 0.08em;
  padding-top: 7px;
  text-align: left;
  line-height: 1.7;
}
.more-work {
  margin-top: 25px;
}
.project-row {
  display: grid;
  grid-template-columns: 50px 1fr minmax(200px, auto);
  align-items: center;
  border-top: 1px solid var(--rule);
  min-height: 104px;
  gap: 28px;
  padding: 18px 0;
}
.project-row:last-child {
  border-bottom: 1px solid var(--rule);
}
.row-number {
  font-size: 12px;
  color: var(--muted);
  align-self: start;
  padding-top: 10px;
}
.row-name {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
.row-name h3 {
  font-size: 22px;
  font-weight: 550;
}
.row-name > span {
  font-size: 11px;
  color: var(--muted);
}
.project-row a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  gap: 30px;
  font: 14px Arial;
  letter-spacing: 0.015em;
}
.project-row a > span[aria-hidden] {
  font-size: 28px;
}
.project-row a:hover,
.project-row a:focus-visible {
  color: var(--blue);
}
.row-domains {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.row-domains a {
  gap: 14px;
}
.dark-section {
  background: var(--ink);
  color: var(--paper);
}
.services-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  gap: 10vw;
  padding-block: 120px 140px;
}
.services-intro {
  position: sticky;
  top: 70px;
  align-self: start;
}
.services-intro h2 {
  font-size: clamp(50px, 5.2vw, 86px);
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: -0.065em;
  margin-top: 30px;
}
.services-intro h2 em {
  color: #8691ff;
  font-style: normal;
}
.services-intro > p:last-of-type {
  font-size: 14px;
  color: #aaaebd;
  line-height: 2.2;
  margin-top: 25px;
}
.service-sign {
  color: #8691ff;
  font: 120px/1 Arial;
  margin-top: 40px;
  display: inline-block;
  transform: rotate(0deg);
}
.service-list {
  padding-top: 48px;
}
.service-item {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.service-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.service-item summary {
  display: grid;
  grid-template-columns: 30px 1fr 28px;
  gap: 17px;
  padding: 30px 0;
  align-items: center;
  font-size: 24px;
  font-weight: 550;
}
.service-num {
  font-size: 11px;
  color: #aaaebd;
  align-self: start;
  padding-top: 6px;
}
.service-item small {
  display: block;
  font: 9px Arial;
  letter-spacing: 0.08em;
  color: #aaaebd;
  margin-top: 12px;
}
.service-copy {
  padding: 0 47px 30px 35px;
}
.service-copy p {
  font-size: 14px;
  line-height: 2.2;
  color: #c7cad4;
}
.service-copy ul {
  display: flex;
  gap: 10px 25px;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 24px;
}
.service-copy li {
  font-size: 11px;
  line-height: 1.9;
  border-bottom: 1px solid #575b6a;
  padding-bottom: 3px;
}
.about {
  padding-block: 120px 100px;
}
.about-statement {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 9vw;
  margin-top: 48px;
}
.about h2 span {
  color: var(--blue);
}
.about-statement > div {
  padding-top: 15px;
}
.about-statement p {
  font-size: 16px;
  line-height: 2.3;
  margin-bottom: 24px;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  font-size: 13px;
  padding-block: 10px;
  border-bottom: 1px solid var(--ink);
  min-height: 44px;
}
.text-link span {
  font: 26px Arial;
}
.process-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--ink);
}
.process-heading h3 {
  font-size: 21px;
  font-weight: 550;
}
.process-heading span {
  font: 9px Arial;
  letter-spacing: 0.12em;
}
.process-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 35px;
  gap: 4vw;
}
.process-num {
  font-size: 53px;
  line-height: 1.5;
  font-weight: 300;
  color: var(--blue);
}
.process-list h4 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 17px;
}
.process-list p {
  font-size: 13px;
  line-height: 2.2;
  color: var(--muted);
  margin-top: 15px;
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10vw;
  padding-block: 55px 120px;
}
.faq h2 {
  font-size: clamp(34px, 3.5vw, 57px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.6;
  margin-top: 26px;
}
.faq-item {
  border-top: 1px solid var(--rule);
}
.faq-item:last-child {
  border-bottom: 1px solid var(--rule);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 25px;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.9;
}
.faq-item p {
  font-size: 14px;
  line-height: 2.2;
  color: var(--muted);
  padding: 0 0 28px 40px;
}
.contact {
  background: var(--blue);
  color: var(--paper);
  padding-block: 75px 70px;
}
.contact .section-no {
  color: #d8dcff;
}
.contact-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-top: 45px;
}
.contact h2 {
  font-size: clamp(45px, 6.3vw, 105px);
  line-height: 1.5;
  letter-spacing: -0.055em;
  font-weight: 750;
}
.contact h2 span {
  border-bottom: 2px solid rgba(242, 240, 233, 0.7);
}
.contact-arrow {
  width: clamp(100px, 12vw, 185px);
  height: clamp(100px, 12vw, 185px);
  border: 1px solid rgba(242, 240, 233, 0.7);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font: clamp(58px, 8vw, 120px) Arial;
  transition:
    background-color 0.15s var(--ease),
    color 0.15s var(--ease),
    scale 0.15s ease-out;
}
.contact-arrow:hover {
  background: var(--paper);
  color: var(--blue);
}
.contact-details {
  border-top: 1px solid rgba(242, 240, 233, 0.35);
  margin-top: 60px;
  padding-top: 36px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 30px;
}
.contact-label {
  font-size: 11px;
  display: block;
  color: #e0e2ff;
  margin-bottom: 15px;
}
.phone-link {
  font: clamp(25px, 2.7vw, 42px) Arial;
  letter-spacing: -0.045em;
  display: inline-block;
  min-height: 44px;
}
.contact-address address {
  font-size: 13px;
  font-style: normal;
  line-height: 2;
}
.brief-button {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(242, 240, 233, 0.65);
  background: transparent;
  color: var(--paper);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 12px;
  transition:
    background-color 0.15s var(--ease),
    color 0.15s var(--ease),
    scale 0.15s ease-out;
}
.brief-button:hover {
  background: var(--paper);
  color: var(--blue);
}
.brief-button span {
  font: 25px Arial;
}
.brief-start p {
  font-size: 10px;
  color: #e0e2ff;
  margin-top: 12px;
}
.site-footer {
  padding: 58px var(--gutter) 28px;
  background: var(--ink);
  color: var(--paper);
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 30px;
  padding-bottom: 40px;
}
.footer-brand {
  font: 800 clamp(48px, 8vw, 112px)/0.9 Arial;
  letter-spacing: -0.08em;
  justify-self: start;
}
.footer-brand span {
  font: 12px Arial;
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
  margin-inline-start: 8px;
}
.footer-top > div p {
  font-size: 15px;
}
.footer-top > div > span {
  font-size: 11px;
  color: #aaaebd;
  display: block;
  margin-top: 10px;
}
.back-top {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 44px;
}
.back-top span {
  font: 22px Arial;
}
.footer-bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.footer-bottom p {
  font-size: 9px;
  color: #aaaebd;
}
.footer-bottom a {
  font: 10px Arial;
  letter-spacing: 0.1em;
}
.site-footer :focus-visible {
  outline-color: #9aa3ff;
}
dialog {
  border: 0;
  background: var(--paper);
  color: var(--ink);
  padding: 0;
  width: min(590px, calc(100% - 32px));
  max-height: calc(100svh - 36px);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.3);
  overflow: auto;
}
dialog::backdrop {
  background: rgba(17, 19, 27, 0.78);
  backdrop-filter: blur(7px);
}
.dialog-inner {
  padding: 38px 40px;
}
.dialog-close {
  position: absolute;
  left: 17px;
  top: 15px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  font: 32px Arial;
  display: grid;
  place-items: center;
}
.dialog-inner h2 {
  font-size: 35px;
  letter-spacing: -0.04em;
  margin-top: 15px;
}
.dialog-description {
  font-size: 12px;
  color: var(--muted);
  line-height: 2.1;
  margin-top: 15px;
  max-width: 95%;
}
.dialog-inner form {
  margin-top: 25px;
}
.dialog-inner label {
  display: block;
  font-size: 12px;
  margin-top: 17px;
}
.dialog-inner input,
.dialog-inner select,
.dialog-inner textarea {
  display: block;
  width: 100%;
  border: 1px solid #a3a3a5;
  border-radius: 0;
  background: #fffdf8;
  padding: 13px;
  margin-top: 8px;
  min-height: 46px;
  font-size: 13px;
  color: var(--ink);
}
.dialog-inner textarea {
  resize: vertical;
  line-height: 1.9;
}
.brief-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.brief-actions button {
  background: var(--blue);
  color: white;
  border: 1px solid var(--blue);
  min-height: 48px;
  font-size: 11px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.brief-actions button + button {
  background: none;
  color: var(--ink);
  border-color: var(--ink);
}
.brief-actions button span {
  font: 20px Arial;
}
.brief-status {
  min-height: 30px;
  font-size: 11px;
  line-height: 1.9;
  margin-top: 12px;
  color: #2636bd;
}
.dialog-call {
  font-size: 11px;
  padding-top: 22px;
  border-top: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 44px;
}
.dialog-call b {
  font: 15px Arial;
  flex-shrink: 0;
}
body.modal-open {
  overflow: hidden;
}
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s var(--ease),
    transform 0.65s var(--ease);
}
.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}
.hero-enter {
  animation: hero-in 0.8s var(--ease) both;
}
.hero h1.hero-enter {
  animation-delay: 0.1s;
}
.hero-bottom.hero-enter {
  animation-delay: 0.2s;
}
@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1600px) {
  .hero-content {
    margin-top: 4vh;
  }
  .hero-bottom {
    margin-top: 40px;
  }
  .project-visual {
    padding-inline: 40px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    gap: 15px;
  }
  .main-nav {
    gap: 22px;
  }
  .header-cta {
    gap: 15px;
  }
  .hero {
    min-height: 730px;
  }
  .hero h1 {
    font-size: 85px;
  }
  .hero-art img {
    object-position: 47% center;
  }
  .featured-work {
    gap: 8px 4vw;
  }
  .project-visual {
    padding-inline: 18px;
  }
  .project-caption > span {
    font-size: 7px;
  }
  .row-name {
    gap: 16px;
  }
  .services-layout {
    gap: 6vw;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .service-item summary {
    font-size: 20px;
  }
  .service-copy {
    padding-right: 47px;
    padding-left: 0;
  }
  .contact-details {
    grid-template-columns: 1fr 1fr;
  }
  .brief-start {
    grid-column: 2;
  }
  .contact-address {
    grid-column: 2;
    grid-row: 1;
  }
  .brief-start {
    margin-top: -9px;
  }
  .footer-brand {
    font-size: 75px;
  }
  .hero-foot > span[dir] {
    display: none;
  }
}
@media (max-width: 760px) {
  :root {
    --gutter: 24px;
  }
  html {
    scroll-padding-top: 28px;
  }
  .site-header {
    height: 85px;
    padding-block: 18px;
  }
  .brand-symbol {
    width: 39px;
    height: 39px;
  }
  .brand-word {
    font-size: 24px;
  }
  .brand-word span {
    font-size: 5px;
  }
  .header-cta {
    margin-inline-start: auto;
    font-size: 11px;
    min-height: 40px;
    gap: 12px;
  }
  .header-cta span {
    font-size: 23px;
  }
  .menu-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 85px;
    inset-inline: 0;
    background: var(--paper);
    padding: 17px var(--gutter) 24px;
    box-shadow: 0 16px 25px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid var(--rule);
  }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
  .main-nav a {
    padding-block: 13px;
    font-size: 16px;
    min-height: 50px;
    border-bottom: 1px solid var(--rule);
  }
  .main-nav a:last-child {
    border-bottom: 0;
  }
  .main-nav a::after {
    display: none;
  }
  .hero {
    height: auto;
    min-height: 830px;
    max-height: none;
    padding: 133px var(--gutter) 115px;
  }
  .hero-content {
    max-width: none;
  }
  .hero .eyebrow {
    font-size: 10px;
    gap: 8px;
  }
  .tiny-cross {
    font-size: 20px;
  }
  .hero h1 {
    font-size: clamp(57px, 12.8vw, 91px);
    line-height: 1.29;
    margin-top: 20px;
    letter-spacing: -0.065em;
  }
  .hero h1 .hero-alborz {
    font-size: 0.65em;
    line-height: 1.5;
  }
  .hero-art {
    top: 0;
  }
  .hero-art img {
    object-position: 30% bottom;
    object-fit: cover;
    opacity: 0.96;
  }
  .hero-bottom {
    margin-top: 25px;
    gap: 25px;
  }
  .hero-bottom p {
    font-size: 13px;
    line-height: 2;
  }
  .round-link {
    height: 48px;
    width: 48px;
    font-size: 27px;
  }
  .hero-foot {
    bottom: 23px;
    padding-top: 14px;
    font-size: 9px;
    gap: 14px;
  }
  .hero-foot > span {
    max-width: 220px;
    line-height: 2;
  }
  .hero-foot a {
    white-space: nowrap;
    gap: 12px;
  }
  .work {
    padding-block: 70px 80px;
  }
  .eyebrow {
    font-size: 11px;
    gap: 12px;
  }
  .section-no {
    font-size: 9px;
  }
  .micro-label {
    font-size: 8px;
    letter-spacing: 0.09em;
  }
  .section-heading {
    display: block;
    margin-top: 25px;
  }
  .section-heading h2,
  .about h2 {
    font-size: 49px;
    line-height: 1.45;
  }
  .section-heading > p {
    font-size: 13px;
    line-height: 2.1;
    margin-top: 23px;
    padding: 0;
  }
  .work-filters {
    gap: 25px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .work-filters button {
    font-size: 11px;
    min-height: 50px;
    padding-block: 13px;
  }
  .featured-work {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .project {
    padding-bottom: 34px;
  }
  .project-offset {
    padding-top: 0;
  }
  .project-visual {
    aspect-ratio: 1.19;
    padding: 45px 22px 29px;
  }
  .project-caption {
    padding-top: 17px;
  }
  .project-caption h3 {
    font-size: 22px;
  }
  .project-caption p {
    font-size: 10px;
    margin-top: 4px;
  }
  .project-caption > span {
    font-size: 8px;
  }
  .project-open {
    top: 14px;
    left: 14px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  .more-work {
    margin-top: 13px;
  }
  .project-row {
    grid-template-columns: 25px 1fr;
    gap: 5px 18px;
    padding-block: 19px;
    min-height: 115px;
  }
  .row-number {
    font-size: 10px;
    padding-top: 6px;
  }
  .row-name {
    justify-content: space-between;
    gap: 15px;
  }
  .row-name h3 {
    font-size: 20px;
  }
  .row-name > span {
    font-size: 9px;
  }
  .project-row > a,
  .row-domains {
    grid-column: 2;
  }
  .project-row a {
    font-size: 12px;
    min-height: 38px;
    gap: 17px;
  }
  .project-row a > span[aria-hidden] {
    font-size: 24px;
  }
  .row-domains {
    gap: 18px;
  }
  .row-domains a {
    font-size: 11px;
    gap: 9px;
  }
  .services-layout {
    grid-template-columns: 1fr;
    padding-block: 70px 80px;
    gap: 35px;
  }
  .services-intro {
    position: static;
  }
  .services-intro h2 {
    font-size: 57px;
    line-height: 1.4;
    margin-top: 20px;
  }
  .services-intro > p:last-of-type {
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
  }
  .service-sign {
    display: none;
  }
  .service-list {
    padding-top: 0;
  }
  .service-item summary {
    font-size: 20px;
    grid-template-columns: 22px 1fr 23px;
    gap: 12px;
    padding-block: 25px;
  }
  .service-num {
    font-size: 10px;
  }
  .service-item small {
    font-size: 8px;
    letter-spacing: 0.04em;
    margin-top: 9px;
  }
  .service-copy {
    padding: 0 34px 27px 0;
  }
  .service-copy p {
    font-size: 13px;
  }
  .service-copy ul {
    gap: 8px 16px;
    margin-top: 19px;
  }
  .service-copy li {
    font-size: 10px;
  }
  .about {
    padding-block: 70px 50px;
  }
  .about-statement {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 27px;
  }
  .about-statement > div {
    padding-top: 6px;
  }
  .about-statement p {
    font-size: 14px;
    line-height: 2.1;
    margin-bottom: 20px;
  }
  .text-link {
    font-size: 12px;
  }
  .process-heading {
    margin-top: 50px;
    padding-bottom: 22px;
  }
  .process-heading h3 {
    font-size: 18px;
  }
  .process-heading span {
    font-size: 7px;
    max-width: 150px;
    line-height: 1.7;
    text-align: left;
  }
  .process-list {
    grid-template-columns: 1fr 1fr;
    gap: 35px 27px;
    margin-top: 23px;
  }
  .process-num {
    font-size: 44px;
  }
  .process-list h4 {
    font-size: 16px;
    margin-top: 10px;
  }
  .process-list p {
    font-size: 12px;
    line-height: 2;
    margin-top: 12px;
  }
  .faq {
    grid-template-columns: 1fr;
    padding-block: 40px 70px;
    gap: 28px;
  }
  .faq h2 {
    font-size: 40px;
    line-height: 1.45;
    margin-top: 20px;
  }
  .faq-item summary {
    font-size: 13px;
    padding-block: 21px;
    gap: 15px;
  }
  .faq-item p {
    font-size: 12px;
    padding: 0 0 22px 25px;
  }
  .contact {
    padding-block: 50px;
  }
  .contact-heading {
    margin-top: 28px;
    gap: 10px;
    align-items: flex-end;
  }
  .contact h2 {
    font-size: clamp(30px, 6.8vw, 48px);
    line-height: 1.65;
    letter-spacing: -0.05em;
  }
  .contact-arrow {
    width: 69px;
    height: 69px;
    font-size: 46px;
    margin-bottom: 7px;
  }
  .contact-details {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 38px;
    padding-top: 28px;
  }
  .contact-address,
  .brief-start {
    grid-column: auto;
    grid-row: auto;
  }
  .phone-link {
    font-size: 37px;
    min-height: 44px;
  }
  .contact-label {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .contact-address address {
    font-size: 13px;
  }
  .brief-start {
    margin-top: 0;
  }
  .brief-button {
    font-size: 12px;
    min-height: 50px;
  }
  .brief-start p {
    font-size: 10px;
  }
  .site-footer {
    padding-block: 40px 24px;
  }
  .footer-top {
    grid-template-columns: 1fr auto;
    gap: 27px 18px;
    padding-bottom: 29px;
  }
  .footer-brand {
    font-size: 70px;
  }
  .footer-top > div {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-top > div p {
    font-size: 14px;
  }
  .footer-top > div > span {
    font-size: 10px;
  }
  .back-top {
    font-size: 10px;
    gap: 13px;
    grid-column: 2;
    grid-row: 2;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding-top: 23px;
  }
  .footer-bottom p {
    font-size: 8px;
  }
  .footer-bottom p:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom a {
    font-size: 9px;
  }
  .dialog-inner {
    padding: 35px 23px 26px;
  }
  .dialog-inner h2 {
    font-size: 29px;
  }
  .dialog-description {
    font-size: 11px;
  }
  .dialog-inner label {
    font-size: 11px;
  }
  .dialog-inner input,
  .dialog-inner select,
  .dialog-inner textarea {
    font-size: 16px;
  }
  .dialog-call {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 11px;
  }
  .brief-actions button {
    font-size: 10px;
    padding-inline: 10px;
  }
  .brief-status {
    font-size: 10px;
  }
}
@media (max-width: 380px) {
  :root {
    --gutter: 19px;
  }
  .header-cta {
    font-size: 10px;
    gap: 7px;
  }
  .site-header {
    gap: 12px;
  }
  .brand-word {
    font-size: 21px;
  }
  .brand-symbol {
    width: 31px;
    height: 31px;
  }
  .brand {
    gap: 6px;
  }
  .brand-word span {
    font-size: 4px;
  }
  .hero {
    min-height: 760px;
    padding-top: 125px;
  }
  .hero h1 {
    font-size: 55px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .hero-bottom p {
    font-size: 12px;
  }
  .hero-foot {
    font-size: 8px;
  }
  .hero-foot > span {
    max-width: 180px;
  }
  .section-heading h2,
  .about h2 {
    font-size: 44px;
  }
  .work-filters {
    gap: 19px;
  }
  .work-filters button {
    font-size: 10px;
  }
  .row-name h3 {
    font-size: 18px;
  }
  .row-domains {
    gap: 12px;
  }
  .row-domains a {
    font-size: 10px;
  }
  .contact-arrow {
    width: 55px;
    height: 55px;
    font-size: 36px;
  }
  .contact h2 {
    font-size: 29px;
  }
  .service-item summary {
    font-size: 18px;
  }
  .project-caption > span {
    font-size: 7px;
  }
  .process-list {
    gap: 30px 20px;
  }
}
.hero-art img {
  object-position: right center;
}
.hero-foot a,
.footer-bottom a,
.project-row a {
  min-height: 44px;
}
.contact-label,
.brief-start p,
.contact .section-no {
  color: var(--paper);
}
@media (max-width: 760px) {
  .hero-art img {
    position: absolute;
    width: 154%;
    max-width: none;
    height: auto;
    left: -19%;
    bottom: 55px;
    object-fit: contain;
    opacity: 1;
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      #000 12%,
      #000 90%,
      transparent 100%
    );
  }
  .hero-art {
    background: var(--paper);
  }
}
@media (max-width: 380px) {
  .hero-art img {
    bottom: 40px;
  }
}

/* Shared action icons and feedback. Decorative brand typography stays separate. */
.ui-icon {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.header-cta > span,
.round-link > span,
.contact-arrow > span,
.text-link > span,
.brief-button > span,
.back-top > span,
.hero-foot a > span,
.project-row a > span[aria-hidden],
.brief-actions button > span {
  display: grid;
  place-items: center;
  line-height: 1;
}
.round-link .ui-icon {
  width: 28px;
  height: 28px;
}
.contact-arrow > span {
  width: 62%;
  height: 62%;
}
.contact-arrow .ui-icon {
  width: 100%;
  height: 100%;
  stroke-width: 1.25;
}
.footer-brand .ui-icon {
  width: 16px;
  height: 16px;
}
.brief-actions .ui-icon {
  width: 20px;
  height: 20px;
}
.icon-pair {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.icon-pair .ui-icon {
  position: absolute;
  inset: 0;
  transition:
    opacity 0.3s var(--ease),
    scale 0.3s var(--ease),
    filter 0.3s var(--ease);
}
.icon-pair .icon-default {
  opacity: 1;
  scale: 1;
  filter: blur(0px);
}
.icon-pair .icon-active {
  opacity: 0;
  scale: 0.25;
  filter: blur(4px);
}
details[open] > summary .icon-default,
.menu-toggle[aria-expanded="true"] .icon-default {
  opacity: 0;
  scale: 0.25;
  filter: blur(4px);
}
details[open] > summary .icon-active,
.menu-toggle[aria-expanded="true"] .icon-active {
  opacity: 1;
  scale: 1;
  filter: blur(0px);
}
.menu-toggle,
.dialog-close {
  transition:
    background-color 0.15s var(--ease),
    color 0.15s var(--ease),
    scale 0.15s ease-out;
}
.menu-toggle:hover,
.menu-toggle[aria-expanded="true"],
.dialog-close:hover {
  background: var(--ink);
  color: var(--paper);
}
.work-filters button {
  transition: color 0.15s var(--ease);
}
.work-filters button:hover {
  color: var(--blue);
}
.work-filters button:active {
  scale: 1;
}
.project-visual img {
  outline: 1px solid oklch(0 0 0 / 0.1);
  outline-offset: -1px;
}
.project-visual img,
.browser-chrome {
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 12px 28px rgba(0, 0, 0, 0.1);
}
.browser-chrome {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
}
.brief-actions button {
  transition:
    background-color 0.15s var(--ease),
    color 0.15s var(--ease),
    scale 0.15s ease-out;
}
.brief-actions button:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.brief-button {
  padding-inline-end: 14px;
}
dialog {
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 12px 28px rgba(0, 0, 0, 0.18),
    0 32px 80px rgba(0, 0, 0, 0.22);
}
.dialog-inner input,
.dialog-inner textarea,
.dialog-inner select {
  transition:
    border-color 0.15s var(--ease),
    background-color 0.15s var(--ease);
}
.dialog-inner input:hover,
.dialog-inner textarea:hover,
.dialog-inner select:hover {
  border-color: var(--ink);
}
.dialog-inner input:focus,
.dialog-inner textarea:focus,
.dialog-inner select:focus {
  border-color: var(--blue);
  background: white;
}
.text-link:hover,
.back-top:hover,
.footer-bottom a:hover {
  color: var(--blue);
}
.back-top:hover,
.footer-bottom a:hover {
  color: #aeb6ff;
}
.service-item summary:hover .expand-icon,
.faq-item summary:hover .expand-icon {
  color: #8691ff;
}
.faq-item summary:hover .expand-icon {
  color: var(--blue);
}
@media (prefers-reduced-motion: reduce) {
  button:not(:disabled):active,
  .header-cta:active,
  .round-link:active,
  .contact-arrow:active {
    scale: 1;
  }
  .project-visual:hover img,
  .project-visual:hover .browser-chrome,
  .project-visual:focus-visible img,
  .project-visual:focus-visible .browser-chrome {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .js .reveal {
    opacity: 1;
    transform: none;
  }
  .hero-enter {
    opacity: 1;
    transform: none;
  }
}
