@font-face {
  font-family:Unbounded;
  src:url('/_content/DevGrid.Shared/fonts/Unbounded.ttf') format('truetype');
  font-weight:200 900;
  font-display:swap
}
@font-face {
  font-family:Golos;
  src:url('/_content/DevGrid.Shared/fonts/GolosText.ttf') format('truetype');
  font-weight:400 900;
  font-display:swap
}
:root {
  --paper:#f2f3ee;
  --ink:#0a0a0a;
  --blue:#2448ff;
  --muted:#5c5e58;
  --line:#151515;
  --space:clamp(20px,2.8vw,48px);
  --display:Unbounded,Arial,sans-serif;
  --body:Golos,Arial,sans-serif;
  --mono:Consolas,monospace
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--body);
  font-size:16px;
  line-height:1.4
}
a {
  color:inherit;
  text-decoration:none
}
button,input,textarea,select {
  font:inherit
}
button,a,input,textarea,summary,select {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:5px
}
img {
  display:block;
  max-width:100%
}
button {
  color:inherit
}
h1,h2,h3,p {
  margin:0
}
button:disabled {
  opacity:.55;
  cursor:wait
}
::selection {
  background:var(--blue);
  color:#fff
}
.site-shell {
  max-width:1920px;
  margin:auto;
  padding:0 var(--space)
}
.site-header {
  height:64px;
  display:flex;
  align-items:center;
  gap:35px;
  border-bottom:1px solid var(--line)
}
.wordmark {
  font-size:clamp(24px,2.5vw,36px);
  font-weight:750;
  letter-spacing:-.065em;
  white-space:nowrap
}
.site-header nav {
  display:flex;
  gap:30px;
  margin-left:auto
}
.site-header nav a {
  font-size:15px
}
.site-header nav a:hover,.text-link:hover {
  color:var(--blue)
}
.button {
  background:var(--blue);
  color:white;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:16px 23px;
  border:1px solid var(--blue);
  font-weight:500;
  font-size:16px;
  line-height:1.1;
  min-height:50px;
  transition:background .2s,transform .2s
}
.button:hover {
  background:#0b2edd
}
.button:active {
  transform:translateY(1px)
}
.header-cta {
  margin-left:45px;
  padding:13px 20px;
  min-height:44px
}
.button span {
  font-size:21px
}
.eyebrow {
  font-family:var(--mono);
  font-size:12px;
  letter-spacing:.17em;
  line-height:1.55
}
.skip-link {
  position:fixed;
  left:20px;
  top:-80px;
  padding:12px;
  background:white;
  z-index:100
}
.skip-link:focus {
  top:10px
}
.hero {
  padding-top:16px
}
.hero-kicker {
  position:relative;
  height:20px;
  font-family:var(--mono);
  font-size:11px;
  letter-spacing:.35em
}
.code-symbol {
  position:absolute;
  right:3px;
  top:8px;
  font-family:var(--body);
  font-size:39px;
  line-height:1;
  border:1px solid;
  letter-spacing:-.08em;
  padding:10px;
  font-weight:800
}
.hero-title {
  font-family:var(--display);
  font-size:clamp(52px,10.7vw,195px);
  font-weight:900;
  letter-spacing:-.078em;
  line-height:.82;
  margin:5px 0 15px
}
.hero-title span {
  display:block;
  white-space:nowrap
}
.hero-title span:last-child {
  font-size:clamp(26px,9.85vw,185px);
  letter-spacing:-.075em;
  line-height:1.03
}
.accent-text {
  color:var(--blue)
}
.hero-stage {
  display:grid;
  grid-template-columns:22% 1fr 7%;
  height:clamp(340px,29.65vw,530px);
  border-bottom:1px solid var(--line)
}
.hero-panel {
  background:var(--ink);
  color:var(--paper);
  padding:clamp(18px,1.8vw,34px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:space-between;
  z-index:2
}
.hero-panel h2 {
  font-size:clamp(24px,2.35vw,42px);
  font-weight:650;
  line-height:1.05;
  letter-spacing:-.055em
}
.hero-panel p {
  font-size:clamp(13px,1.1vw,18px);
  line-height:1.25;
  max-width:260px;
  color:#d1d1ce;
  margin:15px 0
}
.hero-panel .button {
  font-size:clamp(12px,1.1vw,17px);
  width:100%;
  padding:14px 17px
}
.hero-panel>.eyebrow {
  font-size:10px;
  margin-top:20px;
  letter-spacing:.25em
}
.hero-art {
  position:relative;
  border:1px solid var(--blue);
  overflow:hidden;
  background:linear-gradient(140deg,#e9e9ef,#f6f6f0 60%)
}
.selection-box {
  position:absolute;
  top:5%;
  left:2.6%;
  width:77%;
  height:90%;
  border:1px solid var(--blue);
  padding:12px 18px 0
}
.selection-box>i {
  position:absolute;
  width:8px;
  height:8px;
  background:var(--paper);
  border:2px solid var(--blue);
  z-index:3
}
.selection-box>i:nth-child(1) {
  top:-5px;
  left:-5px
}
.selection-box>i:nth-child(2) {
  top:-5px;
  left:50%
}
.selection-box>i:nth-child(3) {
  top:-5px;
  right:-5px
}
.selection-box>i:nth-child(4) {
  bottom:-5px;
  left:-5px
}
.selection-box>i:nth-child(5) {
  bottom:-5px;
  left:50%
}
.selection-box>i:nth-child(6) {
  bottom:-5px;
  right:-5px
}
.hero-margin {
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  align-items:flex-end;
  font-family:var(--mono);
  font-size:clamp(8px,.75vw,12px);
  line-height:1.15;
  padding:0 0 12px 8px
}
.preview {
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden
}
.travel-preview {
  background:#fbfbf8;
  color:#080808;
  container-type:inline-size
}
.browser-dots {
  height:5.4%;
  min-height:14px;
  background:#e9e9ea;
  display:flex;
  align-items:center;
  gap:4px;
  padding:0 9px;
  border-bottom:1px solid #d4d4d4
}
.browser-dots i {
  display:block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#fb6057
}
.browser-dots i:nth-child(2) {
  background:#e8bb3d
}
.browser-dots i:nth-child(3) {
  background:#67ad50
}
.browser-dots span {
  font-size:6px;
  color:#696969;
  position:absolute;
  left:40%
}
.selection-box .travel-preview {
  box-shadow:0 8px 24px #0002;
  border:1px solid #d6d6dc;
  border-radius:6px 6px 0 0
}
.travel-inner {
  padding:0 3% 3%;
  height:95%
}
.travel-nav {
  height:14%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:1.15cqw;
  gap:5px
}
.travel-nav b {
  letter-spacing:.3em;
  font-size:2cqw;
  margin-right:12%
}
.travel-nav strong {
  font-size:3cqw
}
.travel-cover {
  height:67%;
  position:relative
}
.travel-cover>img {
  position:absolute;
  right:0;
  top:0;
  width:66%;
  height:91%;
  object-fit:cover;
  object-position:50% 50%
}
.travel-heading {
  position:absolute;
  left:1%;
  top:11%;
  font-family:var(--display);
  font-size:5.1cqw;
  font-weight:900;
  line-height:.99;
  letter-spacing:-.075em;
  z-index:1
}
.travel-copy {
  position:absolute;
  left:1%;
  top:58%;
  font-size:1.5cqw;
  line-height:1.3;
  z-index:1;
  width:31%;
  background:#fbfbf8;
  padding:2px 0
}
.mock-button {
  position:absolute;
  top:80%;
  left:1%;
  padding:1.3cqw 2cqw;
  font-size:1.1cqw;
  background:#0a0a0a;
  color:#fff;
  z-index:1
}
.mock-button span {
  margin-left:12px
}
.travel-count {
  position:absolute;
  right:2%;
  top:3%;
  font-size:1.2cqw;
  background:var(--paper);
  padding:1px 4px
}
.travel-strips {
  height:19%;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.5%;
  padding-top:1.5%
}
.travel-strips>div {
  overflow:hidden;
  position:relative
}
.travel-strips img {
  height:100%;
  width:100%;
  object-fit:cover
}
.travel-strips>div:nth-child(2) img {
  object-position:80% 20%;
  filter:saturate(.4)
}
.travel-strips>div:nth-child(3) img {
  object-position:30% 100%;
  filter:hue-rotate(-14deg)
}
.travel-strips span {
  position:absolute;
  bottom:0;
  left:0;
  background:#f2f3eed9;
  padding:2px 5px;
  font-size:1cqw
}
.device {
  background:#f5f5f0;
  border:5px solid #111;
  border-radius:34px;
  box-shadow:0 0 0 2px #565656,8px 10px 22px #0003;
  overflow:hidden;
  padding:0 10px;
  color:#111;
  container-type:inline-size
}
.device::before {
  content:'';
  display:block;
  width:50%;
  height:15px;
  border-radius:0 0 12px 12px;
  background:#111;
  margin:0 auto -5px
}
.hero-device {
  position:absolute;
  height:98%;
  width:24%;
  right:1%;
  top:7%;
  transform:rotate(5deg);
  z-index:4
}
.device-status {
  display:flex;
  justify-content:space-between;
  font-size:5cqw;
  font-weight:700;
  padding:5px 2px 12px
}
.collections {
  font-size:9cqw;
  font-weight:700;
  display:flex;
  justify-content:space-between;
  margin:0 0 9px;
  letter-spacing:-.04em
}
.phone-photo {
  height:49%;
  position:relative;
  border-radius:9px;
  overflow:hidden;
  color:white;
  background:#25494f
}
.phone-photo img {
  height:100%;
  width:100%;
  object-fit:cover
}
.phone-photo::after {
  content:'';
  position:absolute;
  inset:40% 0 0;
  background:linear-gradient(transparent,#000b)
}
.phone-photo strong {
  position:absolute;
  bottom:16%;
  left:7%;
  font-size:8cqw;
  line-height:1.05;
  z-index:1
}
.phone-photo small {
  position:absolute;
  bottom:5%;
  left:7%;
  font-size:5cqw;
  z-index:1
}
.phone-story {
  background:#dedfd6;
  margin-top:9px;
  height:24%;
  border-radius:8px;
  padding:13% 7% 3%;
  font-size:8cqw;
  font-weight:600;
  line-height:1.1
}
.phone-story small {
  display:block;
  font-size:4.5cqw;
  margin-top:5px;
  font-weight:400
}
.device-nav {
  display:flex;
  justify-content:space-around;
  padding:8% 0;
  font-size:9cqw
}
.section {
  border-top:1px solid var(--line);
  padding:26px 0 0;
  margin-top:28px;
  scroll-margin-top:25px
}
.section-heading {
  display:grid;
  grid-template-columns:1.15fr 1fr auto;
  gap:24px;
  align-items:start;
  margin-bottom:22px
}
.section h2 {
  font-family:var(--display);
  font-size:clamp(22px,2.7vw,46px);
  line-height:1.13;
  font-weight:850;
  letter-spacing:-.068em
}
.section-heading p {
  font-size:14px;
  line-height:1.3;
  padding-top:4px
}
.section-heading>.eyebrow {
  text-align:right;
  padding-top:8px
}
.projects-section {
  margin-top:22px;
  padding-top:12px
}
.projects-section h2 {
  white-space:nowrap;
  font-size:clamp(22px,2.5vw,46px)
}
.projects-grid {
  display:grid;
  grid-template-columns:1.35fr 1fr;
  gap:18px
}
.project-card {
  display:grid;
  grid-template-columns:28% 72%;
  min-height:290px;
  border:1px solid var(--line);
  overflow:hidden
}
.project-info {
  position:relative;
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:14px
}
.project-number {
  font-size:13px;
  font-weight:600
}
.project-info h3 {
  font-size:19px;
  line-height:1.1;
  letter-spacing:-.055em
}
.project-info h3 span {
  font-size:14px;
  font-weight:450;
  letter-spacing:-.035em
}
.project-info p {
  font-size:13px;
  line-height:1.3
}
.project-info small {
  font-size:10px;
  line-height:1.3;
  color:var(--muted)
}
.project-arrow {
  font-size:27px;
  margin-top:auto
}
.tag {
  font-family:var(--mono);
  font-size:9px;
  letter-spacing:.14em;
  color:var(--muted)
}
.project-visual {
  min-width:0;
  overflow:hidden
}
.project-visual>.preview {
  transition:transform .5s
}
.project-card:hover .project-visual>.preview {
  transform:scale(1.025)
}
.project-card:hover .project-arrow {
  color:var(--blue)
}
.custom-cover {
  height:100%;
  width:100%;
  object-fit:cover
}
.project-card:nth-child(3) {
  grid-column:1/-1;
  grid-template-columns:22% 78%;
  min-height:340px
}
.project-card:nth-child(3) .project-visual {
  padding:24px 9%;
  background:#dfe2db
}
.project-card:nth-child(3) .preview {
  max-width:800px;
  margin:auto
}
.blue {
  background:var(--blue);
  color:#fff
}
.blue .browser-dots {
  display:none
}
.blue .travel-inner {
  height:100%;
  padding:0 5% 4%
}
.blue .travel-cover>img {
  width:65%;
  height:100%;
  right:-6%;
  mix-blend-mode:luminosity
}
.blue .travel-nav {
  height:17%
}
.blue .travel-cover {
  height:66%
}
.blue .travel-heading {
  font-size:6.3cqw;
  top:10%
}
.blue .travel-copy {
  background:var(--blue);
  color:white;
  top:61%;
  font-size:2cqw;
  width:42%
}
.blue .mock-button {
  background:white;
  color:var(--blue);
  top:86%
}
.blue .travel-count {
  display:none
}
.blue .travel-strips {
  height:17%
}
.frame-preview {
  background:#0d0d0d;
  color:#eee;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10%;
  padding:16px;
  container-type:inline-size
}
.dark-device {
  position:relative;
  background:#111;
  color:#fafafa;
  height:330px;
  width:70%;
  max-width:290px;
  border-color:#090909;
  padding:0 13px
}
.frame-logo {
  font-size:7cqw;
  display:flex;
  justify-content:space-between;
  padding-top:5px
}
.dark-device p {
  font-size:4cqw;
  line-height:1.25;
  margin:4px 0 11px;
  color:#ccc
}
.photo-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  height:70%
}
.photo-grid img {
  width:100%;
  height:100%;
  object-fit:cover;
  filter:grayscale(1);
  border-radius:4px
}
.note-tile {
  padding:15% 8%;
  font-size:8cqw;
  line-height:1.05;
  background:#deded8;
  color:#181818;
  border-radius:4px
}
.note-tile small {
  display:block;
  font-size:3cqw;
  margin-top:15px;
  letter-spacing:.1em
}
.note-tile.grey {
  background:#888b86
}
.frame-caption {
  font-family:var(--mono);
  font-size:2.3cqw;
  letter-spacing:.1em
}
.frame-word {
  display:none
}
.services-section,.process-section {
  margin-top:75px;
  padding-top:23px
}
.services-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid
}
.service {
  padding:24px;
  min-height:285px;
  position:relative;
  border-right:1px solid;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
.service:last-child {
  border-right:0
}
.service h3 {
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.05em;
  margin:30px 0 15px
}
.service p {
  font-size:14px;
  color:#474a44;
  line-height:1.4
}
.service-mark {
  font-size:30px;
  align-self:flex-end;
  margin-top:auto;
  padding-top:12px
}
.example-note {
  font-size:10px;
  color:var(--muted);
  margin-top:12px
}
.service:first-child {
  background:var(--blue);
  color:white
}
.service:first-child p {
  color:#e4e9ff
}
.process-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
  margin-top:40px
}
.process-number {
  font-family:var(--display);
  font-size:50px;
  font-weight:800;
  letter-spacing:-.08em;
  color:var(--blue);
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid;
  padding-bottom:20px;
  margin-bottom:22px
}
.process-number span {
  font-family:var(--body);
  color:#111;
  font-size:35px
}
.process-grid h3 {
  font-size:23px;
  letter-spacing:-.045em;
  margin-bottom:12px
}
.process-grid p {
  font-size:14px;
  color:var(--muted);
  max-width:250px
}
.about-section {
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:8%;
  padding:55px 0;
  margin-top:75px;
  border-bottom:1px solid
}
.about-symbol {
  background:#0a0a0a;
  color:var(--blue);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  font-size:clamp(80px,16vw,260px);
  letter-spacing:-.17em;
  line-height:1;
  font-weight:800;
  min-height:350px;
  padding-right:.15em
}
.about-symbol>span {
  font-family:var(--mono);
  position:absolute;
  bottom:23px;
  left:25px;
  color:#ddd;
  font-size:11px;
  letter-spacing:.28em
}
.about-copy>.eyebrow {
  display:block;
  margin-bottom:27px
}
.about-copy h2 {
  font-size:clamp(30px,3.4vw,58px)
}
.about-copy p {
  font-size:18px;
  line-height:1.5;
  max-width:590px;
  margin:25px 0
}
.tech-list {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:22px 0
}
.tech-list>span {
  border:1px solid;
  padding:6px 10px;
  font-size:12px
}
.text-link {
  display:inline-flex;
  gap:18px;
  align-items:center;
  border-bottom:1px solid;
  padding-bottom:3px;
  font-size:14px
}
.faq-section {
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:8%;
  border-top:0;
  margin-top:48px
}
.faq-section h2 {
  margin-top:24px
}
.faq-list details {
  border-bottom:1px solid
}
.faq-list details:first-child {
  border-top:1px solid
}
.faq-list summary {
  padding:25px 0;
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:18px;
  font-size:19px;
  letter-spacing:-.03em
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary span {
  font-size:24px;
  font-weight:400;
  line-height:1
}
.faq-list details[open] summary span {
  transform:rotate(45deg);
  color:var(--blue)
}
.faq-list details p {
  color:var(--muted);
  padding:0 35px 25px 0;
  line-height:1.5
}
.contact-section {
  margin-top:85px;
  padding:26px 0 55px
}
.contact-section>h2 {
  color:var(--blue);
  font-size:clamp(38px,6.8vw,116px);
  line-height:1.12;
  letter-spacing:-.07em;
  max-width:1500px;
  margin:25px 0 50px
}
.contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12%
}
.contact-intro {
  font-size:26px;
  letter-spacing:-.045em;
  line-height:1.2
}
.contact-links {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  font-size:21px;
  margin:30px 0
}
.contact-links>a {
  border-bottom:1px solid
}
.contact-note {
  font-size:14px;
  color:var(--muted);
  line-height:1.5
}
.contact-form {
  display:flex;
  flex-direction:column;
  gap:20px
}
.contact-form>label {
  font-size:13px
}
.contact-form input:not([type=checkbox]),.contact-form textarea {
  width:100%;
  border:0;
  border-bottom:1px solid;
  background:transparent;
  padding:10px 0 15px;
  border-radius:0;
  display:block;
  font-size:18px;
  resize:vertical
}
.contact-form textarea {
  min-height:92px
}
.checkbox-label {
  display:flex!important;
  align-items:flex-start;
  gap:10px;
  font-size:11px!important;
  line-height:1.45
}
.checkbox-label input {
  accent-color:var(--blue);
  margin-top:2px
}
.checkbox-label a {
  text-decoration:underline
}
.contact-form .button {
  align-self:flex-start;
  min-width:245px
}
.honeypot {
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden
}
.form-error {
  background:#ffe3db;
  padding:16px;
  color:#8b2116;
  font-size:14px
}
.form-success {
  background:#e1ead7;
  border:1px solid #6b7c5c;
  padding:16px;
  font-size:14px
}
.phone-contact {
  display:flex;
  flex-direction:column;
  gap:5px
}
.copy-phone {
  background:none;
  border:0;
  padding:0;
  align-self:flex-start;
  color:var(--muted)
}
.copy-result {
  font-size:12px
}
.site-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding:23px 0;
  border-top:1px solid
}
.site-footer .wordmark {
  font-size:25px
}
.site-footer>span {
  font-size:12px;
  color:var(--muted)
}
.site-footer>div {
  display:flex;
  align-items:center;
  gap:24px;
  font-size:11px
}
.site-footer>div>a:last-child {
  font-size:22px
}
.project-detail {
  padding:35px 0 65px
}
.detail-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:38px 0
}
.detail-heading h1 {
  font-family:var(--display);
  font-size:clamp(56px,11vw,165px);
  letter-spacing:-.065em;
  font-weight:900;
  line-height:1.1;
  margin:15px 0
}
.detail-heading p {
  font-size:21px;
  max-width:640px
}
.detail-arrow {
  font-size:140px;
  color:var(--blue);
  line-height:1
}
.detail-preview {
  height:clamp(320px,52vw,780px);
  background:#e5e6df;
  padding:35px 12%;
  border:1px solid
}
.detail-preview>.preview {
  box-shadow:0 10px 40px #0002
}
.detail-preview>img {
  width:100%;
  height:100%;
  object-fit:contain
}
.detail-preview .dark-device {
  height:95%;
  width:40%;
  max-width:none
}
.detail-preview .frame-word {
  display:block;
  font-family:var(--display);
  font-weight:800;
  font-size:4.5cqw;
  letter-spacing:-.06em;
  line-height:1.15
}
.detail-preview .frame-caption {
  display:none
}
.detail-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px 10%;
  padding:65px 0;
  border-bottom:1px solid
}
.detail-grid h2,.detail-result h2 {
  font-family:var(--display);
  font-size:26px;
  letter-spacing:-.05em;
  line-height:1.2;
  margin:18px 0
}
.detail-grid p,.detail-result p {
  line-height:1.6;
  white-space:pre-line;
  max-width:700px
}
.detail-gallery {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:35px
}
.detail-gallery:empty {
  display:none
}
.detail-gallery img {
  width:100%;
  border:1px solid
}
.detail-result {
  padding:45px 0
}
.detail-links {
  display:flex;
  gap:25px
}
.detail-end {
  border-top:1px solid;
  padding-top:30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px
}
.next-project {
  font-size:13px;
  display:flex;
  flex-direction:column;
  gap:8px
}
.next-project strong {
  font-family:var(--display);
  font-size:28px;
  letter-spacing:-.05em
}
.message-page {
  padding:80px 0 110px;
  min-height:65vh
}
.message-page h1 {
  font-family:var(--display);
  font-size:clamp(40px,10vw,140px);
  letter-spacing:-.07em;
  color:var(--blue);
  margin:15px 0
}
.message-page h2 {
  font-size:30px
}
.message-page p {
  margin:20px 0
}
.prose-page {
  max-width:900px;
  padding:65px 0 100px;
  min-height:75vh
}
.prose-page h1 {
  font-family:var(--display);
  font-size:clamp(36px,5vw,70px);
  letter-spacing:-.065em;
  margin:20px 0 35px;
  line-height:1.15
}
.prose-page h2 {
  margin:32px 0 12px;
  font-size:24px
}
.prose-page p {
  line-height:1.65;
  white-space:pre-line
}
.prose-page .button,.prose-page .text-link {
  margin-top:25px
}
.pwa-notice {
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:50;
  max-width:calc(100% - 40px);
  background:var(--ink);
  color:white;
  padding:15px 18px;
  display:flex;
  gap:18px;
  align-items:center;
  box-shadow:0 5px 20px #0002;
  font-size:14px
}
.pwa-notice[hidden],[hidden] {
  display:none!important
}
.pwa-notice button {
  background:var(--blue);
  color:#fff;
  border:0;
  padding:8px
}
.pwa-notice #pwa-dismiss {
  background:transparent;
  font-size:20px
}
@media(min-width:1600px) {
  .project-card {
    min-height:370px
  }
  .dark-device {
    height:425px
  }
  .project-card:nth-child(3) {
    min-height:450px
  }
}
@media(max-width:1100px) {
  .site-header {
    gap:20px
  }
  .header-cta {
    margin-left:0
  }
  .site-header nav {
    gap:16px
  }
  .hero-stage {
    grid-template-columns:25% 1fr 6%;
    height:360px
  }
  .hero-title {
    margin-top:10px
  }
  .hero-panel>.eyebrow {
    font-size:8px
  }
  .hero-device {
    width:28%
  }
  .selection-box {
    width:79%;
    left:3%;
    padding:15px 10px 0
  }
  .section-heading {
    grid-template-columns:1.3fr 1fr
  }
  .section-heading>.eyebrow {
    display:none
  }
  .projects-grid {
    grid-template-columns:1fr 1fr;
    gap:14px
  }
  .project-card {
    grid-template-columns:1fr;
    min-height:400px
  }
  .project-info {
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px 12px;
    padding:16px
  }
  .project-info h3,.project-info p,.project-info small {
    grid-column:1
  }
  .project-number {
    grid-column:1
  }
  .project-arrow {
    grid-column:2;
    grid-row:2/5;
    align-self:center
  }
  .project-info .tag {
    grid-row:1;
    grid-column:2
  }
  .project-visual {
    height:250px
  }
  .project-card:nth-child(3) {
    grid-template-columns:1fr 2fr;
    min-height:310px
  }
  .project-card:nth-child(3) .project-visual {
    height:100%;
    padding:20px
  }
  .services-grid {
    grid-template-columns:1fr 1fr
  }
  .service {
    border-bottom:1px solid
  }
  .service:nth-child(2) {
    border-right:0
  }
  .service:nth-child(n+3) {
    border-bottom:0
  }
  .service {
    min-height:260px
  }
  .about-section {
    gap:5%
  }
  .about-copy p {
    font-size:16px
  }
  .contact-grid {
    gap:8%
  }
  .site-footer {
    flex-wrap:wrap
  }
  .site-footer>div {
    margin-left:auto
  }
}
@media(max-width:700px) {
  :root {
    --space:20px
  }
  .site-header {
    height:auto;
    min-height:80px;
    flex-wrap:wrap;
    padding:15px 0;
    gap:13px
  }
  .site-header .wordmark {
    font-size:26px
  }
  .site-header nav {
    order:3;
    width:100%;
    justify-content:space-between;
    gap:10px;
    margin:0
  }
  .site-header nav a {
    font-size:13px
  }
  .header-cta {
    margin-left:auto;
    font-size:11px;
    min-height:34px;
    padding:9px 10px;
    gap:10px
  }
  .header-cta span {
    font-size:15px
  }
  .hero {
    padding-top:19px
  }
  .hero-kicker {
    font-size:8px;
    letter-spacing:.24em;
    height:26px
  }
  .code-symbol {
    font-size:20px;
    top:0;
    padding:5px
  }
  .hero-title {
    font-size:14vw;
    line-height:1.05;
    letter-spacing:-.075em;
    margin:0 0 18px
  }
  .hero-title span:last-child {
    font-size:clamp(24px,calc((100vw - 56px) / 9.35),70px);
    letter-spacing:-.075em;
    line-height:1.3
  }
  .hero-stage {
    height:auto;
    grid-template-columns:1fr
  }
  .hero-panel {
    padding:24px;
    display:flex;
    gap:18px
  }
  .hero-panel h2 {
    font-size:30px
  }
  .hero-panel p {
    font-size:14px;
    margin:0;
    max-width:300px;
    align-self:flex-start
  }
  .hero-panel .button {
    font-size:12px;
    grid-column:1/3;
    width:auto;
    justify-self:start;
    min-height:44px;
    padding:12px 18px;
    gap:25px
  }
  .hero-panel>.eyebrow {
    display:none
  }
  .hero-art {
    height:300px;
    margin-top:12px
  }
  .selection-box {
    height:84%;
    top:7%;
    width:84%;
    left:3%;
    padding:10px 8px 0
  }
  .hero-device {
    width:30%;
    height:88%;
    top:14%;
    right:2%;
    border-width:3px;
    border-radius:21px;
    padding:0 6px
  }
  .device::before {
    height:10px
  }
  .hero-device .device-status {
    padding:3px 2px 7px
  }
  .hero-margin {
    display:none
  }
  .hero-device .phone-story {
    padding-top:10%;
    margin-top:6px
  }
  .section {
    margin-top:42px;
    padding-top:20px
  }
  .section-heading {
    display:block;
    margin-bottom:22px
  }
  .section h2 {
    font-size:25px
  }
  .section-heading p {
    font-size:13px;
    margin-top:14px
  }
  .projects-section {
    margin-top:20px
  }
  .projects-section h2 {
    font-size:5.2vw;
    white-space:normal
  }
  .projects-grid {
    grid-template-columns:1fr
  }
  .project-card {
    min-height:0
  }
  .project-card .project-visual {
    height:280px
  }
  .project-card:nth-child(3) {
    grid-column:auto;
    grid-template-columns:1fr;
    min-height:0
  }
  .project-card:nth-child(3) .project-visual {
    height:280px;
    padding:15px
  }
  .project-info h3 {
    font-size:21px
  }
  .project-info h3 span {
    font-size:15px
  }
  .project-info p {
    font-size:14px
  }
  .project-info small {
    font-size:11px
  }
  .project-info .tag {
    font-size:10px
  }
  .dark-device {
    height:330px;
    width:60%;
    max-width:215px
  }
  .services-grid {
    grid-template-columns:1fr
  }
  .service {
    min-height:215px;
    padding:22px;
    border-right:0;
    border-bottom:1px solid!important
  }
  .service:last-child {
    border-bottom:0!important
  }
  .service h3 {
    margin:20px 0 12px;
    font-size:25px
  }
  .service p {
    font-size:15px;
    max-width:400px
  }
  .service-mark {
    position:absolute;
    right:22px;
    top:10px
  }
  .example-note {
    font-size:11px
  }
  .process-grid {
    grid-template-columns:1fr 1fr;
    gap:30px 20px;
    margin-top:30px
  }
  .process-number {
    font-size:42px;
    padding-bottom:12px;
    margin-bottom:15px
  }
  .process-number span {
    font-size:25px
  }
  .process-grid h3 {
    font-size:18px
  }
  .process-grid p {
    font-size:13px
  }
  .about-section {
    grid-template-columns:1fr;
    padding:28px 0;
    gap:28px
  }
  .about-symbol {
    min-height:220px;
    font-size:125px
  }
  .about-copy h2 {
    font-size:34px
  }
  .about-copy>.eyebrow {
    margin-bottom:20px
  }
  .about-copy p {
    font-size:16px;
    margin:20px 0
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:25px
  }
  .faq-section h2 {
    margin-top:14px
  }
  .faq-list summary {
    font-size:17px;
    padding:20px 0
  }
  .faq-list details p {
    font-size:15px
  }
  .contact-section {
    padding-bottom:40px
  }
  .contact-section>h2 {
    font-size:9.2vw;
    line-height:1.18;
    margin:20px 0 30px
  }
  .contact-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .contact-intro {
    font-size:23px
  }
  .contact-links {
    font-size:20px;
    margin:20px 0
  }
  .contact-note {
    font-size:13px
  }
  .contact-form .button {
    width:100%
  }
  .checkbox-label {
    font-size:12px!important
  }
  .site-footer {
    padding:20px 0;
    gap:18px
  }
  .site-footer .wordmark {
    font-size:24px
  }
  .site-footer>span {
    font-size:10px
  }
  .site-footer>div {
    width:100%;
    justify-content:space-between;
    gap:12px;
    font-size:10px
  }
  .detail-heading {
    padding:30px 0
  }
  .detail-heading h1 {
    font-size:16vw
  }
  .detail-heading p {
    font-size:17px
  }
  .detail-arrow {
    display:none
  }
  .detail-preview {
    padding:20px 5%;
    height:330px
  }
  .detail-preview .dark-device {
    width:65%;
    max-width:200px
  }
  .detail-preview .frame-word {
    font-size:4cqw
  }
  .detail-grid {
    grid-template-columns:1fr;
    padding:35px 0;
    gap:35px
  }
  .detail-grid h2,.detail-result h2 {
    font-size:23px
  }
  .detail-gallery {
    grid-template-columns:1fr
  }
  .detail-end {
    flex-direction:column;
    align-items:flex-start
  }
  .detail-result {
    padding:35px 0
  }
  .prose-page {
    padding:40px 0 65px
  }
  .message-page h1 {
    font-size:20vw
  }
  .message-page h2 {
    font-size:26px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important
  }
}
h1:focus:not(:focus-visible) {
  outline:none
}
h1[tabindex="-1"]:focus {
  outline:none
}
.demo-gallery {
  display:grid;
  grid-template-columns:1.6fr 1fr;
  gap:25px;
  margin:40px 0
}
.demo-gallery figure {
  margin:0;
  min-width:0
}
.gallery-desktop,.gallery-mobile {
  height:390px;
  padding:25px;
  background:#e1e3db;
  border:1px solid
}
.gallery-desktop {
  padding:30px 20px
}
.gallery-mobile {
  display:flex;
  align-items:center;
  justify-content:center;
  background:#2448ff
}
.gallery-device {
  width:190px;
  height:345px;
  transform:rotate(5deg)
}
.demo-gallery figcaption {
  font-size:12px;
  color:var(--muted);
  margin-top:12px
}
@media(max-width:700px) {
  .demo-gallery {
    grid-template-columns:1fr
  }
  .gallery-desktop {
    height:290px
  }
}
