:root {
  --black: #0a0a0a;
  --white: #f7f7f4;
  --grey: #d8d8d3;
  --line: rgba(10, 10, 10, 0.18);
  --pad: clamp(22px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(247, 247, 244, 0.24);
  color: var(--white);
}
.wordmark { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 15px; }
.wordmark-mark { display: grid; place-items: center; width: 36px; height: 36px; background: var(--white); color: var(--black); font-size: 12px; }
.desktop-nav { display: flex; gap: clamp(25px, 4vw, 60px); font-size: 13px; font-weight: 600; }
.desktop-nav a, .header-contact { transition: opacity 180ms ease; }
.desktop-nav a:hover, .header-contact:hover { opacity: 0.6; }
.header-contact { justify-self: end; font-size: 13px; font-weight: 700; }

.hero {
  min-height: 100svh;
  padding: clamp(150px, 20vh, 220px) var(--pad) 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}
.eyebrow { margin: 0 0 28px; font: 500 11px/1.2 "DM Mono", monospace; text-transform: uppercase; letter-spacing: 0; }
.hero h1 {
  margin: 0;
  max-width: 1300px;
  font-size: clamp(52px, 9.6vw, 150px);
  line-height: 0.88;
  letter-spacing: 0;
  font-weight: 800;
}
.hero h1 em { font-family: Georgia, serif; font-weight: 400; }
.hero-bottom { margin: clamp(44px, 7vh, 88px) 0 70px; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.hero-bottom > p { max-width: 600px; margin: 0; font-size: clamp(17px, 2vw, 25px); line-height: 1.42; }
.circle-link { width: 98px; aspect-ratio: 1; flex: 0 0 auto; border: 1px solid var(--white); border-radius: 50%; display: grid; place-content: center; gap: 7px; text-align: center; font: 500 11px "DM Mono", monospace; text-transform: uppercase; transition: background 180ms, color 180ms; }
.circle-link:hover { background: var(--white); color: var(--black); }
.hero-ticker { margin: auto calc(var(--pad) * -1) 0; border-top: 1px solid rgba(247, 247, 244, 0.24); overflow: hidden; }
.ticker-track { width: max-content; padding: 18px 0; display: flex; align-items: center; gap: 38px; animation: ticker 24s linear infinite; font: 500 12px "DM Mono", monospace; text-transform: uppercase; }
.ticker-track i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.intro { padding: 120px var(--pad) 140px; }
.section-label { display: flex; gap: 22px; font: 500 11px "DM Mono", monospace; text-transform: uppercase; }
.section-label span:first-child { opacity: 0.45; }
.intro-copy { margin: 100px 0 120px; display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 70px; align-items: end; }
.intro-copy h2, .work-heading h2 { margin: 0; font-size: clamp(50px, 7.8vw, 116px); line-height: 0.92; letter-spacing: 0; }
.intro-copy p { margin: 0 0 8px; max-width: 520px; font-size: clamp(18px, 2vw, 25px); line-height: 1.45; }
.capability-list { border-top: 1px solid var(--line); }
.capability-list > div { display: grid; grid-template-columns: 80px 0.8fr 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.capability-list span { font: 400 11px "DM Mono", monospace; opacity: 0.5; }
.capability-list h3 { margin: 0; font-size: clamp(22px, 2.5vw, 34px); }
.capability-list p { max-width: 570px; margin: 0; line-height: 1.65; color: #484846; }

.work { padding: 120px var(--pad); background: #e8e8e4; }
.work-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 90px; }
.work-heading h2 { text-align: right; }
.product { position: relative; overflow: hidden; }
.product-dark { min-height: 660px; padding: clamp(32px, 5vw, 72px); display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 7vw; background: var(--black); color: var(--white); }
.product-copy { display: flex; flex-direction: column; align-items: flex-start; }
.product-meta { width: 100%; display: flex; justify-content: space-between; font: 500 10px "DM Mono", monospace; text-transform: uppercase; }
.product h3 { margin: auto 0 24px; font-size: clamp(42px, 5vw, 78px); line-height: 0.95; letter-spacing: 0; }
.product p { margin: 0 0 32px; max-width: 510px; font-size: 16px; line-height: 1.6; }
.product a { display: inline-flex; gap: 22px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font: 500 11px "DM Mono", monospace; text-transform: uppercase; }
.cutly-visual { align-self: center; background: #f3f3ef; color: var(--black); box-shadow: 0 32px 60px rgba(0, 0, 0, 0.45); transform: rotate(1.5deg); }
.window-bar { height: 42px; padding: 0 15px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--grey); }
.window-bar span { width: 8px; aspect-ratio: 1; border: 1px solid #777; border-radius: 50%; }
.window-bar b { margin-left: auto; margin-right: auto; font: 500 9px "DM Mono", monospace; }
.cutly-screen { padding: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.video-still { min-height: 370px; padding: 14px; position: relative; display: flex; align-items: flex-end; background: linear-gradient(145deg, #a8a8a4, #343434); color: white; font: 500 10px "DM Mono", monospace; }
.play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 54px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid white; border-radius: 50%; }
.transcript { padding: 25px 12px; }
.transcript small { font: 500 9px "DM Mono", monospace; }
.transcript p { font-size: 16px; line-height: 1.65; }
.removed { margin: 28px 0; padding: 12px; border: 1px solid var(--black); font: 500 9px "DM Mono", monospace; text-align: center; }

.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.product-grid .product { min-height: 680px; padding: clamp(28px, 4vw, 55px); display: flex; flex-direction: column; border: 1px solid var(--black); border-top: 0; }
.product-grid .product:nth-child(even) { border-left: 0; }
.product-light { background: var(--white); }
.product-outline { background: #cfcfca; }
.product-invert { grid-column: 1 / -1; min-height: 600px !important; background: var(--white); }
.product-grid h3 { margin-top: auto; }
.platform-visual { height: 220px; margin: 55px 0; padding: 30px; border: 1px solid var(--black); display: grid; grid-template-columns: 80px 1fr; gap: 30px; }
.platform-label { width: 70px; height: 70px; display: grid; place-items: center; background: var(--black); color: white; font-size: 24px; font-weight: 800; }
.platform-lines { display: grid; gap: 12px; }
.platform-lines i { display: block; height: 15px; background: #d6d6d1; }
.platform-lines i:nth-child(2) { width: 75%; }
.platform-lines i:nth-child(4) { width: 50%; }
.platform-progress { grid-column: 1 / -1; position: relative; height: 4px; background: #cacac5; }
.platform-progress b { display: block; width: 78%; height: 100%; background: var(--black); }
.platform-progress span { position: absolute; top: 12px; right: 0; font: 500 9px "DM Mono", monospace; }
.pulse-visual { margin: 55px 0; padding: 28px; height: 220px; background: var(--black); color: var(--white); display: flex; flex-direction: column; }
.pulse-question { font-size: 18px; font-weight: 700; }
.pulse-bars { height: 95px; display: flex; align-items: end; gap: 8px; margin: auto 0 10px; }
.pulse-bars i { flex: 1; height: 25%; background: white; }
.pulse-bars i:nth-child(2) { height: 48%; }.pulse-bars i:nth-child(3) { height: 75%; }.pulse-bars i:nth-child(4) { height: 92%; }.pulse-bars i:nth-child(5) { height: 62%; }
.pulse-visual small { font: 500 9px "DM Mono", monospace; }
.product-invert { display: grid !important; grid-template-columns: 1fr 1fr; column-gap: 8vw; }
.product-invert .product-meta { grid-column: 1 / -1; }
.product-invert h3 { align-self: end; }
.product-invert p { align-self: end; }
.product-invert a { justify-self: start; }
.feedback-visual { grid-column: 2; grid-row: 2 / span 3; place-self: center; position: relative; width: min(380px, 90%); aspect-ratio: 1; display: grid; place-items: center; }
.feedback-ring { width: 68%; aspect-ratio: 1; display: grid; place-items: center; border: 2px solid var(--black); border-radius: 50%; box-shadow: 0 0 0 28px var(--white), 0 0 0 30px var(--black), 0 0 0 58px var(--white), 0 0 0 59px var(--black); }
.feedback-ring span { font-size: clamp(48px, 6vw, 82px); font-weight: 800; }
.feedback-tags span { position: absolute; padding: 7px 10px; background: var(--black); color: white; font: 500 9px "DM Mono", monospace; }
.feedback-tags span:nth-child(1) { top: 0; left: 44%; }.feedback-tags span:nth-child(2) { bottom: 8%; left: 0; }.feedback-tags span:nth-child(3) { right: -4%; bottom: 19%; }

.contact { padding: 140px var(--pad); background: var(--black); color: var(--white); }
.contact > a { display: block; position: relative; border-top: 1px solid #4a4a4a; border-bottom: 1px solid #4a4a4a; padding: 55px 0 70px; font-size: clamp(48px, 9vw, 135px); line-height: 0.94; font-weight: 800; }
.contact > a span { display: block; }
.contact > a i { position: absolute; right: 0; top: 55px; font-style: normal; font-weight: 400; transition: transform 180ms ease; }
.contact > a:hover i { transform: translate(8px, -8px); }
.email { margin: 30px 0 0; font: 500 12px "DM Mono", monospace; }
footer { padding: 55px var(--pad); display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; }
.footer-mark .wordmark-mark { background: var(--black); color: var(--white); }
footer > p { margin: 0; justify-self: end; font-size: 14px; }
.company-details { grid-column: 1 / -1; display: flex; gap: 30px; padding-top: 26px; border-top: 1px solid var(--line); font: 400 10px "DM Mono", monospace; text-transform: uppercase; }
.company-details span:last-child { margin-left: auto; }

.reveal { opacity: 0; transform: translateY(24px); animation: reveal 700ms cubic-bezier(.2,.7,.2,1) forwards; }
.hero h1.reveal { animation-delay: 100ms; }.hero-bottom.reveal { animation-delay: 200ms; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 800px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .wordmark { font-size: 13px; }
  .header-contact { font-size: 11px; }
  .hero { padding-top: 140px; }
  .hero h1 { font-size: clamp(50px, 16vw, 86px); }
  .hero-bottom { align-items: flex-start; }
  .hero-bottom > p { max-width: 75%; font-size: 17px; }
  .circle-link { width: 76px; }
  .intro, .work, .contact { padding-top: 85px; padding-bottom: 90px; }
  .intro-copy { margin: 65px 0 75px; grid-template-columns: 1fr; gap: 38px; }
  .capability-list > div { grid-template-columns: 42px 1fr; }
  .capability-list p { grid-column: 2; }
  .work-heading { display: block; margin-bottom: 55px; }
  .work-heading h2 { margin-top: 55px; text-align: left; }
  .product-dark { min-height: auto; grid-template-columns: 1fr; gap: 55px; }
  .product-dark h3 { margin-top: 90px; }
  .cutly-screen { grid-template-columns: 1fr; }
  .video-still { min-height: 260px; }
  .transcript { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-grid .product { min-height: 620px; border-left: 1px solid var(--black) !important; }
  .product-invert { grid-column: auto; display: flex !important; min-height: 700px !important; }
  .feedback-visual { order: 1; width: 260px; margin: 60px auto; }
  .product-invert h3 { order: 2; }.product-invert p { order: 3; }.product-invert a { order: 4; }
  .contact > a { padding-right: 45px; }
  footer { grid-template-columns: 1fr; }
  footer > p { justify-self: start; }
  .company-details { grid-column: auto; flex-direction: column; gap: 12px; }
  .company-details span:last-child { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}